Uses of Class
com.atlassian.crowd.integration.springsecurity.CrowdSSOTokenInvalidException
Packages that use CrowdSSOTokenInvalidException
Package
Description
-
Uses of CrowdSSOTokenInvalidException in com.atlassian.crowd.integration.springsecurity
Methods in com.atlassian.crowd.integration.springsecurity that throw CrowdSSOTokenInvalidExceptionModifier 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) -
Uses of CrowdSSOTokenInvalidException in com.atlassian.crowd.integration.springsecurity.user
Methods in com.atlassian.crowd.integration.springsecurity.user that throw CrowdSSOTokenInvalidExceptionModifier and TypeMethodDescriptionCrowdUserDetailsService.loadUserByToken
(String token) Retrieve a user from Crowd by looking up the principal by their authenticated Crowd token.CrowdUserDetailsServiceImpl.loadUserByToken
(String token)