Uses of Interface
com.atlassian.seraph.auth.Authenticator

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

Uses of Authenticator in com.atlassian.seraph.auth
 

Classes in com.atlassian.seraph.auth that implement Authenticator
 class AbstractAuthenticator
          An abstract implementation of Authenticator that implements a lot of base methods
 class DefaultAuthenticator
          This authenticator stores the currently logged in user in the session as a Principal.
 

Uses of Authenticator in com.atlassian.seraph.config
 

Methods in com.atlassian.seraph.config that return Authenticator
 Authenticator SecurityConfigImpl.getAuthenticator()
           
 Authenticator SecurityConfig.getAuthenticator()
           
 

Uses of Authenticator in com.atlassian.seraph.filter
 

Methods in com.atlassian.seraph.filter that return Authenticator
protected  Authenticator BaseLoginFilter.getAuthenticator()
           
 

Uses of Authenticator in com.atlassian.seraph.logout
 

Methods in com.atlassian.seraph.logout that return Authenticator
protected  Authenticator LogoutServlet.getAuthenticator()
           
 

Uses of Authenticator in com.atlassian.seraph.util
 

Methods in com.atlassian.seraph.util that return Authenticator
static Authenticator SecurityUtils.getAuthenticator(javax.servlet.ServletContext servletContext)
           
 



Copyright © 2013 Atlassian. All Rights Reserved.