AccessTokenSpec |
Access token specification.
|
BasicClaimsSpec |
Basic OpenID claims specification.
|
ClaimsSpec |
OpenID 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.
|
TokenExchangeAuthorization |
|
TokenIntrospection |
Introspection of a subject token in a token exchange grant.
|
TokenIssueHelpers |
Token issue helpers.
|
TokenRequestParameters |
Common token request parameters for an OAuth 2.0 grant.
|
TokenSpec |
Base token specification.
|