Uses of Package
com.atlassian.seraph.auth

Packages that use com.atlassian.seraph.auth
com.atlassian.seraph.auth   
com.atlassian.seraph.config   
com.atlassian.seraph.filter   
com.atlassian.seraph.logout   
com.atlassian.seraph.util   
 

Classes in com.atlassian.seraph.auth used by com.atlassian.seraph.auth
AbstractAuthenticator
          An abstract implementation of Authenticator that implements a lot of base methods
AuthenticationContext
          Allow the user to be retrieved at any time throughout the application.
AuthenticationErrorType
          Enumeration used to determine the cause of any authentication errors.
Authenticator
          An Authenticator is used to authenticate users, log them in, log them out and check their roles.
AuthenticatorException
          An exception for all Authenticator related error conditions
AuthType
          If an authType is specified by the user that doesn't match a specific auth type as defined by this enum, 'NONE' will be returned.
LoginReason
          An enumeration of why a login attempt has failed
RoleMapper
          Determines whether an authenticated user has a "role" (permission) within the system, and specifically, whether they have permission to log in to the system.
SimpleAbstractRoleMapper
          Provides a simple base implementation of RoleMapper.
 

Classes in com.atlassian.seraph.auth used by com.atlassian.seraph.config
AuthenticationContext
          Allow the user to be retrieved at any time throughout the application.
Authenticator
          An Authenticator is used to authenticate users, log them in, log them out and check their roles.
RoleMapper
          Determines whether an authenticated user has a "role" (permission) within the system, and specifically, whether they have permission to log in to the system.
 

Classes in com.atlassian.seraph.auth used by com.atlassian.seraph.filter
AuthenticationContext
          Allow the user to be retrieved at any time throughout the application.
AuthenticationErrorType
          Enumeration used to determine the cause of any authentication errors.
Authenticator
          An Authenticator is used to authenticate users, log them in, log them out and check their roles.
 

Classes in com.atlassian.seraph.auth used by com.atlassian.seraph.logout
Authenticator
          An Authenticator is used to authenticate users, log them in, log them out and check their roles.
 

Classes in com.atlassian.seraph.auth used by com.atlassian.seraph.util
Authenticator
          An Authenticator is used to authenticate users, log them in, log them out and check their roles.
 



Copyright © 2013 Atlassian. All Rights Reserved.