Interface | Description |
---|---|
OAuthTokenIssuer |
Bean that is used for programmatic access token generation.
|
Class | Description |
---|---|
ClientProxyTokenStore |
A token store that redirects request from the client to the
ServerTokenStore located at the middleware. |
CubaAnonymousAuthenticationFilter |
This filter is used for anonymous access to CUBA REST API.
|
CubaAnonymousAuthenticationToken |
Represents CUBA anonymous REST API authentication
|
CubaRestLastSecurityFilter |
The last filter in the security filters chain.
|
CubaTokenEnhancer |
Provides additional token details from authentication details with ext_ prefix.
|
CubaUserAuthenticationProvider | |
ExternalAuthenticationToken | |
ExternalOAuthTokenGranter | |
OAuthTokenIssuer.OAuth2AccessTokenRequest | |
OAuthTokenIssuer.OAuth2AccessTokenResult |
Result of programmatic access token generation.
|
OAuthTokenRevoker |
Bean that is used for access token revocation
|
UniqueAuthenticationKeyGenerator |
Key generator that uses random UUID for authentication keys.
|
Enum | Description |
---|---|
TokenRevocationInitiator |