| Interface | Description |
|---|---|
| AuthenticationHandler<T extends IdpConfig> | |
| AuthenticationRequest |
Common interface for authentication requests.
|
| SessionDataCache |
An abstraction on a key-based storage of SessionData.
|
| SessionDataCacheFactory |
A factory for
SessionDataCache instances. |
| Class | Description |
|---|---|
| AbstractAuthenticationHandler<T extends IdpConfig> | |
| AbstractConsumerServlet | |
| AbstractSessionDataCacheFactory | |
| AtlassianCacheReplicatedSessionDataCacheFactory |
A factory that creates replicated
SessionDataCache instances backed by atlassian-cache. |
| AtlassianCacheSessionDataCache |
A
SessionDataCache implementation which delegates to an Atlassian Cache cache. |
| AuthenticationHandlerProvider | |
| CookieService | |
| DarkFeatureDrivenSessionDataCacheFactory |
A
SessionDataCacheFactory implementation that checks for a dark feature under the key of DarkFeatureDrivenSessionDataCacheFactory.DARK_FEATURE_KEY
to determine which SessionDataCache implementation it should create. |
| GuavaSessionDataCache |
A
SessionDataCache implementation which delegates to a Google Guava cache. |
| GuavaSessionDataCacheFactory |
A factory that creates
SessionDataCache instances using a Guava cache. |
| LoginServlet |
Used to trigger an external IDP login based on the IDP id provided
|
| SessionData |
Stores data for a specific login conversation.
|
| SessionDataCacheConfiguration |
Represents a configuration of a
SessionDataCache. |
| SessionDataService |
During the SAML/OpenID Connect authentication process we store data about the authentication request.
|
| Exception | Description |
|---|---|
| AuthenticationHandlerNotConfiguredException |
Will be thrown when SSO feature is being used with invalid configuration
|
| InvalidLicenseException |
Copyright © 2023 Atlassian. All rights reserved.