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
Fields in com.atlassian.crowd.integration.http declared as CrowdHttpTokenHelperModifier and TypeFieldDescriptionprotected final CrowdHttpTokenHelperAbstractCrowdHttpAuthenticator.tokenHelperprotected final CrowdHttpTokenHelperAbstractCrowdHttpAuthenticator.tokenHelperConstructors in com.atlassian.crowd.integration.http with parameters of type CrowdHttpTokenHelperModifierConstructorDescriptionCachedCrowdHttpAuthenticatorImpl(CrowdClient client, ClientProperties clientProperties, CrowdHttpTokenHelper tokenHelper) CrowdHttpAuthenticatorImpl(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.rest.service.factory
Methods in com.atlassian.crowd.integration.rest.service.factory with parameters of type CrowdHttpTokenHelperModifier and TypeMethodDescriptionRestCrowdHttpAuthenticationFactory.newInstance(CrowdClient crowdClient, ClientProperties clientProperties, CrowdHttpTokenHelper tokenHelper) To be used with IoC container (like Spring) to manage returned implementation as a singleton. -
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) -
Uses of CrowdHttpTokenHelper in com.atlassian.crowd.service.authentication
Constructors in com.atlassian.crowd.service.authentication with parameters of type CrowdHttpTokenHelperModifierConstructorDescriptionCrowdApplicationAuthenticationServiceImpl(TokenAuthenticationManager tokenAuthenticationManager, CrowdHttpTokenHelper tokenHelper, ApplicationFactory applicationFactory, ClientProperties clientProperties, PropertyManager propertyManager, AuditService auditService, com.atlassian.diagnostics.util.CallingBundleResolver callingBundleResolver, org.springframework.security.web.authentication.logout.LogoutHandler logoutHandler)