A B C D E F G H I J O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AccessTokenInfo - Class in com.authlete.jaxrs
-
Information about an access token.
- AccessTokenInfo() - Constructor for class com.authlete.jaxrs.AccessTokenInfo
-
The default constructor.
- AccessTokenInfo(String, IntrospectionResponse) - Constructor for class com.authlete.jaxrs.AccessTokenInfo
-
A constructor with an access token and a response from Authlete's /api/auth/introspection API.
- AccessTokenValidator - Class in com.authlete.jaxrs
-
Access token validator.
- AccessTokenValidator(AuthleteApi) - Constructor for class com.authlete.jaxrs.AccessTokenValidator
-
Constructor with an implementation of
AuthleteApi
interface. - AccessTokenValidator.Params - Class in com.authlete.jaxrs
-
Parameters passed to the
AccessTokenValidator.validate(Params)
method. - authenticateUser(String, String) - Method in interface com.authlete.jaxrs.spi.TokenRequestHandlerSpi
-
Authenticate an end-user.
- authenticateUser(String, String) - Method in class com.authlete.jaxrs.spi.TokenRequestHandlerSpiAdapter
- AuthleteApiImpl - Class in com.authlete.jaxrs.api
-
The implementation of
AuthleteApi
using JAX-RS 2.0 client API. - AuthleteApiImpl(AuthleteConfiguration) - Constructor for class com.authlete.jaxrs.api.AuthleteApiImpl
-
The constructor with an instance of
AuthleteConfiguration
. - AuthleteApiImplV3 - Class in com.authlete.jaxrs.api
-
The implementation of
AuthleteApi
using JAX-RS 2.0 client API. - AuthleteApiImplV3(AuthleteConfiguration) - Constructor for class com.authlete.jaxrs.api.AuthleteApiImplV3
-
The constructor with an instance of
AuthleteConfiguration
. - AuthleteApiJaxrsImpl - Class in com.authlete.jaxrs.api
- AuthleteApiJaxrsImpl(AuthleteConfiguration) - Constructor for class com.authlete.jaxrs.api.AuthleteApiJaxrsImpl
-
The constructor with an instance of
AuthleteConfiguration
. - AuthleteApiJaxrsImpl.AuthleteApiCall<TResponse> - Interface in com.authlete.jaxrs.api
- authorization(AuthorizationRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
-
Call
/api/auth/authorization
API. - authorization(AuthorizationRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImplV3
-
Call
/api/{serviceId}/auth/authorization
API. - AuthorizationDecisionHandler - Class in com.authlete.jaxrs
-
Handler for end-user's decision on the authorization request.
- AuthorizationDecisionHandler(AuthleteApi, AuthorizationDecisionHandlerSpi) - Constructor for class com.authlete.jaxrs.AuthorizationDecisionHandler
-
Constructor with an implementation of
AuthleteApi
interface and an implementation ofAuthorizationDecisionHandlerSpi
interface. - AuthorizationDecisionHandler.Params - Class in com.authlete.jaxrs
-
Parameters for this handler.
- AuthorizationDecisionHandlerSpi - Interface in com.authlete.jaxrs.spi
-
Service Provider Interface to work with
AuthorizationDecisionHandler
. - AuthorizationDecisionHandlerSpiAdapter - Class in com.authlete.jaxrs.spi
-
Empty implementation of
AuthorizationDecisionHandlerSpi
interface. - AuthorizationDecisionHandlerSpiAdapter() - Constructor for class com.authlete.jaxrs.spi.AuthorizationDecisionHandlerSpiAdapter
- authorizationFail(AuthorizationFailRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
-
Call
/api/auth/authorization/fail
API. - authorizationFail(AuthorizationFailRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImplV3
-
Call
/api/{serviceId}/auth/authorization/fail
API. - authorizationIssue(AuthorizationIssueRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
-
Call
/api/auth/authorization/issue
API. - authorizationIssue(AuthorizationIssueRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImplV3
-
Call
/api/{serviceId}/auth/authorization/issue
API. - AuthorizationPageModel - Class in com.authlete.jaxrs
-
Model class to hold data which are referred to in an authorization page.
- AuthorizationPageModel() - Constructor for class com.authlete.jaxrs.AuthorizationPageModel
-
The default constructor with default values.
- AuthorizationPageModel(AuthorizationResponse, User) - Constructor for class com.authlete.jaxrs.AuthorizationPageModel
-
Create an
AuthorizationPageModel
instance using information contained in anAuthorizationResponse
object, which represents a response from Authlete's/api/auth/authorization
API. - AuthorizationRequestHandler - Class in com.authlete.jaxrs
-
Handler for authorization requests to a authorization endpoint of OAuth 2.0 (RFC 6749).
- AuthorizationRequestHandler(AuthleteApi, AuthorizationRequestHandlerSpi) - Constructor for class com.authlete.jaxrs.AuthorizationRequestHandler
-
Constructor with an implementation of
AuthleteApi
interface and an implementation ofAuthorizationRequestHandlerSpi
interface. - AuthorizationRequestHandlerSpi - Interface in com.authlete.jaxrs.spi
-
Service Provider Interface to work with
AuthorizationRequestHandler
. - AuthorizationRequestHandlerSpiAdapter - Class in com.authlete.jaxrs.spi
-
Empty implementation of
AuthorizationRequestHandlerSpi
interface. - AuthorizationRequestHandlerSpiAdapter() - Constructor for class com.authlete.jaxrs.spi.AuthorizationRequestHandlerSpiAdapter
- authorizationTicketInfo(AuthorizationTicketInfoRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
- authorizationTicketInfo(AuthorizationTicketInfoRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImplV3
- authorizationTicketUpdate(AuthorizationTicketUpdateRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
- authorizationTicketUpdate(AuthorizationTicketUpdateRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImplV3
B
- backchannelAuthentication(BackchannelAuthenticationRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
-
Call
/api/backchannel/authentication
API. - backchannelAuthentication(BackchannelAuthenticationRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImplV3
-
Call
/api/{serviceId}/backchannel/authentication
API. - backchannelAuthenticationComplete(BackchannelAuthenticationCompleteRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
-
Call
/api/backchannel/authentication/complete
API. - backchannelAuthenticationComplete(BackchannelAuthenticationCompleteRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImplV3
-
Call
/api/{serviceId}/backchannel/authentication/complete
API. - BackchannelAuthenticationCompleteRequestHandler - Class in com.authlete.jaxrs
-
Handler for the result of end-user authentication and authorization in CIBA (Client Initiated Backchannel Authentication) flow.
- BackchannelAuthenticationCompleteRequestHandler(AuthleteApi, BackchannelAuthenticationCompleteRequestHandlerSpi) - Constructor for class com.authlete.jaxrs.BackchannelAuthenticationCompleteRequestHandler
-
Constructor with an implementation of
AuthleteApi
interface and an implementation ofBackchannelAuthenticationCompleteRequestHandlerSpi
interface. - BackchannelAuthenticationCompleteRequestHandlerSpi - Interface in com.authlete.jaxrs.spi
-
Service Provider Interface to work with
BackchannelAuthenticationCompleteRequestHandler
. - BackchannelAuthenticationCompleteRequestHandlerSpiAdapter - Class in com.authlete.jaxrs.spi
-
Empty implementation of
BackchannelAuthenticationCompleteRequestHandlerSpi
interface. - BackchannelAuthenticationCompleteRequestHandlerSpiAdapter() - Constructor for class com.authlete.jaxrs.spi.BackchannelAuthenticationCompleteRequestHandlerSpiAdapter
- backchannelAuthenticationFail(BackchannelAuthenticationFailRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
-
Call
/api/backchannel/authentication/fail
API. - backchannelAuthenticationFail(BackchannelAuthenticationFailRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImplV3
-
Call
/api/{serviceId}/backchannel/authentication/fail
API. - backchannelAuthenticationIssue(BackchannelAuthenticationIssueRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
-
Call
/api/backchannel/authentication/issue
API. - backchannelAuthenticationIssue(BackchannelAuthenticationIssueRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImplV3
-
Call
/api/{serviceId}/backchannel/authentication/issue
API. - BackchannelAuthenticationRequestHandler - Class in com.authlete.jaxrs
-
Handler for backchannel authentication requests to a backchannel authentication endpoint of CIBA (Client Initiated Backchannel Authentication).
- BackchannelAuthenticationRequestHandler(AuthleteApi, BackchannelAuthenticationRequestHandlerSpi) - Constructor for class com.authlete.jaxrs.BackchannelAuthenticationRequestHandler
-
Constructor with an implementation of
AuthleteApi
interface and an implementation ofBackchannelAuthenticationRequestHandlerSpi
interface. - BackchannelAuthenticationRequestHandler.Params - Class in com.authlete.jaxrs
-
Parameters passed to the
BackchannelAuthenticationRequestHandler.handle(Params)
method. - BackchannelAuthenticationRequestHandlerSpi - Interface in com.authlete.jaxrs.spi
-
Service Provider Interface to work with
BackchannelAuthenticationRequestHandler
. - BackchannelAuthenticationRequestHandlerSpiAdapter - Class in com.authlete.jaxrs.spi
-
Empty implementation of
BackchannelAuthenticationRequestHandlerSpi
interface. - BackchannelAuthenticationRequestHandlerSpiAdapter() - Constructor for class com.authlete.jaxrs.spi.BackchannelAuthenticationRequestHandlerSpiAdapter
- BaseAuthorizationDecisionEndpoint - Class in com.authlete.jaxrs
-
A base class for authorization decision endpoints.
- BaseAuthorizationDecisionEndpoint() - Constructor for class com.authlete.jaxrs.BaseAuthorizationDecisionEndpoint
- BaseAuthorizationEndpoint - Class in com.authlete.jaxrs
-
A base class for authorization endpoints.
- BaseAuthorizationEndpoint() - Constructor for class com.authlete.jaxrs.BaseAuthorizationEndpoint
- BaseBackchannelAuthenticationEndpoint - Class in com.authlete.jaxrs
-
A base class for backchannel authentication endpoints of CIBA (Client Initiated Backchannel Authentication).
- BaseBackchannelAuthenticationEndpoint() - Constructor for class com.authlete.jaxrs.BaseBackchannelAuthenticationEndpoint
- BaseClientRegistrationEndpoint - Class in com.authlete.jaxrs
-
A base class for dynamic client registration and dynamic client registration management endpoints.
- BaseClientRegistrationEndpoint() - Constructor for class com.authlete.jaxrs.BaseClientRegistrationEndpoint
- BaseConfigurationEndpoint - Class in com.authlete.jaxrs
-
A base class for OpenID Provider configuration endpoints.
- BaseConfigurationEndpoint() - Constructor for class com.authlete.jaxrs.BaseConfigurationEndpoint
- BaseCredentialIssuerMetadataEndpoint - Class in com.authlete.jaxrs
-
A base class for the credential issuer metadata endpoint (
/.well-known/openid-credential-issuer
) defined in OpenID for Verifiable Credential Issuance. - BaseCredentialIssuerMetadataEndpoint() - Constructor for class com.authlete.jaxrs.BaseCredentialIssuerMetadataEndpoint
- BaseCredentialJwtIssuerMetadataEndpoint - Class in com.authlete.jaxrs
-
A base class for the JWT issuer metadata endpoint (
/.well-known/jwt-issuer
) defined in SD-JWT-based Verifiable Credentials (SD-JWT VC). - BaseCredentialJwtIssuerMetadataEndpoint() - Constructor for class com.authlete.jaxrs.BaseCredentialJwtIssuerMetadataEndpoint
- BaseCredentialOfferUriEndpoint - Class in com.authlete.jaxrs
- BaseCredentialOfferUriEndpoint() - Constructor for class com.authlete.jaxrs.BaseCredentialOfferUriEndpoint
- BaseDeviceAuthorizationEndpoint - Class in com.authlete.jaxrs
-
A base class for device authorization endpoints.
- BaseDeviceAuthorizationEndpoint() - Constructor for class com.authlete.jaxrs.BaseDeviceAuthorizationEndpoint
- BaseDeviceCompleteEndpoint - Class in com.authlete.jaxrs
-
A base class for device complete endpoints of OAuth 2.0 Device Authorization Grant (Device Flow).
- BaseDeviceCompleteEndpoint() - Constructor for class com.authlete.jaxrs.BaseDeviceCompleteEndpoint
- BaseDeviceVerificationEndpoint - Class in com.authlete.jaxrs
-
A base class for device verification endpoints.
- BaseDeviceVerificationEndpoint() - Constructor for class com.authlete.jaxrs.BaseDeviceVerificationEndpoint
- BaseEndpoint - Class in com.authlete.jaxrs
-
A base class for endpoints.
- BaseEndpoint() - Constructor for class com.authlete.jaxrs.BaseEndpoint
- BaseFederationConfigurationEndpoint - Class in com.authlete.jaxrs
-
A base class for the entity configuration endpoint of OpenID Connect Federation 1.0.
- BaseFederationConfigurationEndpoint() - Constructor for class com.authlete.jaxrs.BaseFederationConfigurationEndpoint
- BaseFederationRegistrationEndpoint - Class in com.authlete.jaxrs
-
A base class for the federation registration endpoint of OpenID Connect Federation 1.0.
- BaseFederationRegistrationEndpoint() - Constructor for class com.authlete.jaxrs.BaseFederationRegistrationEndpoint
- BaseGrantManagementEndpoint - Class in com.authlete.jaxrs
-
A base class for grant management endpoint.
- BaseGrantManagementEndpoint() - Constructor for class com.authlete.jaxrs.BaseGrantManagementEndpoint
- BaseIntrospectionEndpoint - Class in com.authlete.jaxrs
-
A base class for introspection endpoint implementations.
- BaseIntrospectionEndpoint() - Constructor for class com.authlete.jaxrs.BaseIntrospectionEndpoint
- BaseJwksEndpoint - Class in com.authlete.jaxrs
-
A base class for JWK Set endpoints.
- BaseJwksEndpoint() - Constructor for class com.authlete.jaxrs.BaseJwksEndpoint
- BasePushedAuthReqEndpoint - Class in com.authlete.jaxrs
-
A base class for pushed authorization endpoints.
- BasePushedAuthReqEndpoint() - Constructor for class com.authlete.jaxrs.BasePushedAuthReqEndpoint
- BaseResourceEndpoint - Class in com.authlete.jaxrs
-
A base class for protected resource endpoints.
- BaseResourceEndpoint() - Constructor for class com.authlete.jaxrs.BaseResourceEndpoint
- BaseRevocationEndpoint - Class in com.authlete.jaxrs
-
A base class for revocation endpoint implementations.
- BaseRevocationEndpoint() - Constructor for class com.authlete.jaxrs.BaseRevocationEndpoint
- BaseTokenEndpoint - Class in com.authlete.jaxrs
-
A base class for token endpoints.
- BaseTokenEndpoint() - Constructor for class com.authlete.jaxrs.BaseTokenEndpoint
- BaseUserInfoEndpoint - Class in com.authlete.jaxrs
-
A base class for userinfo endpoints.
- BaseUserInfoEndpoint() - Constructor for class com.authlete.jaxrs.BaseUserInfoEndpoint
C
- call() - Method in interface com.authlete.jaxrs.api.AuthleteApiJaxrsImpl.AuthleteApiCall
- callDeleteApi(String, String) - Method in class com.authlete.jaxrs.api.AuthleteApiJaxrsImpl
- callGetApi(String, String, Class<TResponse>, Map<String, Object[]>) - Method in class com.authlete.jaxrs.api.AuthleteApiJaxrsImpl
- callPostApi(String, String, Object, Class<TResponse>) - Method in class com.authlete.jaxrs.api.AuthleteApiJaxrsImpl
- CertificateUtils - Class in com.authlete.jaxrs.util
-
Utilities for certificates.
- CertificateUtils() - Constructor for class com.authlete.jaxrs.util.CertificateUtils
- ClientCertificateExtractor - Interface in com.authlete.jaxrs
-
Extracts a client's MTLS certificate from an incoming HTTP Request.
- ClientRegistrationRequestHandler - Class in com.authlete.jaxrs
-
Handler for requests to the dynamic client registration and dynamic registration management endpoints.
- ClientRegistrationRequestHandler(AuthleteApi) - Constructor for class com.authlete.jaxrs.ClientRegistrationRequestHandler
-
Constructor with an implementation of
AuthleteApi
interface. - com.authlete.jaxrs - package com.authlete.jaxrs
- com.authlete.jaxrs.api - package com.authlete.jaxrs.api
- com.authlete.jaxrs.spi - package com.authlete.jaxrs.spi
- com.authlete.jaxrs.util - package com.authlete.jaxrs.util
- ConfigurationRequestHandler - Class in com.authlete.jaxrs
-
Handler for requests to an OpenID Provider configuration endpoint.
- ConfigurationRequestHandler(AuthleteApi) - Constructor for class com.authlete.jaxrs.ConfigurationRequestHandler
-
Constructor with an implementation of
AuthleteApi
interface. - createClient(Client) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
-
Call
/api/client/create
API. - createClient(Client) - Method in class com.authlete.jaxrs.api.AuthleteApiImplV3
-
Call
/api/{serviceId}/client/create
API. - createMultivaluedMap(Map<TKey, TValue[]>) - Static method in class com.authlete.jaxrs.util.JaxRsUtils
-
Create a
Map<TKey, TValue>
instance from aMap<TKey, TValue[]
instance. - createService(Service) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
-
Call
/api/service/create
API. - createService(Service) - Method in class com.authlete.jaxrs.api.AuthleteApiImplV3
-
Call
/api/service/create
API. - createServie(Service) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
-
Deprecated.
- createServie(Service) - Method in class com.authlete.jaxrs.api.AuthleteApiImplV3
-
Deprecated.
- credentialBatchIssue(CredentialBatchIssueRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
- credentialBatchIssue(CredentialBatchIssueRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImplV3
- credentialBatchParse(CredentialBatchParseRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
- credentialBatchParse(CredentialBatchParseRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImplV3
- credentialDeferredIssue(CredentialDeferredIssueRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
- credentialDeferredIssue(CredentialDeferredIssueRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImplV3
- credentialDeferredParse(CredentialDeferredParseRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
- credentialDeferredParse(CredentialDeferredParseRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImplV3
- credentialIssuerJwks(CredentialIssuerJwksRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
- credentialIssuerJwks(CredentialIssuerJwksRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImplV3
- credentialIssuerMetadata(CredentialIssuerMetadataRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
- credentialIssuerMetadata(CredentialIssuerMetadataRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImplV3
- CredentialIssuerMetadataRequestHandler - Class in com.authlete.jaxrs
-
Handler for requests to the credential issuer metadata endpoint.
- CredentialIssuerMetadataRequestHandler(AuthleteApi) - Constructor for class com.authlete.jaxrs.CredentialIssuerMetadataRequestHandler
-
Constructor with an implementation of
AuthleteApi
interface. - credentialJwtIssuerMetadata(CredentialJwtIssuerMetadataRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
- credentialJwtIssuerMetadata(CredentialJwtIssuerMetadataRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImplV3
- CredentialJwtIssuerMetadataRequestHandler - Class in com.authlete.jaxrs
-
Handler for requests to the JWT issuer metadata endpoint.
- CredentialJwtIssuerMetadataRequestHandler(AuthleteApi) - Constructor for class com.authlete.jaxrs.CredentialJwtIssuerMetadataRequestHandler
-
Constructor with an implementation of
AuthleteApi
interface. - credentialOfferCreate(CredentialOfferCreateRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
- credentialOfferCreate(CredentialOfferCreateRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImplV3
- credentialOfferInfo(CredentialOfferInfoRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
- credentialOfferInfo(CredentialOfferInfoRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImplV3
- CredentialOfferUriRequestHandler - Class in com.authlete.jaxrs
- CredentialOfferUriRequestHandler(AuthleteApi) - Constructor for class com.authlete.jaxrs.CredentialOfferUriRequestHandler
- credentialSingleIssue(CredentialSingleIssueRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
- credentialSingleIssue(CredentialSingleIssueRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImplV3
- credentialSingleParse(CredentialSingleParseRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
- credentialSingleParse(CredentialSingleParseRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImplV3
D
- deleteClient(long) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
-
Call
/api/client/delete/{clientId}
API. - deleteClient(long) - Method in class com.authlete.jaxrs.api.AuthleteApiImplV3
-
Call
/api/{serviceId}/client/delete/{clientId}
API. - deleteClient(String) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
-
Call
/api/client/delete/{clientId}
API. - deleteClient(String) - Method in class com.authlete.jaxrs.api.AuthleteApiImplV3
-
Call
/api/{serviceId}/client/delete/{clientId}
API. - deleteClientAuthorization(long, String) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
- deleteClientAuthorization(long, String) - Method in class com.authlete.jaxrs.api.AuthleteApiImplV3
- deleteGrantedScopes(long, String) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
- deleteGrantedScopes(long, String) - Method in class com.authlete.jaxrs.api.AuthleteApiImplV3
- deleteRequestableScopes(long) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
-
Call
/api/client/extension/requestable_scopes/delete/{clientId}
API. - deleteRequestableScopes(long) - Method in class com.authlete.jaxrs.api.AuthleteApiImplV3
-
Call
/api/{serviceId}/client/extension/requestable_scopes/delete/{clientId}
API. - deleteService(long) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
-
Call
/api/service/delete/{serviceApiKey}
API. - deleteService(long) - Method in class com.authlete.jaxrs.api.AuthleteApiImplV3
-
Call
/api/{serviceId}/service/delete/
API. - deviceAuthorization(DeviceAuthorizationRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
-
Call
/api/device/authorization
API. - deviceAuthorization(DeviceAuthorizationRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImplV3
-
Call
/api/{serviceId}/device/authorization
API. - DeviceAuthorizationPageModel - Class in com.authlete.jaxrs
-
Model class to hold data which are referred to in an authorization page in device flow.
- DeviceAuthorizationPageModel() - Constructor for class com.authlete.jaxrs.DeviceAuthorizationPageModel
-
The default constructor with default values.
- DeviceAuthorizationPageModel(DeviceVerificationResponse) - Constructor for class com.authlete.jaxrs.DeviceAuthorizationPageModel
-
Create an
DeviceAuthorizationPageModel
instance using information contained in anDeviceVerificationResponse
object, which represents a response from Authlete's/api/device/verification
API. - DeviceAuthorizationRequestHandler - Class in com.authlete.jaxrs
-
Handler for device authorization requests in OAuth 2.0 Device Authorization Grant (Device Flow).
- DeviceAuthorizationRequestHandler(AuthleteApi) - Constructor for class com.authlete.jaxrs.DeviceAuthorizationRequestHandler
-
Constructor with an implementation of
AuthleteApi
interface and an implementation ofDeviceAuthorizationRequestHandlerSpi
interface. - DeviceAuthorizationRequestHandler.Params - Class in com.authlete.jaxrs
-
Parameters passed to the
DeviceAuthorizationRequestHandler.handle(Params)
method. - deviceComplete(DeviceCompleteRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
-
Call
/api/device/complete
API. - deviceComplete(DeviceCompleteRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImplV3
-
Call
/api/{serviceId}/device/complete
API. - DeviceCompleteRequestHandler - Class in com.authlete.jaxrs
-
Handler for processing the result of end-user authentication and authorization in OAuth 2.0 Device Authorization Grant (Device Flow).
- DeviceCompleteRequestHandler(AuthleteApi, DeviceCompleteRequestHandlerSpi) - Constructor for class com.authlete.jaxrs.DeviceCompleteRequestHandler
-
Constructor with an implementation of
AuthleteApi
interface and an implementation ofDeviceCompleteRequestHandlerSpi
interface. - DeviceCompleteRequestHandlerSpi - Interface in com.authlete.jaxrs.spi
-
Service Provider Interface to work with
DeviceCompleteRequestHandler
. - DeviceCompleteRequestHandlerSpiAdapter - Class in com.authlete.jaxrs.spi
-
Empty implementation of
DeviceCompleteRequestHandlerSpi
interface. - DeviceCompleteRequestHandlerSpiAdapter() - Constructor for class com.authlete.jaxrs.spi.DeviceCompleteRequestHandlerSpiAdapter
- deviceVerification(DeviceVerificationRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
-
Call
/api/device/verification
API. - deviceVerification(DeviceVerificationRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImplV3
-
Call
/api/{serviceId}/device/verification
API. - DeviceVerificationPageModel - Class in com.authlete.jaxrs
-
Model class to hold data which are referred to in an verification page in device flow.
- DeviceVerificationPageModel() - Constructor for class com.authlete.jaxrs.DeviceVerificationPageModel
-
The default constructor with default values.
- DeviceVerificationPageModel(String, String, User, String) - Constructor for class com.authlete.jaxrs.DeviceVerificationPageModel
-
Create an
DeviceVerificationPageModel
instance using given parameters. - DeviceVerificationRequestHandler - Class in com.authlete.jaxrs
-
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).
- DeviceVerificationRequestHandler(AuthleteApi, DeviceVerificationRequestHandlerSpi) - Constructor for class com.authlete.jaxrs.DeviceVerificationRequestHandler
-
Constructor with an implementation of
AuthleteApi
interface and an implementation ofDeviceVerificationRequestHandlerSpi
interface. - DeviceVerificationRequestHandlerSpi - Interface in com.authlete.jaxrs.spi
-
Service Provider Interface to work with
DeviceVerificationRequestHandler
. - DeviceVerificationRequestHandlerSpiAdapter - Class in com.authlete.jaxrs.spi
-
Empty implementation of
DeviceVerificationRequestHandlerSpi
interface. - DeviceVerificationRequestHandlerSpiAdapter() - Constructor for class com.authlete.jaxrs.spi.DeviceVerificationRequestHandlerSpiAdapter
- dynamicClientDelete(ClientRegistrationRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
-
Call
/api/client/registration/delete
API. - dynamicClientDelete(ClientRegistrationRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImplV3
-
Call
/api/{serviceId}/client/registration/delete
API. - dynamicClientGet(ClientRegistrationRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
-
Call
/api/client/registration/get
API. - dynamicClientGet(ClientRegistrationRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImplV3
-
Call
/api/{serviceId}/client/registration/get
API. - dynamicClientRegister(ClientRegistrationRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
-
Call
/api/client/registration
API. - dynamicClientRegister(ClientRegistrationRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImplV3
-
Call
/api/{serviceId}/client/registration
API. - dynamicClientUpdate(ClientRegistrationRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
-
Call
/api/client/registration/update
API. - dynamicClientUpdate(ClientRegistrationRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImplV3
-
Call
/api/{serviceId}/client/registration/update
API.
E
- echo(Map<String, String>) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
- echo(Map<String, String>) - Method in class com.authlete.jaxrs.api.AuthleteApiImplV3
- executeApiCall(AuthleteApiJaxrsImpl.AuthleteApiCall<TResponse>) - Method in class com.authlete.jaxrs.api.AuthleteApiJaxrsImpl
-
Execute an Authlete API call.
- extract(List<ClientCertificateExtractor>, HttpServletRequest) - Static method in class com.authlete.jaxrs.util.CertificateUtils
-
Extract a client certificate from an HTTP request using the given list of
ClientCertificateExtractor
implementations. - extract(HttpServletRequest) - Static method in class com.authlete.jaxrs.util.CertificateUtils
-
Extract a client certificate from an HTTP request using known implementations of
ClientCertificateExtractor
. - extractAccessToken(String, String) - Method in class com.authlete.jaxrs.BaseResourceEndpoint
-
Extract an access token from either
Authorization
header or request parameters. - extractChain(List<ClientCertificateExtractor>, HttpServletRequest) - Static method in class com.authlete.jaxrs.util.CertificateUtils
-
Extract a client certificate chain from an HTTP request using the given list of
ClientCertificateExtractor
implementations. - extractChain(HttpServletRequest) - Static method in class com.authlete.jaxrs.util.CertificateUtils
-
Extract a client certificate chain from an HTTP request using known implementations of
ClientCertificateExtractor
. - extractClientCertificate(HttpServletRequest) - Method in class com.authlete.jaxrs.BaseEndpoint
-
Utility method for extracting a single client certificate from the default certificate extractors.
- extractClientCertificateChain(HttpServletRequest) - Method in class com.authlete.jaxrs.BaseEndpoint
-
Utility method for extracting a single client certificate from the default certificate extractors.
- extractClientCertificateChain(HttpServletRequest) - Method in interface com.authlete.jaxrs.ClientCertificateExtractor
-
Search the given request for a client's certificate and return it as a string of certificates in PEM format.
- extractClientCertificateChain(HttpServletRequest) - Method in class com.authlete.jaxrs.HeaderClientCertificateClientCertExtractor
- extractClientCertificateChain(HttpServletRequest) - Method in class com.authlete.jaxrs.HeaderClientCertificateExtractor
- extractClientCertificateChain(HttpServletRequest) - Method in class com.authlete.jaxrs.HttpsRequestClientCertificateExtractor
- extractHeadersAsPairs(HttpServletRequest) - Method in class com.authlete.jaxrs.BaseEndpoint
-
Extract headers in the HTTP request as a
Pair
array.
F
- federationConfiguration(FederationConfigurationRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
- federationConfiguration(FederationConfigurationRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImplV3
- FederationConfigurationRequestHandler - Class in com.authlete.jaxrs
-
Handler for requests to the entity configuration endpoint.
- FederationConfigurationRequestHandler(AuthleteApi) - Constructor for class com.authlete.jaxrs.FederationConfigurationRequestHandler
-
Constructor with an implementation of
AuthleteApi
interface. - federationRegistration(FederationRegistrationRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
- federationRegistration(FederationRegistrationRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImplV3
- FederationRegistrationRequestHandler - Class in com.authlete.jaxrs
-
Handler for requests to the federation registration endpoint.
- FederationRegistrationRequestHandler(AuthleteApi) - Constructor for class com.authlete.jaxrs.FederationRegistrationRequestHandler
-
Constructor with an implementation of
AuthleteApi
interface. - from(AuthorizationResponse) - Static method in class com.authlete.jaxrs.AuthorizationDecisionHandler.Params
-
Create a
AuthorizationDecisionHandler.Params
instance from an instance ofAuthorizationResponse
.
G
- generateAuthorizationPage(AuthorizationResponse) - Method in interface com.authlete.jaxrs.spi.AuthorizationRequestHandlerSpi
-
Generate an authorization page (HTML) to ask an end-user whether to accept or deny an authorization request by a client application.
- generateAuthorizationPage(AuthorizationResponse) - Method in class com.authlete.jaxrs.spi.AuthorizationRequestHandlerSpiAdapter
- getAccessToken() - Method in class com.authlete.jaxrs.AccessTokenInfo
-
Get the value of the access token.
- getAccessToken() - Method in class com.authlete.jaxrs.AccessTokenValidator.Params
-
Get the access token to validate.
- getAccessToken() - Method in class com.authlete.jaxrs.UserInfoRequestHandler.Params
-
Get the access token included in the userinfo request.
- getAcr() - Method in interface com.authlete.jaxrs.spi.AuthorizationDecisionHandlerSpi
-
Get the authentication context class reference (ACR) that was satisfied when the current end-user was authenticated.
- getAcr() - Method in class com.authlete.jaxrs.spi.AuthorizationDecisionHandlerSpiAdapter
- getAcr() - Method in interface com.authlete.jaxrs.spi.AuthorizationRequestHandlerSpi
-
Get the authentication context class reference (ACR) that was satisfied when the current end-user was authenticated.
- getAcr() - Method in class com.authlete.jaxrs.spi.AuthorizationRequestHandlerSpiAdapter
- getAcr() - Method in interface com.authlete.jaxrs.spi.BackchannelAuthenticationCompleteRequestHandlerSpi
-
Get the authentication context class reference (ACR) that was satisfied when the end-user was authenticated.
- getAcr() - Method in class com.authlete.jaxrs.spi.BackchannelAuthenticationCompleteRequestHandlerSpiAdapter
- getAcr() - Method in interface com.authlete.jaxrs.spi.DeviceCompleteRequestHandlerSpi
-
Get the authentication context class reference (ACR) that was satisfied when the end-user was authenticated.
- getAcr() - Method in class com.authlete.jaxrs.spi.DeviceCompleteRequestHandlerSpiAdapter
- getAuthorization() - Method in class com.authlete.jaxrs.BackchannelAuthenticationRequestHandler.Params
-
Get the value of the
Authorization
header in the backchannel authentication request. - getAuthorization() - Method in class com.authlete.jaxrs.DeviceAuthorizationRequestHandler.Params
-
Get the value of the
Authorization
header in the device authorization request. - getAuthorization() - Method in class com.authlete.jaxrs.PushedAuthReqHandler.Params
-
Get the value of the
Authorization
header in the PAR request. - getAuthorization() - Method in class com.authlete.jaxrs.RevocationRequestHandler.Params
-
Get the value of the
Authorization
header in the revocation request. - getAuthorization() - Method in class com.authlete.jaxrs.TokenRequestHandler.Params
-
Get the value of the
Authorization
header in the token request. - getAuthorizationDetails() - Method in class com.authlete.jaxrs.AuthorizationPageModel
-
Get the content of the
authorization_details
request parameter in JSON format. - getClaimLocales() - Method in class com.authlete.jaxrs.AuthorizationDecisionHandler.Params
-
Get the requested claim locales.
- getClaimNames() - Method in class com.authlete.jaxrs.AuthorizationDecisionHandler.Params
-
Get the names of requested claims.
- getClaimsForIdToken() - Method in class com.authlete.jaxrs.AuthorizationPageModel
-
Get the claims that the client application requests to be embedded in the ID token.
- getClaimsForUserInfo() - Method in class com.authlete.jaxrs.AuthorizationPageModel
-
Get the claims that the client application requests to be embedded in userinfo responses.
- getClient(long) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
-
Call
/api/client/get/{clientId}
API. - getClient(long) - Method in class com.authlete.jaxrs.api.AuthleteApiImplV3
-
Call
/api/{serviceId}/client/get/{clientId}
API. - getClient(String) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
-
Call
/api/client/get/{clientId}
API. - getClient(String) - Method in class com.authlete.jaxrs.api.AuthleteApiImplV3
-
Call
/api/{serviceId}/client/get/{clientId}
API. - getClientAttestation() - Method in class com.authlete.jaxrs.BackchannelAuthenticationRequestHandler.Params
-
Get the value of the
OAuth-Client-Attestation
HTTP header. - getClientAttestation() - Method in class com.authlete.jaxrs.DeviceAuthorizationRequestHandler.Params
-
Get the value of the
OAuth-Client-Attestation
HTTP header. - getClientAttestation() - Method in class com.authlete.jaxrs.PushedAuthReqHandler.Params
-
Get the value of the
OAuth-Client-Attestation
HTTP header. - getClientAttestation() - Method in class com.authlete.jaxrs.RevocationRequestHandler.Params
-
Get the value of the
OAuth-Client-Attestation
HTTP header. - getClientAttestation() - Method in class com.authlete.jaxrs.TokenRequestHandler.Params
-
Get the value of the
OAuth-Client-Attestation
HTTP header. - getClientAttestationPop() - Method in class com.authlete.jaxrs.BackchannelAuthenticationRequestHandler.Params
-
Get the value of the
OAuth-Client-Attestation-PoP
HTTP header. - getClientAttestationPop() - Method in class com.authlete.jaxrs.DeviceAuthorizationRequestHandler.Params
-
Get the value of the
OAuth-Client-Attestation-PoP
HTTP header. - getClientAttestationPop() - Method in class com.authlete.jaxrs.PushedAuthReqHandler.Params
-
Get the value of the
OAuth-Client-Attestation-PoP
HTTP header. - getClientAttestationPop() - Method in class com.authlete.jaxrs.RevocationRequestHandler.Params
-
Get the value of the
OAuth-Client-Attestation-PoP
HTTP header. - getClientAttestationPop() - Method in class com.authlete.jaxrs.TokenRequestHandler.Params
-
Get the value of the
OAuth-Client-Attestation-PoP
HTTP header. - getClientAuthorizationList(ClientAuthorizationGetListRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
- getClientAuthorizationList(ClientAuthorizationGetListRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImplV3
- getClientCertificate() - Method in class com.authlete.jaxrs.AccessTokenValidator.Params
-
Get the client certificate presented during the API call to the protected resource endpoint.
- getClientCertificate() - Method in class com.authlete.jaxrs.UserInfoRequestHandler.Params
-
Get the client certificate included in the userinfo request.
- getClientCertificateChainHeaders() - Method in class com.authlete.jaxrs.HeaderClientCertificateClientCertExtractor
- getClientCertificateChainHeaders() - Method in class com.authlete.jaxrs.HeaderClientCertificateExtractor
-
Get the headers that will be checked for the client certificate chain.
- getClientCertificateChainHeaders() - Method in class com.authlete.jaxrs.HeaderClientCertificateXSslExtractor
- getClientCertificatePath() - Method in class com.authlete.jaxrs.BackchannelAuthenticationRequestHandler.Params
-
Get the path of the client's certificate, each in PEM format.
- getClientCertificatePath() - Method in class com.authlete.jaxrs.DeviceAuthorizationRequestHandler.Params
-
Get the path of the client's certificate, each in PEM format.
- getClientCertificatePath() - Method in class com.authlete.jaxrs.PushedAuthReqHandler.Params
-
Get the path of the client's certificate, each in PEM format.
- getClientCertificatePath() - Method in class com.authlete.jaxrs.RevocationRequestHandler.Params
-
Get the path of the client's certificate, each in PEM format.
- getClientCertificatePath() - Method in class com.authlete.jaxrs.TokenRequestHandler.Params
-
Get the path of the client's certificate, each in PEM format.
- getClientId() - Method in class com.authlete.jaxrs.AccessTokenInfo
-
Get the ID of the client application which is associated with the access token.
- getClientId() - Method in class com.authlete.jaxrs.DeviceAuthorizationPageModel
-
Get the client ID of the client application to which the user code has been issued.
- getClientIdAlias() - Method in class com.authlete.jaxrs.DeviceAuthorizationPageModel
-
Get the client ID alias of the client application to which the user code has been issued.
- getClientIdentifier() - Method in class com.authlete.jaxrs.DeviceAuthorizationPageModel
-
Get the client identifier used in the device authorization request for the user code.
- getClientList() - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
-
Call
/api/client/get/list
API. - getClientList() - Method in class com.authlete.jaxrs.api.AuthleteApiImplV3
-
Call
/api/{serviceId}/client/get/list
API. - getClientList(int, int) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
- getClientList(int, int) - Method in class com.authlete.jaxrs.api.AuthleteApiImplV3
- getClientList(String) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
- getClientList(String) - Method in class com.authlete.jaxrs.api.AuthleteApiImplV3
- getClientList(String, int, int) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
- getClientList(String, int, int) - Method in class com.authlete.jaxrs.api.AuthleteApiImplV3
- getClientName() - Method in class com.authlete.jaxrs.AuthorizationPageModel
-
Get the name of the client application.
- getClientName() - Method in class com.authlete.jaxrs.DeviceAuthorizationPageModel
-
Get the name of the client application.
- getClientUri() - Method in class com.authlete.jaxrs.AuthorizationPageModel
-
Get the URL of the homepage of the client application.
- getDescription() - Method in class com.authlete.jaxrs.AuthorizationPageModel
-
Get the description of the client application.
- getDpop() - Method in class com.authlete.jaxrs.AccessTokenValidator.Params
-
Get the DPoP proof JWT (the value of the
DPoP
HTTP header). - getDpop() - Method in class com.authlete.jaxrs.PushedAuthReqHandler.Params
-
Get the DPoP proof JWT (the value of the
DPoP
HTTP header). - getDpop() - Method in class com.authlete.jaxrs.TokenRequestHandler.Params
-
Get the DPoP proof JWT (the value of the
DPoP
HTTP header). - getDpop() - Method in class com.authlete.jaxrs.UserInfoRequestHandler.Params
-
Get the DPoP proof JWT (the value of the
DPoP
HTTP header). - getErrorDescription() - Method in interface com.authlete.jaxrs.spi.BackchannelAuthenticationCompleteRequestHandlerSpi
-
Get the description of the error.
- getErrorDescription() - Method in class com.authlete.jaxrs.spi.BackchannelAuthenticationCompleteRequestHandlerSpiAdapter
- getErrorDescription() - Method in interface com.authlete.jaxrs.spi.DeviceCompleteRequestHandlerSpi
-
Get the description of the error.
- getErrorDescription() - Method in class com.authlete.jaxrs.spi.DeviceCompleteRequestHandlerSpiAdapter
- getErrorUri() - Method in interface com.authlete.jaxrs.spi.BackchannelAuthenticationCompleteRequestHandlerSpi
-
Get the URI of a document which describes the error in detail.
- getErrorUri() - Method in class com.authlete.jaxrs.spi.BackchannelAuthenticationCompleteRequestHandlerSpiAdapter
- getErrorUri() - Method in interface com.authlete.jaxrs.spi.DeviceCompleteRequestHandlerSpi
-
Get the URI of a document which describes the error in detail.
- getErrorUri() - Method in class com.authlete.jaxrs.spi.DeviceCompleteRequestHandlerSpiAdapter
- getExpiresAt() - Method in class com.authlete.jaxrs.AccessTokenInfo
-
Get the time at which the access token will expire.
- getGrantedScopes(long, String) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
- getGrantedScopes(long, String) - Method in class com.authlete.jaxrs.api.AuthleteApiImplV3
- getHeaders() - Method in class com.authlete.jaxrs.UserInfoRequestHandler.Params
-
Get the HTTP headers included in the userinfo request.
- getHost() - Method in class com.authlete.jaxrs.util.RequestUrlResolver
-
Get the host assigned to this instance as a fixed value.
- getHtm() - Method in class com.authlete.jaxrs.AccessTokenValidator.Params
-
Get the HTTP method of the API call to the protected resource endpoint.
- getHtm() - Method in class com.authlete.jaxrs.PushedAuthReqHandler.Params
-
Get the HTTP method of the PAR request.
- getHtm() - Method in class com.authlete.jaxrs.TokenRequestHandler.Params
-
Get the HTTP method of the token request.
- getHtm() - Method in class com.authlete.jaxrs.UserInfoRequestHandler.Params
-
Get the HTTP method of the userinfo request.
- getHttpAcceptHeader() - Method in class com.authlete.jaxrs.IntrospectionRequestHandler.Params
-
Get the value of the HTTP
Accept
header in the introspection request. - getHtu() - Method in class com.authlete.jaxrs.AccessTokenValidator.Params
-
Get the URL of the protected resource endpoint.
- getHtu() - Method in class com.authlete.jaxrs.PushedAuthReqHandler.Params
-
Get the URL of the PAR endpoint.
- getHtu() - Method in class com.authlete.jaxrs.TokenRequestHandler.Params
-
Get the URL of the token endpoint.
- getHtu() - Method in class com.authlete.jaxrs.UserInfoRequestHandler.Params
-
Get the URL of the userinfo endpoint.
- getIdTokenClaims() - Method in class com.authlete.jaxrs.AuthorizationDecisionHandler.Params
-
Get the value of the
id_token
property in theclaims
request parameter. - getIntrospectionEncryptionAlg() - Method in class com.authlete.jaxrs.IntrospectionRequestHandler.Params
-
Get the JWE
alg
algorithm for encrypting the introspection response. - getIntrospectionEncryptionEnc() - Method in class com.authlete.jaxrs.IntrospectionRequestHandler.Params
-
Get the JWE
enc
algorithm for encrypting the introspection response. - getIntrospectionSignAlg() - Method in class com.authlete.jaxrs.IntrospectionRequestHandler.Params
-
Get the JWS
alg
algorithm for signing the introspection response. - getJaxRsClientBuilder() - Method in class com.authlete.jaxrs.api.AuthleteApiJaxrsImpl
- getLoginId() - Method in class com.authlete.jaxrs.AuthorizationPageModel
-
Get the login ID which should be set to the login ID field in the authorization page as the initial value.
- getLoginId() - Method in class com.authlete.jaxrs.DeviceVerificationPageModel
-
Get the login ID which should be set to the login ID field in the verification page as the initial value.
- getLoginIdReadOnly() - Method in class com.authlete.jaxrs.AuthorizationPageModel
-
Return
"readonly"
if the initial value of the login ID should not be changed. - getLogoUri() - Method in class com.authlete.jaxrs.AuthorizationPageModel
-
Get the URL of the logo image of the client application.
- getNotification() - Method in class com.authlete.jaxrs.DeviceVerificationPageModel
-
Get the notification that should be shown in the verification page.
- getParameters() - Method in class com.authlete.jaxrs.BackchannelAuthenticationRequestHandler.Params
-
Get the request parameters of the backchannel authentication request.
- getParameters() - Method in class com.authlete.jaxrs.DeviceAuthorizationRequestHandler.Params
-
Get the request parameters of the device authorization request.
- getParameters() - Method in class com.authlete.jaxrs.IntrospectionRequestHandler.Params
-
Get the request parameters of the introspection request.
- getParameters() - Method in class com.authlete.jaxrs.PushedAuthReqHandler.Params
-
Get the request parameters of the PAR request.
- getParameters() - Method in class com.authlete.jaxrs.RevocationRequestHandler.Params
-
Get the request parameters of the revocation request.
- getParameters() - Method in class com.authlete.jaxrs.TokenRequestHandler.Params
-
Get the request parameters of the token request.
- getPolicyUri() - Method in class com.authlete.jaxrs.AuthorizationPageModel
-
Get the URL of the policy page of the client application.
- getProperties() - Method in class com.authlete.jaxrs.AccessTokenInfo
-
Get the extra properties associated with this access token.
- getProperties() - Method in interface com.authlete.jaxrs.spi.AuthorizationDecisionHandlerSpi
-
Get extra properties to associate with an access token and/or an authorization code.
- getProperties() - Method in class com.authlete.jaxrs.spi.AuthorizationDecisionHandlerSpiAdapter
- getProperties() - Method in interface com.authlete.jaxrs.spi.AuthorizationRequestHandlerSpi
-
Get extra properties to associate with an access token and/or an authorization code.
- getProperties() - Method in class com.authlete.jaxrs.spi.AuthorizationRequestHandlerSpiAdapter
- getProperties() - Method in interface com.authlete.jaxrs.spi.BackchannelAuthenticationCompleteRequestHandlerSpi
-
Get extra properties to associate with an access token.
- getProperties() - Method in class com.authlete.jaxrs.spi.BackchannelAuthenticationCompleteRequestHandlerSpiAdapter
- getProperties() - Method in interface com.authlete.jaxrs.spi.DeviceCompleteRequestHandlerSpi
-
Get extra properties to associate with an access token.
- getProperties() - Method in class com.authlete.jaxrs.spi.DeviceCompleteRequestHandlerSpiAdapter
- getProperties() - Method in interface com.authlete.jaxrs.spi.TokenRequestHandlerSpi
-
Get extra properties to associate with an access token.
- getProperties() - Method in class com.authlete.jaxrs.spi.TokenRequestHandlerSpiAdapter
- getPublicKeyForEncryption() - Method in class com.authlete.jaxrs.IntrospectionRequestHandler.Params
-
Get the public key for encrypting the introspection response with an asymmetric algorithm.
- getPurpose() - Method in class com.authlete.jaxrs.AuthorizationPageModel
-
Get the value of the
purpose
request parameter. - getRequestableScopes(long) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
-
Call
/api/client/extension/requestable_scopes/get/{clientId}
API. - getRequestableScopes(long) - Method in class com.authlete.jaxrs.api.AuthleteApiImplV3
-
Call
/api/{serviceId}/client/extension/requestable_scopes/get/{clientId}
API. - getRequestedClaimsForTx() - Method in class com.authlete.jaxrs.AuthorizationDecisionHandler.Params
-
Get the claims that are indirectly requested by transformed claims.
- getRequestedVerifiedClaimsForTx() - Method in class com.authlete.jaxrs.AuthorizationDecisionHandler.Params
-
Get the verified claims that are indirectly requested by transformed claims.
- getRequiredScopes() - Method in class com.authlete.jaxrs.AccessTokenValidator.Params
-
Get the scopes that must be associated with the access token.
- getRequiredSubject() - Method in class com.authlete.jaxrs.AccessTokenValidator.Params
-
Get the subject (= user's unique identifier) that must be associated with the access token.
- getResult() - Method in interface com.authlete.jaxrs.spi.BackchannelAuthenticationCompleteRequestHandlerSpi
-
Get the result of end-user authentication and authorization.
- getResult() - Method in class com.authlete.jaxrs.spi.BackchannelAuthenticationCompleteRequestHandlerSpiAdapter
- getResult() - Method in interface com.authlete.jaxrs.spi.DeviceCompleteRequestHandlerSpi
-
Get the result of end-user authentication and authorization.
- getResult() - Method in class com.authlete.jaxrs.spi.DeviceCompleteRequestHandlerSpiAdapter
- getRsUri() - Method in class com.authlete.jaxrs.IntrospectionRequestHandler.Params
-
Get the URI of the resource server making the introspection request.
- getScheme() - Method in class com.authlete.jaxrs.util.RequestUrlResolver
-
Get the scheme assigned to this instance as a fixed value.
- getScopes() - Method in class com.authlete.jaxrs.AccessTokenInfo
-
Get the scopes associated with the access token.
- getScopes() - Method in class com.authlete.jaxrs.AuthorizationPageModel
-
Get the list of scopes requested by the authorization request.
- getScopes() - Method in class com.authlete.jaxrs.DeviceAuthorizationPageModel
-
Get the list of scopes requested by the device authorization request for the user code.
- getScopes() - Method in interface com.authlete.jaxrs.spi.AuthorizationDecisionHandlerSpi
-
Get scopes to associate with an access token and/or an authorization code.
- getScopes() - Method in class com.authlete.jaxrs.spi.AuthorizationDecisionHandlerSpiAdapter
- getScopes() - Method in interface com.authlete.jaxrs.spi.AuthorizationRequestHandlerSpi
-
Get scopes to associate with an access token and/or an authorization code.
- getScopes() - Method in class com.authlete.jaxrs.spi.AuthorizationRequestHandlerSpiAdapter
- getScopes() - Method in interface com.authlete.jaxrs.spi.BackchannelAuthenticationCompleteRequestHandlerSpi
-
Get scopes to be associated with the access token.
- getScopes() - Method in class com.authlete.jaxrs.spi.BackchannelAuthenticationCompleteRequestHandlerSpiAdapter
- getScopes() - Method in interface com.authlete.jaxrs.spi.DeviceCompleteRequestHandlerSpi
-
Get scopes to be associated with the access token.
- getScopes() - Method in class com.authlete.jaxrs.spi.DeviceCompleteRequestHandlerSpiAdapter
- getService(long) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
-
Call
/api/service/get/{serviceApiKey}
API. - getService(long) - Method in class com.authlete.jaxrs.api.AuthleteApiImplV3
-
Call
/api/{serviceId}/service/get
API. - getServiceConfiguration() - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
-
Call
/api/service/configuration
API - getServiceConfiguration() - Method in class com.authlete.jaxrs.api.AuthleteApiImplV3
-
Call
/api/{serviceId}/service/configuration
API - getServiceConfiguration(boolean) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
-
Call
/api/service/configuration
API - getServiceConfiguration(boolean) - Method in class com.authlete.jaxrs.api.AuthleteApiImplV3
-
Call
/api/{serviceId}/service/configuration
API - getServiceConfiguration(ServiceConfigurationRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
-
Call
/api/service/configuration
API - getServiceConfiguration(ServiceConfigurationRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImplV3
-
Call
/api/{serviceId}/service/configuration
API - getServiceJwks() - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
-
Call
/api/service/jwks/get
API - getServiceJwks() - Method in class com.authlete.jaxrs.api.AuthleteApiImplV3
-
Call
/api/{serviceId}/service/jwks/get
API - getServiceJwks(boolean, boolean) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
-
Call
/api/service/jwks/get
API - getServiceJwks(boolean, boolean) - Method in class com.authlete.jaxrs.api.AuthleteApiImplV3
-
Call
/api/{serviceId}/service/jwks/get
API - getServiceList() - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
-
Call
/api/service/get/list
API. - getServiceList() - Method in class com.authlete.jaxrs.api.AuthleteApiImplV3
-
Call
/api/service/get/list
API. - getServiceList(int, int) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
- getServiceList(int, int) - Method in class com.authlete.jaxrs.api.AuthleteApiImplV3
- getServiceName() - Method in class com.authlete.jaxrs.AuthorizationPageModel
-
Get the name of the service.
- getSettings() - Method in class com.authlete.jaxrs.api.AuthleteApiJaxrsImpl
- getSharedKeyForEncryption() - Method in class com.authlete.jaxrs.IntrospectionRequestHandler.Params
-
Get the shared key for encrypting the introspection response with a symmetric algorithm.
- getSharedKeyForSign() - Method in class com.authlete.jaxrs.IntrospectionRequestHandler.Params
-
Get the shared key for signing the introspection response with a symmetric algorithm.
- getSub() - Method in interface com.authlete.jaxrs.spi.AuthorizationDecisionHandlerSpi
-
Get the value of the "sub" claim to be used in the id_token.
- getSub() - Method in class com.authlete.jaxrs.spi.AuthorizationDecisionHandlerSpiAdapter
- getSub() - Method in interface com.authlete.jaxrs.spi.AuthorizationRequestHandlerSpi
-
Get the value of the "sub" claim to be used in the id_token.
- getSub() - Method in class com.authlete.jaxrs.spi.AuthorizationRequestHandlerSpiAdapter
- getSubject() - Method in class com.authlete.jaxrs.AccessTokenInfo
-
Get the subject (= unique identifier) of the user who is associated with the access token.
- getTarget() - Method in class com.authlete.jaxrs.api.AuthleteApiJaxrsImpl
- getTargetUri() - Method in class com.authlete.jaxrs.UserInfoRequestHandler.Params
-
Get the full URI of the userinfo request, including the query part, if any.
- getTicket() - Method in class com.authlete.jaxrs.AuthorizationDecisionHandler.Params
-
Get the ticket that was issued by Authlete's
/api/auth/authorization
API. - getTokenCreateBatchStatus(String) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
- getTokenCreateBatchStatus(String) - Method in class com.authlete.jaxrs.api.AuthleteApiImplV3
- getTokenList() - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
- getTokenList() - Method in class com.authlete.jaxrs.api.AuthleteApiImplV3
- getTokenList(int, int) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
- getTokenList(int, int) - Method in class com.authlete.jaxrs.api.AuthleteApiImplV3
- getTokenList(int, int, TokenStatus) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
- getTokenList(int, int, TokenStatus) - Method in class com.authlete.jaxrs.api.AuthleteApiImplV3
- getTokenList(TokenStatus) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
- getTokenList(TokenStatus) - Method in class com.authlete.jaxrs.api.AuthleteApiImplV3
- getTokenList(String, String) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
- getTokenList(String, String) - Method in class com.authlete.jaxrs.api.AuthleteApiImplV3
- getTokenList(String, String, int, int) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
- getTokenList(String, String, int, int) - Method in class com.authlete.jaxrs.api.AuthleteApiImplV3
- getTokenList(String, String, int, int, TokenStatus) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
- getTokenList(String, String, int, int, TokenStatus) - Method in class com.authlete.jaxrs.api.AuthleteApiImplV3
- getTokenList(String, String, TokenStatus) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
- getTokenList(String, String, TokenStatus) - Method in class com.authlete.jaxrs.api.AuthleteApiImplV3
- getTosUri() - Method in class com.authlete.jaxrs.AuthorizationPageModel
-
Get the URL of "Terms of Service" page of the client application.
- getUrlFieldName() - Method in class com.authlete.jaxrs.util.RequestUrlResolver
-
Get the name of the HTTP field whose value represents the original request URL.
- getUser() - Method in class com.authlete.jaxrs.AuthorizationPageModel
-
Get the user.
- getUser() - Method in class com.authlete.jaxrs.DeviceVerificationPageModel
-
Get the currently logged in user, could be null if no user is logged in.
- getUserAuthenticatedAt() - Method in interface com.authlete.jaxrs.spi.AuthorizationDecisionHandlerSpi
-
Get the time when the end-user was authenticated.
- getUserAuthenticatedAt() - Method in class com.authlete.jaxrs.spi.AuthorizationDecisionHandlerSpiAdapter
- getUserAuthenticatedAt() - Method in interface com.authlete.jaxrs.spi.AuthorizationRequestHandlerSpi
-
Get the time when the current end-user was authenticated in milliseconds since Unix epoch (1970-01-01).
- getUserAuthenticatedAt() - Method in class com.authlete.jaxrs.spi.AuthorizationRequestHandlerSpiAdapter
- getUserAuthenticatedAt() - Method in interface com.authlete.jaxrs.spi.BackchannelAuthenticationCompleteRequestHandlerSpi
-
Get the time when the end-user was authenticated.
- getUserAuthenticatedAt() - Method in class com.authlete.jaxrs.spi.BackchannelAuthenticationCompleteRequestHandlerSpiAdapter
- getUserAuthenticatedAt() - Method in interface com.authlete.jaxrs.spi.DeviceCompleteRequestHandlerSpi
-
Get the time when the end-user was authenticated.
- getUserAuthenticatedAt() - Method in class com.authlete.jaxrs.spi.DeviceCompleteRequestHandlerSpiAdapter
- getUserByHint(UserIdentificationHintType, String, String) - Method in interface com.authlete.jaxrs.spi.BackchannelAuthenticationRequestHandlerSpi
-
Get a user by the hint.
- getUserByHint(UserIdentificationHintType, String, String) - Method in class com.authlete.jaxrs.spi.BackchannelAuthenticationRequestHandlerSpiAdapter
- getUserClaim(String) - Method in interface com.authlete.jaxrs.spi.BackchannelAuthenticationCompleteRequestHandlerSpi
-
Get the value of a claim of the user.
- getUserClaim(String) - Method in class com.authlete.jaxrs.spi.BackchannelAuthenticationCompleteRequestHandlerSpiAdapter
- getUserClaim(String) - Method in interface com.authlete.jaxrs.spi.DeviceCompleteRequestHandlerSpi
-
Get the value of a claim of the user.
- getUserClaim(String) - Method in class com.authlete.jaxrs.spi.DeviceCompleteRequestHandlerSpiAdapter
- getUserClaim(String, String) - Method in interface com.authlete.jaxrs.spi.AuthorizationDecisionHandlerSpi
-
Get the value of a claim of the user.
- getUserClaim(String, String) - Method in class com.authlete.jaxrs.spi.AuthorizationDecisionHandlerSpiAdapter
- getUserClaim(String, String) - Method in interface com.authlete.jaxrs.spi.UserInfoRequestHandlerSpi
-
Get the value of a claim of the user.
- getUserClaim(String, String) - Method in class com.authlete.jaxrs.spi.UserInfoRequestHandlerSpiAdapter
- getUserCode() - Method in class com.authlete.jaxrs.DeviceVerificationPageModel
-
Get the user code should be set to the user code field in the verification page as the initial value.
- getUserCode() - Method in interface com.authlete.jaxrs.spi.DeviceVerificationRequestHandlerSpi
-
Get the value of the user code that the end-user input.
- getUserCode() - Method in class com.authlete.jaxrs.spi.DeviceVerificationRequestHandlerSpiAdapter
- getUserSubject() - Method in interface com.authlete.jaxrs.spi.AuthorizationDecisionHandlerSpi
-
Get the subject (= unique identifier) of the end-user.
- getUserSubject() - Method in class com.authlete.jaxrs.spi.AuthorizationDecisionHandlerSpiAdapter
- getUserSubject() - Method in interface com.authlete.jaxrs.spi.AuthorizationRequestHandlerSpi
-
Get the subject (= unique identifier) of the current end-user.
- getUserSubject() - Method in class com.authlete.jaxrs.spi.AuthorizationRequestHandlerSpiAdapter
- getUserSubject() - Method in interface com.authlete.jaxrs.spi.BackchannelAuthenticationCompleteRequestHandlerSpi
-
Get the subject (= unique identifier) of the end-user.
- getUserSubject() - Method in class com.authlete.jaxrs.spi.BackchannelAuthenticationCompleteRequestHandlerSpiAdapter
- getUserSubject() - Method in interface com.authlete.jaxrs.spi.DeviceCompleteRequestHandlerSpi
-
Get the subject (= unique identifier) of the end-user.
- getUserSubject() - Method in class com.authlete.jaxrs.spi.DeviceCompleteRequestHandlerSpiAdapter
- getVerifiedClaims(String, VerifiedClaimsConstraint) - Method in interface com.authlete.jaxrs.spi.AuthorizationDecisionHandlerSpi
-
Deprecated.
- getVerifiedClaims(String, VerifiedClaimsConstraint) - Method in class com.authlete.jaxrs.spi.AuthorizationDecisionHandlerSpiAdapter
- getVerifiedClaims(String, VerifiedClaimsConstraint) - Method in interface com.authlete.jaxrs.spi.UserInfoRequestHandlerSpi
-
Deprecated.
- getVerifiedClaims(String, VerifiedClaimsConstraint) - Method in class com.authlete.jaxrs.spi.UserInfoRequestHandlerSpiAdapter
- getVerifiedClaims(String, Object) - Method in interface com.authlete.jaxrs.spi.AuthorizationDecisionHandlerSpi
-
Get the verified claims of the user to be embedded in the ID token.
- getVerifiedClaims(String, Object) - Method in class com.authlete.jaxrs.spi.AuthorizationDecisionHandlerSpiAdapter
- getVerifiedClaims(String, Object) - Method in interface com.authlete.jaxrs.spi.UserInfoRequestHandlerSpi
-
Get the verified claims of the user to be embedded in the userinfo response.
- getVerifiedClaims(String, Object) - Method in class com.authlete.jaxrs.spi.UserInfoRequestHandlerSpiAdapter
- getVerifiedClaimsForIdToken() - Method in class com.authlete.jaxrs.AuthorizationPageModel
-
Get the verified claims requested for the ID token.
- getVerifiedClaimsForUserInfo() - Method in class com.authlete.jaxrs.AuthorizationPageModel
-
Get the verified claims requested for the userinfo.
- gm(GMRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
- gm(GMRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImplV3
- GMRequestHandler - Class in com.authlete.jaxrs
-
Handler for grant management requests.
- GMRequestHandler(AuthleteApi) - Constructor for class com.authlete.jaxrs.GMRequestHandler
-
Constructor with an implementation of
AuthleteApi
interface.
H
- handle() - Method in class com.authlete.jaxrs.ConfigurationRequestHandler
-
Handle a request to an OpenID Provider configuration endpoint.
- handle() - Method in class com.authlete.jaxrs.DeviceVerificationRequestHandler
-
Handle information associated with a user code that the end-user input at the verification endpoint in OAuth 2.0 Device Authorization Grant (Device Flow).
- handle() - Method in class com.authlete.jaxrs.JwksRequestHandler
-
Handle a request to a JWK Set endpoint.
- handle(boolean) - Method in class com.authlete.jaxrs.ConfigurationRequestHandler
-
Handle a request to an OpenID Provider configuration endpoint.
- handle(boolean) - Method in class com.authlete.jaxrs.JwksRequestHandler
-
Handle a request to a JWK Set endpoint.
- handle(AuthleteApi) - Method in class com.authlete.jaxrs.BaseConfigurationEndpoint
-
Handle a request for OpenID Provider configuration.
- handle(AuthleteApi) - Method in class com.authlete.jaxrs.BaseCredentialIssuerMetadataEndpoint
-
Handle a request to the credential issuer metadata endpoint.
- handle(AuthleteApi) - Method in class com.authlete.jaxrs.BaseCredentialJwtIssuerMetadataEndpoint
-
Handle a request to the JWT issuer metadata endpoint.
- handle(AuthleteApi) - Method in class com.authlete.jaxrs.BaseFederationConfigurationEndpoint
-
Handle a request to the entity configuration endpoint.
- handle(AuthleteApi) - Method in class com.authlete.jaxrs.BaseJwksEndpoint
-
Handle a request for a JWK Set document.
- handle(AuthleteApi, CredentialIssuerMetadataRequest) - Method in class com.authlete.jaxrs.BaseCredentialIssuerMetadataEndpoint
-
Handle a request to the credential issuer metadata endpoint.
- handle(AuthleteApi, CredentialJwtIssuerMetadataRequest) - Method in class com.authlete.jaxrs.BaseCredentialJwtIssuerMetadataEndpoint
-
Handle a request to the JWT issuer metadata endpoint.
- handle(AuthleteApi, CredentialOfferInfoRequest) - Method in class com.authlete.jaxrs.BaseCredentialOfferUriEndpoint
- handle(AuthleteApi, FederationConfigurationRequest) - Method in class com.authlete.jaxrs.BaseFederationConfigurationEndpoint
-
Handle a request to the entity configuration endpoint.
- handle(AuthleteApi, FederationRegistrationRequest) - Method in class com.authlete.jaxrs.BaseFederationRegistrationEndpoint
-
Handle a request to the federation registration endpoint.
- handle(AuthleteApi, ServiceConfigurationRequest) - Method in class com.authlete.jaxrs.BaseConfigurationEndpoint
-
Handle a request for OpenID Provider configuration.
- handle(AuthleteApi, DeviceAuthorizationRequestHandler.Params) - Method in class com.authlete.jaxrs.BaseDeviceAuthorizationEndpoint
-
Handle a device authorization request.
- handle(AuthleteApi, IntrospectionRequestHandler.Params) - Method in class com.authlete.jaxrs.BaseIntrospectionEndpoint
-
Handle an introspection request.
- handle(AuthleteApi, PushedAuthReqHandler.Params) - Method in class com.authlete.jaxrs.BasePushedAuthReqEndpoint
-
Handle a PAR request.
- handle(AuthleteApi, RevocationRequestHandler.Params) - Method in class com.authlete.jaxrs.BaseRevocationEndpoint
-
Handle a revocation request.
- handle(AuthleteApi, AuthorizationDecisionHandlerSpi, AuthorizationDecisionHandler.Params) - Method in class com.authlete.jaxrs.BaseAuthorizationDecisionEndpoint
-
Handle an authorization decision request.
- handle(AuthleteApi, AuthorizationDecisionHandlerSpi, String, String[], String[]) - Method in class com.authlete.jaxrs.BaseAuthorizationDecisionEndpoint
-
Handle an authorization decision request.
- handle(AuthleteApi, AuthorizationRequestHandlerSpi, MultivaluedMap<String, String>) - Method in class com.authlete.jaxrs.BaseAuthorizationEndpoint
-
Handle an authorization request.
- handle(AuthleteApi, BackchannelAuthenticationRequestHandlerSpi, BackchannelAuthenticationRequestHandler.Params) - Method in class com.authlete.jaxrs.BaseBackchannelAuthenticationEndpoint
-
Handle a backchannel authentication request.
- handle(AuthleteApi, BackchannelAuthenticationRequestHandlerSpi, MultivaluedMap<String, String>, String, String[]) - Method in class com.authlete.jaxrs.BaseBackchannelAuthenticationEndpoint
-
Handle a backchannel authentication request in CIBA (Client Initiated Backchannel Authentication) flow.
- handle(AuthleteApi, DeviceCompleteRequestHandlerSpi, String, String[]) - Method in class com.authlete.jaxrs.BaseDeviceCompleteEndpoint
-
Handle a device complete request.
- handle(AuthleteApi, DeviceVerificationRequestHandlerSpi) - Method in class com.authlete.jaxrs.BaseDeviceVerificationEndpoint
-
Handle a device verification request.
- handle(AuthleteApi, TokenRequestHandlerSpi, TokenRequestHandler.Params) - Method in class com.authlete.jaxrs.BaseTokenEndpoint
-
Handle a token request.
- handle(AuthleteApi, TokenRequestHandlerSpi, MultivaluedMap<String, String>, String) - Method in class com.authlete.jaxrs.BaseTokenEndpoint
-
Handle a token request.
- handle(AuthleteApi, TokenRequestHandlerSpi, MultivaluedMap<String, String>, String, String[]) - Method in class com.authlete.jaxrs.BaseTokenEndpoint
-
Handle a token request.
- handle(AuthleteApi, UserInfoRequestHandlerSpi, UserInfoRequestHandler.Params) - Method in class com.authlete.jaxrs.BaseUserInfoEndpoint
-
Handle a userinfo request.
- handle(AuthleteApi, UserInfoRequestHandlerSpi, String) - Method in class com.authlete.jaxrs.BaseUserInfoEndpoint
-
Handle a userinfo request.
- handle(AuthleteApi, HttpServletRequest, String) - Method in class com.authlete.jaxrs.BaseGrantManagementEndpoint
-
Handle a grant management request.
- handle(AuthleteApi, MultivaluedMap<String, String>) - Method in class com.authlete.jaxrs.BaseIntrospectionEndpoint
-
Handle an introspection request.
- handle(AuthleteApi, MultivaluedMap<String, String>, String) - Method in class com.authlete.jaxrs.BaseRevocationEndpoint
-
Handle a revocation request.
- handle(AuthleteApi, MultivaluedMap<String, String>, String, String[]) - Method in class com.authlete.jaxrs.BaseDeviceAuthorizationEndpoint
-
Handle a device authorization request.
- handle(AuthleteApi, MultivaluedMap<String, String>, String, String[]) - Method in class com.authlete.jaxrs.BasePushedAuthReqEndpoint
-
Handle a pushed authorization request.
- handle(CredentialIssuerMetadataRequest) - Method in class com.authlete.jaxrs.CredentialIssuerMetadataRequestHandler
-
Handle a request to the credential issuer metadata endpoint.
- handle(CredentialJwtIssuerMetadataRequest) - Method in class com.authlete.jaxrs.CredentialJwtIssuerMetadataRequestHandler
-
Handle a request to the JWT issuer metadata endpoint.
- handle(CredentialOfferInfoRequest) - Method in class com.authlete.jaxrs.CredentialOfferUriRequestHandler
- handle(FederationConfigurationRequest) - Method in class com.authlete.jaxrs.FederationConfigurationRequestHandler
-
Handle a request to the entity configuration endpoint.
- handle(FederationRegistrationRequest) - Method in class com.authlete.jaxrs.FederationRegistrationRequestHandler
-
Handle a request to the federation registration endpoint.
- handle(GMRequest) - Method in class com.authlete.jaxrs.GMRequestHandler
-
Handle a grant management request.
- handle(ServiceConfigurationRequest) - Method in class com.authlete.jaxrs.ConfigurationRequestHandler
-
Handle a request to an OpenID Provider configuration endpoint.
- handle(AuthorizationDecisionHandler.Params) - Method in class com.authlete.jaxrs.AuthorizationDecisionHandler
-
Handle an end-user's decision on an authorization request.
- handle(BackchannelAuthenticationRequestHandler.Params) - Method in class com.authlete.jaxrs.BackchannelAuthenticationRequestHandler
-
Handle a backchannel authentication request to a backchannel authentication endpoint of CIBA (Client Initiated Backchannel Authentication).
- handle(DeviceAuthorizationRequestHandler.Params) - Method in class com.authlete.jaxrs.DeviceAuthorizationRequestHandler
-
Handle a device authorization request.
- handle(IntrospectionRequestHandler.Params) - Method in class com.authlete.jaxrs.IntrospectionRequestHandler
-
Handle an introspection request (RFC 7662).
- handle(PushedAuthReqHandler.Params) - Method in class com.authlete.jaxrs.PushedAuthReqHandler
-
Handle a PAR request.
- handle(RevocationRequestHandler.Params) - Method in class com.authlete.jaxrs.RevocationRequestHandler
-
Handle a token revocation request.
- handle(TokenRequestHandler.Params) - Method in class com.authlete.jaxrs.TokenRequestHandler
-
Handle a token request.
- handle(UserInfoRequestHandler.Params) - Method in class com.authlete.jaxrs.UserInfoRequestHandler
-
Handle a userinfo request.
- handle(String) - Method in class com.authlete.jaxrs.UserInfoRequestHandler
-
Handle a userinfo request to a UserInfo Endpoint defined in OpenID Connect Core 1.0.
- handle(String, String[]) - Method in class com.authlete.jaxrs.BackchannelAuthenticationCompleteRequestHandler
-
Handle the result of end-user authentication and authorization in CIBA (Client Initiated Backchannel Authentication) flow.
- handle(String, String[]) - Method in class com.authlete.jaxrs.DeviceCompleteRequestHandler
-
Handle the result of end-user authentication and authorization in OAuth 2.0 Device Authorization Grant (Device Flow).
- handle(String, String[], String[]) - Method in class com.authlete.jaxrs.AuthorizationDecisionHandler
-
Handle an end-user's decision on an authorization request.
- handle(MultivaluedMap<String, String>) - Method in class com.authlete.jaxrs.AuthorizationRequestHandler
-
Handle an authorization request to a authorization endpoint of OAuth 2.0 (RFC 6749).
- handle(MultivaluedMap<String, String>) - Method in class com.authlete.jaxrs.IntrospectionRequestHandler
-
Handle an introspection request (RFC 7662).
- handle(MultivaluedMap<String, String>, String) - Method in class com.authlete.jaxrs.RevocationRequestHandler
-
Handle a token revocation request (RFC 7009).
- handle(MultivaluedMap<String, String>, String) - Method in class com.authlete.jaxrs.TokenRequestHandler
-
Handle a token request.
- handle(MultivaluedMap<String, String>, String, String[]) - Method in class com.authlete.jaxrs.BackchannelAuthenticationRequestHandler
-
Handle a backchannel authentication request to a backchannel authentication endpoint of CIBA (Client Initiated Backchannel Authentication).
- handle(MultivaluedMap<String, String>, String, String[]) - Method in class com.authlete.jaxrs.DeviceAuthorizationRequestHandler
-
Handler for device authorization requests in OAuth 2.0 Device Authorization Grant (Device Flow).
- handle(MultivaluedMap<String, String>, String, String[]) - Method in class com.authlete.jaxrs.PushedAuthReqHandler
-
Handle a pushed authorization request.
- handle(MultivaluedMap<String, String>, String, String[]) - Method in class com.authlete.jaxrs.TokenRequestHandler
-
Handle a token request.
- handleDelete(AuthleteApi, String, String) - Method in class com.authlete.jaxrs.BaseClientRegistrationEndpoint
-
Handle a client registration management delete request.
- handleDelete(String, String) - Method in class com.authlete.jaxrs.ClientRegistrationRequestHandler
-
Handle a dynamic client management DELETE request.
- handleGet(AuthleteApi, String, String) - Method in class com.authlete.jaxrs.BaseClientRegistrationEndpoint
-
Handle a client registration management get request.
- handleGet(String, String) - Method in class com.authlete.jaxrs.ClientRegistrationRequestHandler
-
Handle a dynamic client management GET request.
- handleRegister(AuthleteApi, String, String) - Method in class com.authlete.jaxrs.BaseClientRegistrationEndpoint
-
Handle a client registration request.
- handleRegister(String, String) - Method in class com.authlete.jaxrs.ClientRegistrationRequestHandler
-
Handle a dynamic client registration request.
- handleUpdate(AuthleteApi, String, String, String) - Method in class com.authlete.jaxrs.BaseClientRegistrationEndpoint
-
Handle a client registration management update request.
- handleUpdate(String, String, String) - Method in class com.authlete.jaxrs.ClientRegistrationRequestHandler
-
Handle a dynamic client management PUT request.
- HeaderClientCertificateClientCertExtractor - Class in com.authlete.jaxrs
-
A client certificate extractor for the
Client-Cert
andClient-Cert-Chain
headers. - HeaderClientCertificateClientCertExtractor() - Constructor for class com.authlete.jaxrs.HeaderClientCertificateClientCertExtractor
- HeaderClientCertificateExtractor - Class in com.authlete.jaxrs
-
Extracts the client certificate from headers defined by the
clientCertificateChainHeaders
member list. - HeaderClientCertificateExtractor() - Constructor for class com.authlete.jaxrs.HeaderClientCertificateExtractor
- HeaderClientCertificateXSslExtractor - Class in com.authlete.jaxrs
-
A client certificate extractor for the
X-Ssl-Cert
andX-Ssl-Cert-Chain-*
headers. - HeaderClientCertificateXSslExtractor() - Constructor for class com.authlete.jaxrs.HeaderClientCertificateXSslExtractor
- hskCreate(HskCreateRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
- hskCreate(HskCreateRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImplV3
- hskDelete(String) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
- hskDelete(String) - Method in class com.authlete.jaxrs.api.AuthleteApiImplV3
- hskGet(String) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
- hskGet(String) - Method in class com.authlete.jaxrs.api.AuthleteApiImplV3
- hskGetList() - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
- hskGetList() - Method in class com.authlete.jaxrs.api.AuthleteApiImplV3
- HttpsRequestClientCertificateExtractor - Class in com.authlete.jaxrs
-
Extracts the client certificate from the incoming HTTPS request using the
javax.servlet.request.X509Certificate
attribute. - HttpsRequestClientCertificateExtractor() - Constructor for class com.authlete.jaxrs.HttpsRequestClientCertificateExtractor
I
- idTokenReissue(IDTokenReissueRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
- idTokenReissue(IDTokenReissueRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImplV3
- introspection(IntrospectionRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
-
Call
/api/auth/introspection
API. - introspection(IntrospectionRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImplV3
-
Call
/api/{serviceId}/auth/introspection
API. - IntrospectionRequestHandler - Class in com.authlete.jaxrs
-
Handler for token introspection requests (RFC 7662).
- IntrospectionRequestHandler(AuthleteApi) - Constructor for class com.authlete.jaxrs.IntrospectionRequestHandler
-
Constructor with an implementation of
AuthleteApi
interface. - IntrospectionRequestHandler.Params - Class in com.authlete.jaxrs
-
Parameters passed to the
IntrospectionRequestHandler.handle(Params)
method. - isAllVerifiedClaimsForIdTokenRequested() - Method in class com.authlete.jaxrs.AuthorizationPageModel
-
Get the flag indicating whether the authorization request requests all possible verified claims for the ID token.
- isAllVerifiedClaimsForUserInfoRequested() - Method in class com.authlete.jaxrs.AuthorizationPageModel
-
Get the flag indicating whether the authorization request requests all possible verified claims for the userinfo.
- isClientAuthorized() - Method in interface com.authlete.jaxrs.spi.AuthorizationDecisionHandlerSpi
-
Get the decision on the authorization request.
- isClientAuthorized() - Method in class com.authlete.jaxrs.spi.AuthorizationDecisionHandlerSpiAdapter
- isClientIdAliasUsed() - Method in class com.authlete.jaxrs.DeviceAuthorizationPageModel
-
Get the flag which indicates whether the client ID alias was used in the device authorization request for the user code.
- isDpopEnabled() - Method in class com.authlete.jaxrs.api.AuthleteApiJaxrsImpl
- isDpopNonceRequired() - Method in class com.authlete.jaxrs.UserInfoRequestHandler.Params
-
Get the flag indicating whether to check if the DPoP proof JWT includes the expected
nonce
value. - isIdentityAssuranceRequired() - Method in class com.authlete.jaxrs.AuthorizationPageModel
-
Get the flag indicating whether behaviors for Identity Assurance are required.
- isLoginHintTokenExpired(String) - Method in interface com.authlete.jaxrs.spi.BackchannelAuthenticationRequestHandlerSpi
-
Check whether a login hint token expired or not.
- isLoginHintTokenExpired(String) - Method in class com.authlete.jaxrs.spi.BackchannelAuthenticationRequestHandlerSpiAdapter
- isOldIdaFormatUsed() - Method in class com.authlete.jaxrs.AuthorizationDecisionHandler.Params
-
Get the flag indicating whether
AuthorizationDecisionHandler
uses the old format of"verified_claims"
defined in the Implementer's Draft 2 of OpenID Connect for Identity Assurance 1.0 which was published on May 19, 2020. - isOldIdaFormatUsed() - Method in class com.authlete.jaxrs.AuthorizationPageModel
-
Get the flag indicating whether the old format of
"verified_claims"
is used. - isOldIdaFormatUsed() - Method in class com.authlete.jaxrs.UserInfoRequestHandler.Params
-
Get the flag indicating whether
UserInfoRequestHandler
uses the old format of"verified_claims"
defined in the Implementer's Draft 2 of OpenID Connect for Identity Assurance 1.0 which was published on May 19, 2020. - isRequestBodyContained() - Method in class com.authlete.jaxrs.UserInfoRequestHandler.Params
-
Get the flag indicating whether the userinfo request contains a request body.
- isUserAuthenticated() - Method in interface com.authlete.jaxrs.spi.AuthorizationRequestHandlerSpi
-
Check whether an end-user has already logged in or not.
- isUserAuthenticated() - Method in class com.authlete.jaxrs.spi.AuthorizationRequestHandlerSpiAdapter
- isValidBindingMessage(String) - Method in interface com.authlete.jaxrs.spi.BackchannelAuthenticationRequestHandlerSpi
-
Check if a binding message is valid or not.
- isValidBindingMessage(String) - Method in class com.authlete.jaxrs.spi.BackchannelAuthenticationRequestHandlerSpiAdapter
- isValidUserCode(User, String) - Method in interface com.authlete.jaxrs.spi.BackchannelAuthenticationRequestHandlerSpi
-
Check whether a user code is valid or not.
- isValidUserCode(User, String) - Method in class com.authlete.jaxrs.spi.BackchannelAuthenticationRequestHandlerSpiAdapter
- isWithHiddenProperties() - Method in class com.authlete.jaxrs.IntrospectionRequestHandler.Params
-
Get the flag which indicates whether to include hidden properties associated with the token in the output.
J
- JaxRsUtils - Class in com.authlete.jaxrs.util
-
JAX-RS Utilities.
- JaxRsUtils() - Constructor for class com.authlete.jaxrs.util.JaxRsUtils
- JwksRequestHandler - Class in com.authlete.jaxrs
-
Handler for requests to an endpoint that exposes JSON Web Key Set (RFC 7517) document.
- JwksRequestHandler(AuthleteApi) - Constructor for class com.authlete.jaxrs.JwksRequestHandler
-
Constructor with an implementation of
AuthleteApi
interface. - jwtBearer(TokenResponse) - Method in interface com.authlete.jaxrs.spi.TokenRequestHandlerSpi
-
Handle a token request that uses the grant type
"urn:ietf:params:oauth:grant-type:jwt-bearer"
(RFC 7523). - jwtBearer(TokenResponse) - Method in class com.authlete.jaxrs.spi.TokenRequestHandlerSpiAdapter
O
- onError(WebApplicationException) - Method in class com.authlete.jaxrs.BaseEndpoint
-
Called when the internal request handler raises an exception.
- onExpired() - Method in interface com.authlete.jaxrs.spi.DeviceVerificationRequestHandlerSpi
-
Return a response to the end-user when the value of
action
parameter contained in the response from Authlete/api/device/verification
API isEXPIRED
, which means the user code has expired. - onExpired() - Method in class com.authlete.jaxrs.spi.DeviceVerificationRequestHandlerSpiAdapter
- onInvalidRequest() - Method in interface com.authlete.jaxrs.spi.DeviceCompleteRequestHandlerSpi
-
Return a response to the end-user when the value of
action
parameter contained in the response from Authlete/api/device/complete
API isINVALID_REQUEST
, which means the API call is invalid and probably, the authorization server implementation has some bugs. - onInvalidRequest() - Method in class com.authlete.jaxrs.spi.DeviceCompleteRequestHandlerSpiAdapter
- onNotExist() - Method in interface com.authlete.jaxrs.spi.DeviceVerificationRequestHandlerSpi
-
Return a response to the end-user when the value of
action
parameter contained in the response from Authlete/api/device/verification
API isNOT_EXIST
, which means the user code does not exist. - onNotExist() - Method in class com.authlete.jaxrs.spi.DeviceVerificationRequestHandlerSpiAdapter
- onServerError() - Method in interface com.authlete.jaxrs.spi.DeviceCompleteRequestHandlerSpi
-
Return a response to the end-user when the value of
action
parameter contained in the response from Authlete/api/device/complete
API isSERVER_ERROR
, which means an error occurred on Authlete side. - onServerError() - Method in class com.authlete.jaxrs.spi.DeviceCompleteRequestHandlerSpiAdapter
- onServerError() - Method in interface com.authlete.jaxrs.spi.DeviceVerificationRequestHandlerSpi
-
Return a response to the end-user when the value of
action
parameter contained in the response from Authlete/api/device/verification
API isSERVER_ERROR
, which means an error occurred on Authlete side. - onServerError() - Method in class com.authlete.jaxrs.spi.DeviceVerificationRequestHandlerSpiAdapter
- onSuccess() - Method in interface com.authlete.jaxrs.spi.DeviceCompleteRequestHandlerSpi
-
Return a response to the end-user when the value of
action
parameter contained in the response from Authlete/api/device/complete
API isSUCCESS
, which means the API call has been processed successfully. - onSuccess() - Method in class com.authlete.jaxrs.spi.DeviceCompleteRequestHandlerSpiAdapter
- onUserCodeExpired() - Method in interface com.authlete.jaxrs.spi.DeviceCompleteRequestHandlerSpi
-
Return a response to the end-user when the value of
action
parameter contained in the response from Authlete/api/device/complete
API isUSER_CODE_EXPIRED
, which means the user code has expired. - onUserCodeExpired() - Method in class com.authlete.jaxrs.spi.DeviceCompleteRequestHandlerSpiAdapter
- onUserCodeNotExist() - Method in interface com.authlete.jaxrs.spi.DeviceCompleteRequestHandlerSpi
-
Return a response to the end-user when the value of
action
parameter contained in the response from Authlete/api/device/complete
API isUSER_CODE_NOT_EXIST
, which means the user code does not exist. - onUserCodeNotExist() - Method in class com.authlete.jaxrs.spi.DeviceCompleteRequestHandlerSpiAdapter
- onValid(DeviceVerificationResponse) - Method in interface com.authlete.jaxrs.spi.DeviceVerificationRequestHandlerSpi
-
Return a response to the end-user when the value of
action
parameter contained in the response from Authlete/api/device/verification
API isVALID
, which means the user code exists, has not expired, and belongs to the service. - onValid(DeviceVerificationResponse) - Method in class com.authlete.jaxrs.spi.DeviceVerificationRequestHandlerSpiAdapter
P
- Params() - Constructor for class com.authlete.jaxrs.AccessTokenValidator.Params
- Params() - Constructor for class com.authlete.jaxrs.AuthorizationDecisionHandler.Params
- Params() - Constructor for class com.authlete.jaxrs.BackchannelAuthenticationRequestHandler.Params
- Params() - Constructor for class com.authlete.jaxrs.DeviceAuthorizationRequestHandler.Params
- Params() - Constructor for class com.authlete.jaxrs.IntrospectionRequestHandler.Params
- Params() - Constructor for class com.authlete.jaxrs.PushedAuthReqHandler.Params
- Params() - Constructor for class com.authlete.jaxrs.RevocationRequestHandler.Params
- Params() - Constructor for class com.authlete.jaxrs.TokenRequestHandler.Params
- Params() - Constructor for class com.authlete.jaxrs.UserInfoRequestHandler.Params
- parseFormUrlencoded(String) - Static method in class com.authlete.jaxrs.util.JaxRsUtils
-
Convert a string in the
application/x-www-form-urlencoded
format into an instance ofMultivaluedMap
<String, String>
. - prepareUserClaims(String, String[]) - Method in interface com.authlete.jaxrs.spi.UserInfoRequestHandlerSpi
-
Prepare claim values of the user who is identified by the subject (= unique identifier).
- prepareUserClaims(String, String[]) - Method in class com.authlete.jaxrs.spi.UserInfoRequestHandlerSpiAdapter
- pushAuthorizationRequest(PushedAuthReqRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
- pushAuthorizationRequest(PushedAuthReqRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImplV3
- PushedAuthReqHandler - Class in com.authlete.jaxrs
-
Handler for pushed authorization request endpoint requests.
- PushedAuthReqHandler(AuthleteApi) - Constructor for class com.authlete.jaxrs.PushedAuthReqHandler
-
Constructor with an implementation of
AuthleteApi
interface. - PushedAuthReqHandler.Params - Class in com.authlete.jaxrs
-
Parameters passed to the
PushedAuthReqHandler.handle(Params)
method. - putAll(MultivaluedMap<TKey, TValue>, Map<TKey, TValue[]>) - Static method in class com.authlete.jaxrs.util.JaxRsUtils
-
Put all entries in a
Map<TKey, TValue[]>
instance into an existingMultivaluedMap<TKey, TValue>
.
R
- refreshClientSecret(long) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
- refreshClientSecret(long) - Method in class com.authlete.jaxrs.api.AuthleteApiImplV3
- refreshClientSecret(String) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
- refreshClientSecret(String) - Method in class com.authlete.jaxrs.api.AuthleteApiImplV3
- RequestUrlResolver - Class in com.authlete.jaxrs.util
-
A utility to resolve the original request URL.
- RequestUrlResolver() - Constructor for class com.authlete.jaxrs.util.RequestUrlResolver
- resolve(HttpServletRequest) - Method in class com.authlete.jaxrs.util.RequestUrlResolver
-
Resolve the original request URL.
- revocation(RevocationRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
-
Call
/api/auth/revocation
API. - revocation(RevocationRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImplV3
-
Call
/api/{serviceId}/auth/revocation
API. - RevocationRequestHandler - Class in com.authlete.jaxrs
-
Handler for token revocation requests (RFC 7009).
- RevocationRequestHandler(AuthleteApi) - Constructor for class com.authlete.jaxrs.RevocationRequestHandler
-
Constructor with an implementation of
AuthleteApi
interface. - RevocationRequestHandler.Params - Class in com.authlete.jaxrs
-
Parameters passed to the
RevocationRequestHandler.handle(Params)
method.
S
- sendNotification(BackchannelAuthenticationCompleteResponse) - Method in interface com.authlete.jaxrs.spi.BackchannelAuthenticationCompleteRequestHandlerSpi
-
Send a notification to the client notification endpoint as described in CIBA Core specification.
- sendNotification(BackchannelAuthenticationCompleteResponse) - Method in class com.authlete.jaxrs.spi.BackchannelAuthenticationCompleteRequestHandlerSpiAdapter
- setAccessToken(String) - Method in class com.authlete.jaxrs.AccessTokenInfo
-
Set the value of the access token.
- setAccessToken(String) - Method in class com.authlete.jaxrs.AccessTokenValidator.Params
-
Set the access token to validate.
- setAccessToken(String) - Method in class com.authlete.jaxrs.UserInfoRequestHandler.Params
-
Set the access token included in the userinfo request.
- setAllVerifiedClaimsForIdTokenRequested(boolean) - Method in class com.authlete.jaxrs.AuthorizationPageModel
-
Set the flag indicating whether the authorization request requests all possible verified claims for the ID token.
- setAllVerifiedClaimsForUserInfoRequested(boolean) - Method in class com.authlete.jaxrs.AuthorizationPageModel
-
Set the flag indicating whether the authorization request requests all possible verified claims for the userinfo.
- setAuthorization(String) - Method in class com.authlete.jaxrs.BackchannelAuthenticationRequestHandler.Params
-
Set the value of the
Authorization
header in the backchannel authentication request. - setAuthorization(String) - Method in class com.authlete.jaxrs.DeviceAuthorizationRequestHandler.Params
-
Set the value of the
Authorization
header in the device authorization request. - setAuthorization(String) - Method in class com.authlete.jaxrs.PushedAuthReqHandler.Params
-
Set the value of the
Authorization
header in the PAR request. - setAuthorization(String) - Method in class com.authlete.jaxrs.RevocationRequestHandler.Params
-
Set the value of the
Authorization
header in the revocation request. - setAuthorization(String) - Method in class com.authlete.jaxrs.TokenRequestHandler.Params
-
Set the value of the
Authorization
header in the token request. - setAuthorizationDetails(String) - Method in class com.authlete.jaxrs.AuthorizationPageModel
-
Set the content of the
authorization_details
request parameter in JSON format. - setClaimLocales(String[]) - Method in class com.authlete.jaxrs.AuthorizationDecisionHandler.Params
-
Set the requested claim locales.
- setClaimNames(String[]) - Method in class com.authlete.jaxrs.AuthorizationDecisionHandler.Params
-
Set the names of requested claims.
- setClaimsForIdToken(String[]) - Method in class com.authlete.jaxrs.AuthorizationPageModel
-
Set the claims that the client application requests to be embedded in the ID token.
- setClaimsForUserInfo(String[]) - Method in class com.authlete.jaxrs.AuthorizationPageModel
-
Set the claims that the client application requests to be embedded in userinfo responses.
- setClientAttestation(String) - Method in class com.authlete.jaxrs.BackchannelAuthenticationRequestHandler.Params
-
Set the value of the
OAuth-Client-Attestation
HTTP header. - setClientAttestation(String) - Method in class com.authlete.jaxrs.DeviceAuthorizationRequestHandler.Params
-
Set the value of the
OAuth-Client-Attestation
HTTP header. - setClientAttestation(String) - Method in class com.authlete.jaxrs.PushedAuthReqHandler.Params
-
Set the value of the
OAuth-Client-Attestation
HTTP header. - setClientAttestation(String) - Method in class com.authlete.jaxrs.RevocationRequestHandler.Params
-
Set the value of the
OAuth-Client-Attestation
HTTP header. - setClientAttestation(String) - Method in class com.authlete.jaxrs.TokenRequestHandler.Params
-
Set the value of the
OAuth-Client-Attestation
HTTP header. - setClientAttestationPop(String) - Method in class com.authlete.jaxrs.BackchannelAuthenticationRequestHandler.Params
-
Set the value of the
OAuth-Client-Attestation-PoP
HTTP header. - setClientAttestationPop(String) - Method in class com.authlete.jaxrs.DeviceAuthorizationRequestHandler.Params
-
Set the value of the
OAuth-Client-Attestation-PoP
HTTP header. - setClientAttestationPop(String) - Method in class com.authlete.jaxrs.PushedAuthReqHandler.Params
-
Set the value of the
OAuth-Client-Attestation-PoP
HTTP header. - setClientAttestationPop(String) - Method in class com.authlete.jaxrs.RevocationRequestHandler.Params
-
Set the value of the
OAuth-Client-Attestation-PoP
HTTP header. - setClientAttestationPop(String) - Method in class com.authlete.jaxrs.TokenRequestHandler.Params
-
Set the value of the
OAuth-Client-Attestation-PoP
HTTP header. - setClientCertificate(String) - Method in class com.authlete.jaxrs.AccessTokenValidator.Params
-
Set the client certificate presented during the API call to the protected resource endpoint.
- setClientCertificate(String) - Method in class com.authlete.jaxrs.UserInfoRequestHandler.Params
-
Set the client certificate included in the userinfo request.
- setClientCertificateChainHeaders(List<String>) - Method in class com.authlete.jaxrs.HeaderClientCertificateClientCertExtractor
- setClientCertificateChainHeaders(List<String>) - Method in class com.authlete.jaxrs.HeaderClientCertificateExtractor
-
Set the headers that will be checked for the client certificate chain.
- setClientCertificateChainHeaders(List<String>) - Method in class com.authlete.jaxrs.HeaderClientCertificateXSslExtractor
- setClientCertificatePath(String[]) - Method in class com.authlete.jaxrs.BackchannelAuthenticationRequestHandler.Params
-
Set the path of the client's certificate, each in PEM format.
- setClientCertificatePath(String[]) - Method in class com.authlete.jaxrs.DeviceAuthorizationRequestHandler.Params
-
Set the path of the client's certificate, each in PEM format.
- setClientCertificatePath(String[]) - Method in class com.authlete.jaxrs.PushedAuthReqHandler.Params
-
Set the path of the client's certificate, each in PEM format.
- setClientCertificatePath(String[]) - Method in class com.authlete.jaxrs.RevocationRequestHandler.Params
-
Set the path of the client's certificate, each in PEM format.
- setClientCertificatePath(String[]) - Method in class com.authlete.jaxrs.TokenRequestHandler.Params
-
Set the path of the client's certificate, each in PEM format.
- setClientId(long) - Method in class com.authlete.jaxrs.AccessTokenInfo
-
Set the ID of the client application which is associated with the access token.
- setClientId(long) - Method in class com.authlete.jaxrs.DeviceAuthorizationPageModel
-
Set the client ID of the client application to which the user code has been issued.
- setClientIdAlias(String) - Method in class com.authlete.jaxrs.DeviceAuthorizationPageModel
-
Set the client ID alias of the client application to which the user code has been issued.
- setClientIdAliasUsed(boolean) - Method in class com.authlete.jaxrs.DeviceAuthorizationPageModel
-
Set the flag which indicates whether the client ID alias was used in the device authorization request for the user code.
- setClientName(String) - Method in class com.authlete.jaxrs.AuthorizationPageModel
-
Set the name of the client application.
- setClientName(String) - Method in class com.authlete.jaxrs.DeviceAuthorizationPageModel
-
Set the name of the client application.
- setClientUri(String) - Method in class com.authlete.jaxrs.AuthorizationPageModel
-
Set the URL of the homepage of the client application.
- setDescription(String) - Method in class com.authlete.jaxrs.AuthorizationPageModel
-
Set the description of the client application.
- setDpop(String) - Method in class com.authlete.jaxrs.AccessTokenValidator.Params
-
Set the DPoP proof JWT (the value of the
DPoP
HTTP header). - setDpop(String) - Method in class com.authlete.jaxrs.PushedAuthReqHandler.Params
-
Set the DPoP proof JWT (the value of the
DPoP
HTTP header). - setDpop(String) - Method in class com.authlete.jaxrs.TokenRequestHandler.Params
-
Set the DPoP proof JWT (the value of the
DPoP
HTTP header). - setDpop(String) - Method in class com.authlete.jaxrs.UserInfoRequestHandler.Params
-
Set the DPoP proof JWT (the value of the
DPoP
HTTP header). - setDpopNonceRequired(boolean) - Method in class com.authlete.jaxrs.UserInfoRequestHandler.Params
-
Set the flag indicating whether to check if the DPoP proof JWT includes the expected
nonce
value. - setExpiresAt(long) - Method in class com.authlete.jaxrs.AccessTokenInfo
-
Set the time at which the access token will expire.
- setHeaders(Pair[]) - Method in class com.authlete.jaxrs.UserInfoRequestHandler.Params
-
Set the HTTP headers included in the userinfo request.
- setHost(String) - Method in class com.authlete.jaxrs.util.RequestUrlResolver
-
Set a host as a fixed value.
- setHtm(String) - Method in class com.authlete.jaxrs.AccessTokenValidator.Params
-
Set the HTTP method of the API call to the protected resource endpoint.
- setHtm(String) - Method in class com.authlete.jaxrs.PushedAuthReqHandler.Params
-
Set the HTTP method of the PAR request.
- setHtm(String) - Method in class com.authlete.jaxrs.TokenRequestHandler.Params
-
Set the HTTP method of the token request.
- setHtm(String) - Method in class com.authlete.jaxrs.UserInfoRequestHandler.Params
-
Set the HTTP method of the userinfo request.
- setHttpAcceptHeader(String) - Method in class com.authlete.jaxrs.IntrospectionRequestHandler.Params
-
Set the value of the HTTP
Accept
header in the introspection request. - setHtu(String) - Method in class com.authlete.jaxrs.AccessTokenValidator.Params
-
Set the URL of the protected resource endpoint.
- setHtu(String) - Method in class com.authlete.jaxrs.PushedAuthReqHandler.Params
-
Set the URL of the PAR endpoint.
- setHtu(String) - Method in class com.authlete.jaxrs.TokenRequestHandler.Params
-
Set the URL of the token endpoint.
- setHtu(String) - Method in class com.authlete.jaxrs.UserInfoRequestHandler.Params
-
Set the URL of the userinfo endpoint.
- setIdentityAssuranceRequired(boolean) - Method in class com.authlete.jaxrs.AuthorizationPageModel
-
Get the flag indicating whether behaviors for Identity Assurance are required.
- setIdTokenClaims(String) - Method in class com.authlete.jaxrs.AuthorizationDecisionHandler.Params
-
Set the value of the
id_token
property in theclaims
request parameter. - setIntrospectionEncryptionAlg(JWEAlg) - Method in class com.authlete.jaxrs.IntrospectionRequestHandler.Params
-
Set the JWE
alg
algorithm for encrypting the introspection response. - setIntrospectionEncryptionEnc(JWEEnc) - Method in class com.authlete.jaxrs.IntrospectionRequestHandler.Params
-
Set the JWE
enc
algorithm for encrypting the introspection response. - setIntrospectionSignAlg(JWSAlg) - Method in class com.authlete.jaxrs.IntrospectionRequestHandler.Params
-
Set the JWS
alg
algorithm for signing the introspection response. - setJaxRsClientBuilder(ClientBuilder) - Method in class com.authlete.jaxrs.api.AuthleteApiJaxrsImpl
- setLoginId(String) - Method in class com.authlete.jaxrs.AuthorizationPageModel
-
Set the login ID which should be set to the login ID field in the authorization page as the initial value.
- setLoginId(String) - Method in class com.authlete.jaxrs.DeviceVerificationPageModel
-
Set the login ID which should be set to the login ID field in the verification page as the initial value.
- setLoginIdReadOnly(String) - Method in class com.authlete.jaxrs.AuthorizationPageModel
-
Set the value returned from
AuthorizationPageModel.getLoginIdReadOnly()
. - setLogoUri(String) - Method in class com.authlete.jaxrs.AuthorizationPageModel
-
Set the URL of the logo image of the client application.
- setNotification(String) - Method in class com.authlete.jaxrs.DeviceVerificationPageModel
-
Set the notification that should be shown in the verification page.
- setOldIdaFormatUsed(boolean) - Method in class com.authlete.jaxrs.AuthorizationDecisionHandler.Params
-
Set the flag indicating whether
AuthorizationDecisionHandler
uses the old format of"verified_claims"
defined in the Implementer's Draft 2 of OpenID Connect for Identity Assurance 1.0 which was published on May 19, 2020. - setOldIdaFormatUsed(boolean) - Method in class com.authlete.jaxrs.AuthorizationPageModel
-
Set the flag indicating whether the old format of
"verified_claims"
is used. - setOldIdaFormatUsed(boolean) - Method in class com.authlete.jaxrs.UserInfoRequestHandler.Params
-
Set the flag indicating whether
UserInfoRequestHandler
uses the old format of"verified_claims"
defined in the Implementer's Draft 2 of OpenID Connect for Identity Assurance 1.0 which was published on May 19, 2020. - setParameters(MultivaluedMap<String, String>) - Method in class com.authlete.jaxrs.BackchannelAuthenticationRequestHandler.Params
-
Set the request parameters of the backchannel authentication request.
- setParameters(MultivaluedMap<String, String>) - Method in class com.authlete.jaxrs.DeviceAuthorizationRequestHandler.Params
-
Set the request parameters of the device authorization request.
- setParameters(MultivaluedMap<String, String>) - Method in class com.authlete.jaxrs.IntrospectionRequestHandler.Params
-
Set the request parameters of the introspection request.
- setParameters(MultivaluedMap<String, String>) - Method in class com.authlete.jaxrs.PushedAuthReqHandler.Params
-
Set the request parameters of the PAR request.
- setParameters(MultivaluedMap<String, String>) - Method in class com.authlete.jaxrs.RevocationRequestHandler.Params
-
Set the request parameters of the revocation request.
- setParameters(MultivaluedMap<String, String>) - Method in class com.authlete.jaxrs.TokenRequestHandler.Params
-
Set the request parameters of the token request.
- setPolicyUri(String) - Method in class com.authlete.jaxrs.AuthorizationPageModel
-
Set the URL of the policy page of the client application.
- setProperties(Property[]) - Method in class com.authlete.jaxrs.AccessTokenInfo
-
Set the extra properties associated with the access token.
- setPublicKeyForEncryption(String) - Method in class com.authlete.jaxrs.IntrospectionRequestHandler.Params
-
Set the public key for encrypting the introspection response with an asymmetric algorithm.
- setPurpose(String) - Method in class com.authlete.jaxrs.AuthorizationPageModel
-
Set the value of the
purpose
request parameter. - setRequestableScopes(long, String[]) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
- setRequestableScopes(long, String[]) - Method in class com.authlete.jaxrs.api.AuthleteApiImplV3
- setRequestBodyContained(boolean) - Method in class com.authlete.jaxrs.UserInfoRequestHandler.Params
-
Set the flag indicating whether the userinfo request contains a request body.
- setRequestedClaimsForTx(String[]) - Method in class com.authlete.jaxrs.AuthorizationDecisionHandler.Params
-
Set the claims that are indirectly requested by transformed claims.
- setRequestedVerifiedClaimsForTx(StringArray[]) - Method in class com.authlete.jaxrs.AuthorizationDecisionHandler.Params
-
Set the verified claims that are indirectly requested by transformed claims.
- setRequiredScopes(String[]) - Method in class com.authlete.jaxrs.AccessTokenValidator.Params
-
Set the scopes that must be associated with the access token.
- setRequiredSubject(String) - Method in class com.authlete.jaxrs.AccessTokenValidator.Params
-
Set the subject (= user's unique identifier) that must be associated with the access token.
- setRsUri(URI) - Method in class com.authlete.jaxrs.IntrospectionRequestHandler.Params
-
Set the URI of the resource server making the introspection request.
- setScheme(String) - Method in class com.authlete.jaxrs.util.RequestUrlResolver
-
Set a scheme as a fixed value.
- setScopes(Scope[]) - Method in class com.authlete.jaxrs.AuthorizationPageModel
-
Set the list of scopes requested by the authorization request.
- setScopes(Scope[]) - Method in class com.authlete.jaxrs.DeviceAuthorizationPageModel
-
Set the list of scopes requested by the device authorization request for the user code.
- setScopes(String[]) - Method in class com.authlete.jaxrs.AccessTokenInfo
-
Set the scopes associated with the access token.
- setServiceName(String) - Method in class com.authlete.jaxrs.AuthorizationPageModel
-
Set the name of the service.
- setSharedKeyForEncryption(String) - Method in class com.authlete.jaxrs.IntrospectionRequestHandler.Params
-
Set the shared key for encrypting the introspection response with a symmetric algorithm.
- setSharedKeyForSign(String) - Method in class com.authlete.jaxrs.IntrospectionRequestHandler.Params
-
Set the shared key for signing the introspection response with a symmetric algorithm.
- setSubject(String) - Method in class com.authlete.jaxrs.AccessTokenInfo
-
Set the subject (= unique identifier) of the user who is associated with the access token.
- setTargetUri(URI) - Method in class com.authlete.jaxrs.UserInfoRequestHandler.Params
-
Set the full URI of the userinfo request, including the query part, if any.
- setTicket(String) - Method in class com.authlete.jaxrs.AuthorizationDecisionHandler.Params
-
Set the ticket that was issued by Authlete's
/api/auth/authorization
API. - setTosUri(String) - Method in class com.authlete.jaxrs.AuthorizationPageModel
-
Set the URL of "Terms of Service" page of the client application.
- setUrlFieldName(String) - Method in class com.authlete.jaxrs.util.RequestUrlResolver
-
Set the name of the HTTP field whose value represents the original request URL.
- setUser(User) - Method in class com.authlete.jaxrs.AuthorizationPageModel
-
Set the user.
- setUser(User) - Method in class com.authlete.jaxrs.DeviceVerificationPageModel
-
Set the currently logged in user.
- setUserCode(String) - Method in class com.authlete.jaxrs.DeviceVerificationPageModel
-
Set the user code should be set to the user code field in the verification page as the initial value.
- setVerifiedClaimsForIdToken(Pair[]) - Method in class com.authlete.jaxrs.AuthorizationPageModel
-
Set the verified claims requested for the ID token.
- setVerifiedClaimsForUserInfo(Pair[]) - Method in class com.authlete.jaxrs.AuthorizationPageModel
-
Set the verified claims requested for the userinfo.
- setWithHiddenProperties(boolean) - Method in class com.authlete.jaxrs.IntrospectionRequestHandler.Params
-
Set the flag which indicates whether to include hidden properties associated with the token in the output.
- shouldCheckUserCode(User, BackchannelAuthenticationResponse) - Method in interface com.authlete.jaxrs.spi.BackchannelAuthenticationRequestHandlerSpi
-
Check whether a user code should be checked or not.
- shouldCheckUserCode(User, BackchannelAuthenticationResponse) - Method in class com.authlete.jaxrs.spi.BackchannelAuthenticationRequestHandlerSpiAdapter
- standardIntrospection(StandardIntrospectionRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
-
Call
/api/auth/introspection/standard
API. - standardIntrospection(StandardIntrospectionRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImplV3
-
Call
/api/{serviceId}/auth/introspection/standard
API. - startCommunicationWithAuthenticationDevice(User, BackchannelAuthenticationResponse, BackchannelAuthenticationIssueResponse) - Method in interface com.authlete.jaxrs.spi.BackchannelAuthenticationRequestHandlerSpi
-
Start a background process where the authorization server starts communicating with an authentication device for end-user authentication and authorization.
- startCommunicationWithAuthenticationDevice(User, BackchannelAuthenticationResponse, BackchannelAuthenticationIssueResponse) - Method in class com.authlete.jaxrs.spi.BackchannelAuthenticationRequestHandlerSpiAdapter
T
- takeAttribute(HttpSession, String) - Method in class com.authlete.jaxrs.BaseEndpoint
-
Get the value of an attribute from the given session and remove the attribute from the session after the retrieval.
- token(TokenRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
-
Call
/api/auth/token
API. - token(TokenRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImplV3
-
Call
/api/{serviceId}/auth/token
API. - tokenCreate(TokenCreateRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
-
Call
/api/auth/token/create
API. - tokenCreate(TokenCreateRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImplV3
-
Call
/api/{serviceId}/auth/token/create
API. - tokenCreateBatch(TokenCreateRequest[], boolean) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
- tokenCreateBatch(TokenCreateRequest[], boolean) - Method in class com.authlete.jaxrs.api.AuthleteApiImplV3
- tokenDelete(String) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
-
Call
/api/auth/token/delete/{token}
API. - tokenDelete(String) - Method in class com.authlete.jaxrs.api.AuthleteApiImplV3
-
Call
/api/{serviceId}/auth/token/delete/{token}
API. - tokenExchange(TokenResponse) - Method in interface com.authlete.jaxrs.spi.TokenRequestHandlerSpi
-
Handle a token exchange request.
- tokenExchange(TokenResponse) - Method in class com.authlete.jaxrs.spi.TokenRequestHandlerSpiAdapter
- tokenFail(TokenFailRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
-
Call
/api/auth/token/fail
API. - tokenFail(TokenFailRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImplV3
-
Call
/api/{serviceId}/auth/token/fail
API. - tokenIssue(TokenIssueRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
-
Call
/api/auth/token/issue
API. - tokenIssue(TokenIssueRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImplV3
-
Call
/api/{serviceId}/auth/token/issue
API. - TokenRequestHandler - Class in com.authlete.jaxrs
-
Handler for token requests to a token endpoint of OAuth 2.0 (RFC 6749).
- TokenRequestHandler(AuthleteApi, TokenRequestHandlerSpi) - Constructor for class com.authlete.jaxrs.TokenRequestHandler
-
Constructor with an implementation of
AuthleteApi
interface and an implementation ofTokenRequestHandlerSpi
interface. - TokenRequestHandler.Params - Class in com.authlete.jaxrs
-
Parameters passed to the
TokenRequestHandler.handle(Params)
method. - TokenRequestHandlerSpi - Interface in com.authlete.jaxrs.spi
-
Service Provider Interface to work with
TokenRequestHandler
. - TokenRequestHandlerSpiAdapter - Class in com.authlete.jaxrs.spi
-
Empty implementation of
TokenRequestHandlerSpi
interface. - TokenRequestHandlerSpiAdapter() - Constructor for class com.authlete.jaxrs.spi.TokenRequestHandlerSpiAdapter
- tokenRevoke(TokenRevokeRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
-
Call
/api/auth/token/revoke
API. - tokenRevoke(TokenRevokeRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImplV3
-
Call
/api/{serviceId}/auth/token/revoke
API. - tokenUpdate(TokenUpdateRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
-
Call
/api/auth/token/update
API. - tokenUpdate(TokenUpdateRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImplV3
-
Call
/api/{serviceId}/auth/token/update
API.
U
- updateClient(Client) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
-
Call
/api/client/update/{clientId}
API. - updateClient(Client) - Method in class com.authlete.jaxrs.api.AuthleteApiImplV3
-
Call
/api/{serviceId}/client/update/{clientId}
API. - updateClientAuthorization(long, ClientAuthorizationUpdateRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
- updateClientAuthorization(long, ClientAuthorizationUpdateRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImplV3
- updateClientLockFlag(String, boolean) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
- updateClientLockFlag(String, boolean) - Method in class com.authlete.jaxrs.api.AuthleteApiImplV3
- updateClientSecret(long, String) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
- updateClientSecret(long, String) - Method in class com.authlete.jaxrs.api.AuthleteApiImplV3
- updateClientSecret(String, String) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
- updateClientSecret(String, String) - Method in class com.authlete.jaxrs.api.AuthleteApiImplV3
- updateService(Service) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
-
Call
/api/service/update/{serviceApiKey}
API. - updateService(Service) - Method in class com.authlete.jaxrs.api.AuthleteApiImplV3
-
Call
/api/{serviceId}/service/update/
API. - userinfo(UserInfoRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
-
Call
/api/auth/userinfo
API. - userinfo(UserInfoRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImplV3
-
Call
/api/{serviceId}/auth/userinfo
API. - userinfoIssue(UserInfoIssueRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
-
Call
/api/auth/userinfo/issue
API. - userinfoIssue(UserInfoIssueRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImplV3
-
Call
/api/{serviceId}/auth/userinfo/issue
API. - UserInfoRequestHandler - Class in com.authlete.jaxrs
-
Handler for userinfo requests to a UserInfo Endpoint defined in OpenID Connect Core 1.0.
- UserInfoRequestHandler(AuthleteApi, UserInfoRequestHandlerSpi) - Constructor for class com.authlete.jaxrs.UserInfoRequestHandler
-
Constructor with an implementation of
AuthleteApi
interface and an implementation ofUserInfoRequestHandlerSpi
interface. - UserInfoRequestHandler.Params - Class in com.authlete.jaxrs
-
Parameters passed to the
UserInfoRequestHandler.handle(Params)
method. - UserInfoRequestHandlerSpi - Interface in com.authlete.jaxrs.spi
-
Service Provider Interface to work with
UserInfoRequestHandler
. - UserInfoRequestHandlerSpiAdapter - Class in com.authlete.jaxrs.spi
-
Empty implementation of
UserInfoRequestHandlerSpi
interface. - UserInfoRequestHandlerSpiAdapter() - Constructor for class com.authlete.jaxrs.spi.UserInfoRequestHandlerSpiAdapter
V
- validate(IntrospectionRequest) - Method in class com.authlete.jaxrs.AccessTokenValidator
-
Validate an access token.
- validate(AccessTokenValidator.Params) - Method in class com.authlete.jaxrs.AccessTokenValidator
-
Validate an access token.
- validate(String) - Method in class com.authlete.jaxrs.AccessTokenValidator
-
Validate an access token.
- validate(String, String[]) - Method in class com.authlete.jaxrs.AccessTokenValidator
-
Validate an access token.
- validate(String, String[], String, String) - Method in class com.authlete.jaxrs.AccessTokenValidator
-
Validate an access token.
- validateAccessToken(AuthleteApi, IntrospectionRequest) - Method in class com.authlete.jaxrs.BaseResourceEndpoint
- validateAccessToken(AuthleteApi, AccessTokenValidator.Params) - Method in class com.authlete.jaxrs.BaseResourceEndpoint
-
Validate an access token.
- validateAccessToken(AuthleteApi, String) - Method in class com.authlete.jaxrs.BaseResourceEndpoint
-
Validate an access token.
- validateAccessToken(AuthleteApi, String, String[]) - Method in class com.authlete.jaxrs.BaseResourceEndpoint
-
Validate an access token.
- validateAccessToken(AuthleteApi, String, String[], String) - Method in class com.authlete.jaxrs.BaseResourceEndpoint
-
Validate an access token.
- validateAccessToken(AuthleteApi, String, String[], String, String) - Method in class com.authlete.jaxrs.BaseResourceEndpoint
-
Validate an access token.
- verifyJose(JoseVerifyRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
-
Call
/api/jose/verify
API. - verifyJose(JoseVerifyRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImplV3
-
Call
/api/{serviceId}/jose/verify
API.
W
- wrapWithDpop(Invocation.Builder, String, String) - Method in class com.authlete.jaxrs.api.AuthleteApiJaxrsImpl
All Classes All Packages