Uses of Class
com.atlassian.jira.security.auth.Authorisation.Decision

Packages that use Authorisation.Decision
com.atlassian.jira.dev.reference.plugin.security.auth   
com.atlassian.jira.security.auth   
 

Uses of Authorisation.Decision in com.atlassian.jira.dev.reference.plugin.security.auth
 

Methods in com.atlassian.jira.dev.reference.plugin.security.auth that return Authorisation.Decision
 Authorisation.Decision ReferenceAuthorisation.authoriseForLogin(com.atlassian.crowd.embedded.api.User user, javax.servlet.http.HttpServletRequest httpServletRequest)
           
 Authorisation.Decision ReferenceAuthorisation.authoriseForRole(com.atlassian.crowd.embedded.api.User user, javax.servlet.http.HttpServletRequest httpServletRequest, String role)
           
 

Uses of Authorisation.Decision in com.atlassian.jira.security.auth
 

Methods in com.atlassian.jira.security.auth that return Authorisation.Decision
 Authorisation.Decision Authorisation.authoriseForLogin(com.atlassian.crowd.embedded.api.User user, javax.servlet.http.HttpServletRequest httpServletRequest)
          Called to ask whether a user is authorised to perform the given request when trying to login and estblish a new session with JIRA.
 Authorisation.Decision Authorisation.authoriseForRole(com.atlassian.crowd.embedded.api.User user, javax.servlet.http.HttpServletRequest httpServletRequest, String role)
          This is called by the security layers to ask whether a user is authorised to perform the given request with the provided role string.
static Authorisation.Decision Authorisation.Decision.toDecision(boolean answer)
          Helper to turn boolean answers into GRANTED or DENIED

static Authorisation.Decision Authorisation.Decision.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Authorisation.Decision[] Authorisation.Decision.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.