| AccessTokenSpec |
Access token specification..
|
| BasicClaimsSpec |
Basic OpenID Connect claims specification.
|
| ClaimsSpec |
OpenID Connect claims specification.
|
| GrantAuthorization |
|
| GrantHandler |
OAuth 2.0 grant handler.
|
| IDTokenSpec |
Identity (ID) token specification.
|
| JWTGrantHandler |
Marker interface for JSON Web Token (JWT) bearer assertion grants handlers.
|
| OptionalTokenSpec |
Optional token specification.
|
| PasswordGrantAuthorization |
|
| PresetClaims |
Additional or preset OpenID Connect claims.
|
| RefreshTokenSpec |
Refresh token specification.
|
| SAML2GrantHandler |
Marker interface for SAML 2.0 bearer assertion grant handlers.
|
| SelfIssuedAssertionAuthorization |
Authorisation produced by a grant handler of
self-issued assertions (SAML 2.0 or JWT bearer).
|
| SubjectAuthorization |
OAuth 2.0 / OpenID Connect authorisation produced by a GrantHandler
specifying a subject (end-user) and permitting ID token issue.
|
| ThirdPartyAssertionAuthorization |
Authorisation produced by a grant handler of assertions
(SAML 2.0 or JWT bearer) issued by a third-party security token service.
|
| TokenSpec |
Base token specification.
|