Uses of Interface
com.atlassian.crowd.integration.http.util.CrowdHttpTokenHelper
Packages that use CrowdHttpTokenHelper
Package
Description
-
Uses of CrowdHttpTokenHelper in com.atlassian.crowd.console.authentication
Constructors in com.atlassian.crowd.console.authentication with parameters of type CrowdHttpTokenHelperModifierConstructorDescriptionCrowdSSOAuthenticatedUserProviderImpl(CrowdHttpTokenHelper tokenHelper, ClientProperties clientProperties, TokenAuthenticationManager tokenAuthenticationManager, ApplicationManager applicationManager) -
Uses of CrowdHttpTokenHelper in com.atlassian.crowd.integration.http
Constructors in com.atlassian.crowd.integration.http with parameters of type CrowdHttpTokenHelperModifierConstructorDescriptionCrowdHttpAuthenticatorImpl(CrowdClient client, ClientProperties clientProperties, CrowdHttpTokenHelper tokenHelper) CrowdHttpAuthenticatorImpl(CrowdClient client, ClientProperties clientProperties, CrowdHttpTokenHelper tokenHelper, TokenLockProvider tokenLockProvider) -
Uses of CrowdHttpTokenHelper in com.atlassian.crowd.integration.http.util
Classes in com.atlassian.crowd.integration.http.util that implement CrowdHttpTokenHelperModifier and TypeClassDescriptionclassHelper class for Crowd SSO token operations.Methods in com.atlassian.crowd.integration.http.util that return CrowdHttpTokenHelperModifier and TypeMethodDescriptionstatic CrowdHttpTokenHelperCrowdHttpTokenHelperImpl.getInstance(CrowdHttpValidationFactorExtractor validationFactorExtractor) Returns an instance of CrowdHttpTokenHelper. -
Uses of CrowdHttpTokenHelper in com.atlassian.crowd.integration.springsecurity
Fields in com.atlassian.crowd.integration.springsecurity declared as CrowdHttpTokenHelperModifier and TypeFieldDescriptionprotected final CrowdHttpTokenHelperAbstractCrowdSSOAuthenticationProcessingFilter.tokenHelperConstructors in com.atlassian.crowd.integration.springsecurity with parameters of type CrowdHttpTokenHelperModifierConstructorDescriptionprotectedAbstractCrowdSSOAuthenticationProcessingFilter(ClientProperties clientProperties, CrowdHttpTokenHelper tokenHelper) protectedAbstractLocalCrowdAuthenticationProcessingFilter(ClientProperties clientProperties, CrowdHttpTokenHelper tokenHelper, PropertyManager propertyManager, TokenAuthenticationManager tokenAuthenticationManager, CrowdRememberMeService rememberMeService) CrowdSSOAuthenticationProcessingFilter(CrowdHttpTokenHelper tokenHelper, CrowdClient crowdClient, ClientProperties clientProperties) LocalCrowdLogoutHandler(TokenAuthenticationManager tokenAuthenticationManager, CrowdHttpTokenHelper tokenHelper, ClientProperties clientProperties, PropertyManager propertyManager, CrowdRememberMeService rememberMeService) protectedLocalCrowdSSOAuthenticationProcessingFilter(ClientProperties clientProperties, CrowdHttpTokenHelper tokenHelper, PropertyManager propertyManager, TokenAuthenticationManager tokenAuthenticationManager, CrowdRememberMeService rememberMeService)