| Interface | Description |
|---|---|
| CrowdHttpAuthenticator |
This interface is used to manage HTTP authentication.
|
| HttpAuthenticator |
This interface is used to manage HTTP authentication.
|
| TokenLockProvider |
Provides locks for tokens.
|
| Class | Description |
|---|---|
| CacheAwareCrowdHttpAuthenticator |
CacheAwareCrowdHttpAuthenticator ensures that a user exists in the cache when a user is retrieved from the server or
is authenticated.
|
| CrowdHttpAuthenticatorImpl |
An implementation of CrowdHttpAuthenticator using a
CrowdClient
to talk to a Crowd server. |
| HttpAuthenticatorFactory |
Use this class to maintain a singleton instance
of the HttpAuthenticator.
|
| HttpAuthenticatorImpl |
This bean is used to manage HTTP authentication.
|
| NoOpTokenLockProvider |
An implementation of
TokenLockProvider which doesn't do any locking |
| StripedTokenLockProvider |
Default implementation of
TokenLockProvider, backed by Guava's Striped |
| VerifyTokenFilter |
This filter manages protecting a
web.xml url-pattern. |
Copyright © 2021 Atlassian. All rights reserved.