Uses of Class
com.atlassian.crowd.integration.springsecurity.user.CrowdUserDetails
Packages that use CrowdUserDetails
Package
Description
-
Uses of CrowdUserDetails in com.atlassian.crowd.integration.springsecurity
Methods in com.atlassian.crowd.integration.springsecurity that return CrowdUserDetailsModifier and TypeMethodDescriptionprotected abstract CrowdUserDetailsCrowdAuthenticationProvider.loadUserByToken(String token) Retrieve a user from Crowd by looking up the principal by their authenticated Crowd token.protected CrowdUserDetailsLocalCrowdAuthenticationProvider.loadUserByToken(String tokenKey) protected CrowdUserDetailsRemoteCrowdAuthenticationProvider.loadUserByToken(String token) protected abstract CrowdUserDetailsCrowdAuthenticationProvider.loadUserByUsername(String username) Retreive the user details for a user based on their username.protected CrowdUserDetailsLocalCrowdAuthenticationProvider.loadUserByUsername(String username) protected CrowdUserDetailsRemoteCrowdAuthenticationProvider.loadUserByUsername(String username) -
Uses of CrowdUserDetails in com.atlassian.crowd.integration.springsecurity.user
Methods in com.atlassian.crowd.integration.springsecurity.user that return CrowdUserDetailsModifier 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
Methods in com.atlassian.crowd.manager.authentication that return CrowdUserDetailsModifier 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
Methods in com.atlassian.crowd.sso.saml.impl.opensaml.action.email with parameters of type CrowdUserDetailsModifier 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
Methods in com.atlassian.crowd.sso.saml.impl.opensaml.context that return CrowdUserDetailsMethods in com.atlassian.crowd.sso.saml.impl.opensaml.context with parameters of type CrowdUserDetailsModifier and TypeMethodDescriptionvoidAuthorizationContext.setCrowdUserDetails(CrowdUserDetails crowdUserDetails)