Uses of Class
com.atlassian.crowd.integration.springsecurity.user.CrowdUserDetails
Package
Description
-
Uses of CrowdUserDetails in com.atlassian.crowd.integration.springsecurity
Modifier and TypeMethodDescriptionprotected abstract CrowdUserDetails
CrowdAuthenticationProvider.loadUserByToken
(String token) Retrieve a user from Crowd by looking up the principal by their authenticated Crowd token.protected CrowdUserDetails
LocalCrowdAuthenticationProvider.loadUserByToken
(String tokenKey) protected CrowdUserDetails
RemoteCrowdAuthenticationProvider.loadUserByToken
(String token) protected abstract CrowdUserDetails
CrowdAuthenticationProvider.loadUserByUsername
(String username) Retreive the user details for a user based on their username.protected CrowdUserDetails
LocalCrowdAuthenticationProvider.loadUserByUsername
(String username) protected CrowdUserDetails
RemoteCrowdAuthenticationProvider.loadUserByUsername
(String username) -
Uses of CrowdUserDetails in com.atlassian.crowd.integration.springsecurity.user
Modifier and TypeMethodDescriptionCrowdUserDetailsService.loadUserByToken
(String token) Retrieve a user from Crowd by looking up the principal by their authenticated Crowd token.CrowdUserDetailsServiceImpl.loadUserByToken
(String token) CrowdUserDetailsService.loadUserByUsername
(String username) Retrieves the user from Crowd by looking up the principal by username.CrowdUserDetailsServiceImpl.loadUserByUsername
(String username) -
Uses of CrowdUserDetails in com.atlassian.crowd.manager.authentication
Modifier and TypeMethodDescriptionAuthenticatedUserProvider.getCrowdUserDetails()
Returns the currently logged in user or null if no user can be found.AuthenticatedUserProviderSpringSecurity.getCrowdUserDetails()
-
Uses of CrowdUserDetails in com.atlassian.crowd.sso.saml.impl.opensaml.action.email
Modifier and TypeMethodDescriptionEmailIdentifierProvider.getValidEmail
(CrowdUserDetails crowdUserDetails, Application application) EmailIdentifierProviderImpl.getValidEmail
(CrowdUserDetails crowdUserDetails, Application application) -
Uses of CrowdUserDetails in com.atlassian.crowd.sso.saml.impl.opensaml.context
Modifier and TypeMethodDescriptionvoid
AuthorizationContext.setCrowdUserDetails
(CrowdUserDetails crowdUserDetails)