com.atlassian.crowd.integration.seraph
Class ConfluenceAuthenticator

java.lang.Object
  extended by com.atlassian.seraph.auth.AbstractAuthenticator
      extended by com.atlassian.seraph.auth.DefaultAuthenticator
          extended by com.atlassian.crowd.integration.seraph.CrowdAuthenticator
              extended by com.atlassian.crowd.integration.seraph.ConfluenceAuthenticator
All Implemented Interfaces:
com.atlassian.seraph.auth.Authenticator, com.atlassian.seraph.Initable, java.io.Serializable

public class ConfluenceAuthenticator
extends CrowdAuthenticator

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.atlassian.crowd.integration.seraph.CrowdAuthenticator
logger
 
Fields inherited from class com.atlassian.seraph.auth.DefaultAuthenticator
LOGGED_IN_KEY, LOGGED_OUT_KEY
 
Fields inherited from interface com.atlassian.seraph.auth.Authenticator
DEFAULT_AUTHENTICATOR
 
Constructor Summary
ConfluenceAuthenticator()
           
ConfluenceAuthenticator(CrowdHttpAuthenticator crowdHttpAuthenticator)
           
 
Method Summary
protected  java.security.Principal getUser(java.lang.String username)
           
 
Methods inherited from class com.atlassian.crowd.integration.seraph.CrowdAuthenticator
authenticate, autoLoginToCrowd, fetchUserInCache, getUser, isAuthenticated, login, login, logout
 
Methods inherited from class com.atlassian.seraph.auth.DefaultAuthenticator
authoriseUserAndEstablishSession, getAuthType, getElevatedSecurityGuard, getLogoutInterceptors, getRememberMeService, getRoleMapper, getUserFromBasicAuthentication, getUserFromCookie, getUserFromSession, init, isAuthorised, isUserInRole, putPrincipalInSessionContext, removePrincipalFromSessionContext
 
Methods inherited from class com.atlassian.seraph.auth.AbstractAuthenticator
destroy, getConfig, getRemoteUser, getUser
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfluenceAuthenticator

public ConfluenceAuthenticator()

ConfluenceAuthenticator

public ConfluenceAuthenticator(CrowdHttpAuthenticator crowdHttpAuthenticator)
Method Detail

getUser

protected java.security.Principal getUser(java.lang.String username)
Overrides:
getUser in class com.atlassian.seraph.auth.DefaultAuthenticator


Copyright © 2010 Atlassian. All Rights Reserved.