All Classes
-
All Classes Interface Summary Class Summary Class Description AccessTokenInfo Information about an access token.AccessTokenValidator Access token validator.AccessTokenValidator.Params Parameters passed to theAccessTokenValidator.validate(Params)
method.AuthleteApiImpl The implementation ofAuthleteApi
using JAX-RS 2.0 client API.AuthleteApiImplV3 The implementation ofAuthleteApi
using JAX-RS 2.0 client API.AuthleteApiJaxrsImpl AuthleteApiJaxrsImpl.AuthleteApiCall<TResponse> AuthorizationDecisionHandler Handler for end-user's decision on the authorization request.AuthorizationDecisionHandler.Params Parameters for this handler.AuthorizationDecisionHandlerSpi Service Provider Interface to work withAuthorizationDecisionHandler
.AuthorizationDecisionHandlerSpiAdapter Empty implementation ofAuthorizationDecisionHandlerSpi
interface.AuthorizationPageModel Model class to hold data which are referred to in an authorization page.AuthorizationRequestHandler Handler for authorization requests to a authorization endpoint of OAuth 2.0 (RFC 6749).AuthorizationRequestHandlerSpi Service Provider Interface to work withAuthorizationRequestHandler
.AuthorizationRequestHandlerSpiAdapter Empty implementation ofAuthorizationRequestHandlerSpi
interface.BackchannelAuthenticationCompleteRequestHandler Handler for the result of end-user authentication and authorization in CIBA (Client Initiated Backchannel Authentication) flow.BackchannelAuthenticationCompleteRequestHandlerSpi Service Provider Interface to work withBackchannelAuthenticationCompleteRequestHandler
.BackchannelAuthenticationCompleteRequestHandlerSpiAdapter Empty implementation ofBackchannelAuthenticationCompleteRequestHandlerSpi
interface.BackchannelAuthenticationRequestHandler Handler for backchannel authentication requests to a backchannel authentication endpoint of CIBA (Client Initiated Backchannel Authentication).BackchannelAuthenticationRequestHandler.Params Parameters passed to theBackchannelAuthenticationRequestHandler.handle(Params)
method.BackchannelAuthenticationRequestHandlerSpi Service Provider Interface to work withBackchannelAuthenticationRequestHandler
.BackchannelAuthenticationRequestHandlerSpiAdapter Empty implementation ofBackchannelAuthenticationRequestHandlerSpi
interface.BaseAuthorizationDecisionEndpoint A base class for authorization decision endpoints.BaseAuthorizationEndpoint A base class for authorization endpoints.BaseBackchannelAuthenticationEndpoint A base class for backchannel authentication endpoints of CIBA (Client Initiated Backchannel Authentication).BaseClientRegistrationEndpoint A base class for dynamic client registration and dynamic client registration management endpoints.BaseConfigurationEndpoint A base class for OpenID Provider configuration endpoints.BaseCredentialIssuerMetadataEndpoint A base class for the credential issuer metadata endpoint (/.well-known/openid-credential-issuer
) defined in OpenID for Verifiable Credential Issuance.BaseCredentialJwtIssuerMetadataEndpoint A base class for the JWT issuer metadata endpoint (/.well-known/jwt-issuer
) defined in SD-JWT-based Verifiable Credentials (SD-JWT VC).BaseCredentialOfferUriEndpoint BaseDeviceAuthorizationEndpoint A base class for device authorization endpoints.BaseDeviceCompleteEndpoint A base class for device complete endpoints of OAuth 2.0 Device Authorization Grant (Device Flow).BaseDeviceVerificationEndpoint A base class for device verification endpoints.BaseEndpoint A base class for endpoints.BaseFederationConfigurationEndpoint A base class for the entity configuration endpoint of OpenID Connect Federation 1.0.BaseFederationRegistrationEndpoint A base class for the federation registration endpoint of OpenID Connect Federation 1.0.BaseGrantManagementEndpoint A base class for grant management endpoint.BaseIntrospectionEndpoint A base class for introspection endpoint implementations.BaseJwksEndpoint A base class for JWK Set endpoints.BasePushedAuthReqEndpoint A base class for pushed authorization endpoints.BaseResourceEndpoint A base class for protected resource endpoints.BaseRevocationEndpoint A base class for revocation endpoint implementations.BaseTokenEndpoint A base class for token endpoints.BaseUserInfoEndpoint A base class for userinfo endpoints.CertificateUtils Utilities for certificates.ClientCertificateExtractor Extracts a client's MTLS certificate from an incoming HTTP Request.ClientRegistrationRequestHandler Handler for requests to the dynamic client registration and dynamic registration management endpoints.ConfigurationRequestHandler Handler for requests to an OpenID Provider configuration endpoint.CredentialIssuerMetadataRequestHandler Handler for requests to the credential issuer metadata endpoint.CredentialJwtIssuerMetadataRequestHandler Handler for requests to the JWT issuer metadata endpoint.CredentialOfferUriRequestHandler DeviceAuthorizationPageModel Model class to hold data which are referred to in an authorization page in device flow.DeviceAuthorizationRequestHandler Handler for device authorization requests in OAuth 2.0 Device Authorization Grant (Device Flow).DeviceAuthorizationRequestHandler.Params Parameters passed to theDeviceAuthorizationRequestHandler.handle(Params)
method.DeviceCompleteRequestHandler Handler for processing the result of end-user authentication and authorization in OAuth 2.0 Device Authorization Grant (Device Flow).DeviceCompleteRequestHandlerSpi Service Provider Interface to work withDeviceCompleteRequestHandler
.DeviceCompleteRequestHandlerSpiAdapter Empty implementation ofDeviceCompleteRequestHandlerSpi
interface.DeviceVerificationPageModel Model class to hold data which are referred to in an verification page in device flow.DeviceVerificationRequestHandler Handler for getting information associated with a user code that the end-user input at the verification endpoint in OAuth 2.0 Device Authorization Grant (Device Flow).DeviceVerificationRequestHandlerSpi Service Provider Interface to work withDeviceVerificationRequestHandler
.DeviceVerificationRequestHandlerSpiAdapter Empty implementation ofDeviceVerificationRequestHandlerSpi
interface.FederationConfigurationRequestHandler Handler for requests to the entity configuration endpoint.FederationRegistrationRequestHandler Handler for requests to the federation registration endpoint.GMRequestHandler Handler for grant management requests.HeaderClientCertificateClientCertExtractor A client certificate extractor for theClient-Cert
andClient-Cert-Chain
headers.HeaderClientCertificateExtractor Extracts the client certificate from headers defined by theclientCertificateChainHeaders
member list.HeaderClientCertificateXSslExtractor A client certificate extractor for theX-Ssl-Cert
andX-Ssl-Cert-Chain-*
headers.HttpsRequestClientCertificateExtractor Extracts the client certificate from the incoming HTTPS request using thejavax.servlet.request.X509Certificate
attribute.IntrospectionRequestHandler Handler for token introspection requests (RFC 7662).IntrospectionRequestHandler.Params Parameters passed to theIntrospectionRequestHandler.handle(Params)
method.JaxRsUtils JAX-RS Utilities.JwksRequestHandler Handler for requests to an endpoint that exposes JSON Web Key Set (RFC 7517) document.PushedAuthReqHandler Handler for pushed authorization request endpoint requests.PushedAuthReqHandler.Params Parameters passed to thePushedAuthReqHandler.handle(Params)
method.RequestUrlResolver A utility to resolve the original request URL.RevocationRequestHandler Handler for token revocation requests (RFC 7009).RevocationRequestHandler.Params Parameters passed to theRevocationRequestHandler.handle(Params)
method.TokenRequestHandler Handler for token requests to a token endpoint of OAuth 2.0 (RFC 6749).TokenRequestHandler.Params Parameters passed to theTokenRequestHandler.handle(Params)
method.TokenRequestHandlerSpi Service Provider Interface to work withTokenRequestHandler
.TokenRequestHandlerSpiAdapter Empty implementation ofTokenRequestHandlerSpi
interface.UserInfoRequestHandler Handler for userinfo requests to a UserInfo Endpoint defined in OpenID Connect Core 1.0.UserInfoRequestHandler.Params Parameters passed to theUserInfoRequestHandler.handle(Params)
method.UserInfoRequestHandlerSpi Service Provider Interface to work withUserInfoRequestHandler
.UserInfoRequestHandlerSpiAdapter Empty implementation ofUserInfoRequestHandlerSpi
interface.