Package com.atlassian.confluence.user
Class ConfluenceLDAPGroupJoiningAuthenticator
java.lang.Object
com.atlassian.seraph.auth.AbstractAuthenticator
com.atlassian.seraph.auth.DefaultAuthenticator
com.atlassian.confluence.user.ConfluenceAuthenticator
com.atlassian.confluence.user.ConfluenceGroupJoiningAuthenticator
com.atlassian.confluence.user.ConfluenceLDAPGroupJoiningAuthenticator
- All Implemented Interfaces:
- com.atlassian.seraph.auth.Authenticator,- com.atlassian.seraph.Initable,- Serializable
This authenticator adds users to default users group when they first log in, but only for users
 which belong to an LDAP directory.
- See Also:
- 
Field SummaryFields inherited from class com.atlassian.seraph.auth.DefaultAuthenticatorLOGGED_IN_KEY, LOGGED_IN_USER_ID_KEY, LOGGED_OUT_KEY
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class com.atlassian.confluence.user.ConfluenceGroupJoiningAuthenticatoraddUserToGroup, getCrowdService, loginMethods inherited from class com.atlassian.confluence.user.ConfluenceAuthenticatorauthenticate, authoriseUserAndEstablishSession, getEventPublisher, getUser, getUserAccessor, getUserFromSession, isPrincipalAlreadyInSessionContext, logout, putPrincipalInSessionContext, refreshPrincipalObtainedFromSession, removePrincipalFromSessionContext, setUserAccessorMethods inherited from class com.atlassian.seraph.auth.DefaultAuthenticatorgetAuthType, getElevatedSecurityGuard, getLogoutInterceptors, getPrincipalFromSession, getRememberMeService, getRoleMapper, getUser, getUserFromBasicAuthentication, getUserFromCookie, init, isAuthorisedMethods inherited from class com.atlassian.seraph.auth.AbstractAuthenticatordestroy, getConfig, getRemoteUser, getUser, login
- 
Constructor Details- 
ConfluenceLDAPGroupJoiningAuthenticatorpublic ConfluenceLDAPGroupJoiningAuthenticator()
 
-