Uses of Interface
com.atlassian.crowd.service.client.ClientProperties
Packages that use ClientProperties
Package
Description
-
Uses of ClientProperties in com.atlassian.crowd.integration.http
Constructors in com.atlassian.crowd.integration.http with parameters of type ClientPropertiesModifierConstructorDescriptionCrowdHttpAuthenticatorImpl(CrowdClient client, ClientProperties clientProperties, CrowdHttpTokenHelper tokenHelper) CrowdHttpAuthenticatorImpl(CrowdClient client, ClientProperties clientProperties, CrowdHttpTokenHelper tokenHelper, TokenLockProvider tokenLockProvider) -
Uses of ClientProperties in com.atlassian.crowd.integration.http.filter
Constructors in com.atlassian.crowd.integration.http.filter with parameters of type ClientPropertiesModifierConstructorDescriptionCrowdSecurityFilter(CrowdHttpAuthenticator httpAuthenticator, ClientProperties clientProperties) Constructs a CrowdSecurityFilter. -
Uses of ClientProperties in com.atlassian.crowd.integration.http.util
Methods in com.atlassian.crowd.integration.http.util with parameters of type ClientPropertiesModifier and TypeMethodDescriptionCrowdHttpTokenHelper.getUserAuthenticationContext(javax.servlet.http.HttpServletRequest request, String username, String password, ClientProperties clientProperties) Returns the user authentication context from a request.CrowdHttpTokenHelperImpl.getUserAuthenticationContext(javax.servlet.http.HttpServletRequest request, String username, String password, ClientProperties clientProperties) voidCrowdHttpTokenHelper.removeCrowdToken(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, ClientProperties clientProperties, CookieConfiguration cookieConfig) Removes the Crowd SSO token.voidCrowdHttpTokenHelperImpl.removeCrowdToken(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, ClientProperties clientProperties, CookieConfiguration cookieConfig) voidCrowdHttpTokenHelper.setCrowdToken(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String token, ClientProperties clientProperties, CookieConfiguration cookieConfig) Sets the Crowd SSO token in: the request: as an attribute, so the user is authenticated for the span of the request. the response: as a cookie, so the user is authenticated for subsequent requests. Also sets the last session validation date/time.voidCrowdHttpTokenHelperImpl.setCrowdToken(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String token, ClientProperties clientProperties, CookieConfiguration cookieConfig) -
Uses of ClientProperties in com.atlassian.crowd.service.client
Classes in com.atlassian.crowd.service.client that implement ClientPropertiesModifier and TypeClassDescriptionclassclassThis bean is a container for the application's crowd.properties.class -
Uses of ClientProperties in com.atlassian.crowd.service.factory
Methods in com.atlassian.crowd.service.factory with parameters of type ClientPropertiesModifier and TypeMethodDescriptionCrowdClientFactory.newInstance(ClientProperties clientProperties) Constructs a new Crowd Client instance from the client properties.