| Interface | Description |
|---|---|
| DynamicProviderManager |
An extension to the standard ProviderManager implementation
of the AuthenticationManager wich allows adding and removing
provider managers at runtime.
|
| RequestToApplicationMapper |
Maps request paths (Ant format) to application
names.
|
| Class | Description |
|---|---|
| AbstractCrowdSSOAuthenticationProcessingFilter | |
| CrowdApplicationGrantedAuthority |
This granted authority is assigned to users authenticated to the Crowd application
|
| CrowdApplicationModuleGrantedAuthority |
This granted authority is assigned to users authenticated to applications defined in Crowd, other than the Crowd
application.
|
| CrowdAuthenticationProvider |
The CrowdAuthenticationProvider can be used in both SSO and non-SSO mode.
|
| CrowdRememberMeAuthentication | |
| CrowdSSOAuthenticationDetails |
The authentication details for an AuthenticationToken.
|
| CrowdSSOAuthenticationToken |
A CrowdSSOAuthenticationToken can be used to represent an
authentication request consisting of the Crowd SSO Token
String (credential) and HTTP ValidationFactors (details).
|
| DynamicProviderManagerImpl |
An extension to the standard ProviderManager implementation
of the AuthenticationManager which allows adding and removing
provider managers at runtime.
|
| RequestToApplicationMapperImpl |
Maps request paths (Ant format) to application
names.
|
| SecurityConstants | |
| UsernameStoringAuthenticationFailureHandler |
| Exception | Description |
|---|---|
| CrowdAccessDeniedException |
Although this is an authorisation exception, Crowd
combines authentication and authorisation in one
call to the Crowd server to determine if a user is
allowed access to a particular remote application.
|
| CrowdSSOTokenInvalidException |
Represents a failed authentication attempt using an SSO token
that is not valid.
|
Copyright © 2019 Atlassian. All rights reserved.