| Modifier and Type | Method and Description |
|---|---|
void |
License.setHttpAuthenticator(HttpAuthenticator httpAuthenticator) |
| 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 | Field and Description |
|---|---|
protected HttpAuthenticator |
RemoteCrowdAuthenticationProvider.httpAuthenticator |
| Modifier and Type | Method and Description |
|---|---|
HttpAuthenticator |
CrowdLogoutHandler.getHttpAuthenticator() |
| Modifier and Type | Method and Description |
|---|---|
void |
CrowdSSOAuthenticationProcessingFilter.setHttpAuthenticator(HttpAuthenticator httpAuthenticator)
Mandatory dependency.
|
void |
CrowdLogoutHandler.setHttpAuthenticator(HttpAuthenticator httpAuthenticator) |
| Constructor and Description |
|---|
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 © 2017 Atlassian. All rights reserved.