Package | Description |
---|---|
com.atlassian.crowd.integration.http | |
com.atlassian.crowd.integration.soap.springsecurity | |
com.atlassian.crowd.integration.xwork |
Modifier and Type | Class and Description |
---|---|
class |
HttpAuthenticatorImpl
This bean is used to manage HTTP authentication.
|
Modifier and Type | Method and Description |
---|---|
static HttpAuthenticator |
HttpAuthenticatorFactory.getCacheAwareHttpAuthenticator()
Retrieve the singleton instance of the HttpAuthenticator (cache aware).
|
static HttpAuthenticator |
HttpAuthenticatorFactory.getHttpAuthenticator()
Retrieve the singleton instance of the HttpAuthenticator (not cache aware).
|
Constructor and Description |
---|
VerifyTokenFilter(HttpAuthenticator httpAuthenticator)
Use this constructor to provide an externally managed
singleton instance of the HttpAuthenticator.
|
Modifier and Type | Method and Description |
---|---|
HttpAuthenticator |
CrowdLogoutHandler.getHttpAuthenticator() |
Modifier and Type | Method and Description |
---|---|
void |
CrowdLogoutHandler.setHttpAuthenticator(HttpAuthenticator httpAuthenticator) |
Constructor and Description |
---|
CrowdSSOAuthenticationProcessingFilter(HttpAuthenticator httpAuthenticator,
CrowdHttpTokenHelper tokenHelper) |
RemoteCrowdAuthenticationProvider(AuthenticationManager authenticationManager,
HttpAuthenticator httpAuthenticator,
CrowdUserDetailsService userDetailsService) |
Constructor and Description |
---|
CrowdAuthenticationInterceptor(HttpAuthenticator httpAuthenticator)
Use this constructor to provide an externally managed
singleton instance of the HttpAuthenticator.
|
Copyright © 2020 Atlassian. All rights reserved.