default AuthorizationResponse |
AuthleteApi.authorization(AuthorizationRequest request) |
Call Authlete's /auth/authorization API.
|
AuthorizationResponse |
AuthleteApi.authorization(AuthorizationRequest request,
Options options) |
Call Authlete's /auth/authorization API.
|
AuthorizationResponse |
AuthleteApiImplV3.authorization(AuthorizationRequest request,
Options options) |
Call /api/{serviceId}/auth/authorization API.
|
default AuthorizationFailResponse |
AuthleteApi.authorizationFail(AuthorizationFailRequest request) |
Call Authlete's /auth/authorization/fail API.
|
AuthorizationFailResponse |
AuthleteApi.authorizationFail(AuthorizationFailRequest request,
Options options) |
Call Authlete's /auth/authorization/fail API.
|
AuthorizationFailResponse |
AuthleteApiImplV3.authorizationFail(AuthorizationFailRequest request,
Options options) |
Call /api/{serviceId}/auth/authorization/fail API.
|
default AuthorizationIssueResponse |
AuthleteApi.authorizationIssue(AuthorizationIssueRequest request) |
Call Authlete's /auth/authorization/issue API.
|
AuthorizationIssueResponse |
AuthleteApi.authorizationIssue(AuthorizationIssueRequest request,
Options options) |
Call Authlete's /auth/authorization/issue API.
|
AuthorizationIssueResponse |
AuthleteApiImplV3.authorizationIssue(AuthorizationIssueRequest request,
Options options) |
Call /api/{serviceId}/auth/authorization/issue API.
|
default AuthorizationTicketInfoResponse |
AuthleteApi.authorizationTicketInfo(AuthorizationTicketInfoRequest request) |
Call Authlete's /auth/authorization/ticket/info API.
|
AuthorizationTicketInfoResponse |
AuthleteApi.authorizationTicketInfo(AuthorizationTicketInfoRequest request,
Options opitons) |
Call Authlete's /auth/authorization/ticket/info API.
|
AuthorizationTicketInfoResponse |
AuthleteApiImplV3.authorizationTicketInfo(AuthorizationTicketInfoRequest request,
Options options) |
|
default AuthorizationTicketUpdateResponse |
AuthleteApi.authorizationTicketUpdate(AuthorizationTicketUpdateRequest request) |
Call Authlete's /auth/authorization/ticket/update API.
|
AuthorizationTicketUpdateResponse |
AuthleteApi.authorizationTicketUpdate(AuthorizationTicketUpdateRequest request,
Options options) |
Call Authlete's /auth/authorization/ticket/update API.
|
AuthorizationTicketUpdateResponse |
AuthleteApiImplV3.authorizationTicketUpdate(AuthorizationTicketUpdateRequest request,
Options options) |
|
default BackchannelAuthenticationResponse |
AuthleteApi.backchannelAuthentication(BackchannelAuthenticationRequest request) |
Call Authlete's /api/backchannel/authentication API.
|
BackchannelAuthenticationResponse |
AuthleteApi.backchannelAuthentication(BackchannelAuthenticationRequest request,
Options options) |
Call Authlete's /api/backchannel/authentication API.
|
BackchannelAuthenticationResponse |
AuthleteApiImplV3.backchannelAuthentication(BackchannelAuthenticationRequest request,
Options options) |
Call /api/{serviceId}/backchannel/authentication API.
|
default BackchannelAuthenticationCompleteResponse |
AuthleteApi.backchannelAuthenticationComplete(BackchannelAuthenticationCompleteRequest request) |
Call Authlete's /api/backchannel/authentication/complete API.
|
BackchannelAuthenticationCompleteResponse |
AuthleteApi.backchannelAuthenticationComplete(BackchannelAuthenticationCompleteRequest request,
Options options) |
Call Authlete's /api/backchannel/authentication/complete API.
|
BackchannelAuthenticationCompleteResponse |
AuthleteApiImplV3.backchannelAuthenticationComplete(BackchannelAuthenticationCompleteRequest request,
Options options) |
Call /api/{serviceId}/backchannel/authentication/complete API.
|
default BackchannelAuthenticationFailResponse |
AuthleteApi.backchannelAuthenticationFail(BackchannelAuthenticationFailRequest request) |
Call Authlete's /api/backchannel/authentication/fail API.
|
BackchannelAuthenticationFailResponse |
AuthleteApi.backchannelAuthenticationFail(BackchannelAuthenticationFailRequest request,
Options options) |
Call Authlete's /api/backchannel/authentication/fail API.
|
BackchannelAuthenticationFailResponse |
AuthleteApiImplV3.backchannelAuthenticationFail(BackchannelAuthenticationFailRequest request,
Options options) |
Call /api/{serviceId}/backchannel/authentication/fail API.
|
default BackchannelAuthenticationIssueResponse |
AuthleteApi.backchannelAuthenticationIssue(BackchannelAuthenticationIssueRequest request) |
Call Authlete's /api/backchannel/authentication/issue API.
|
BackchannelAuthenticationIssueResponse |
AuthleteApi.backchannelAuthenticationIssue(BackchannelAuthenticationIssueRequest request,
Options options) |
Call Authlete's /api/backchannel/authentication/issue API.
|
BackchannelAuthenticationIssueResponse |
AuthleteApiImplV3.backchannelAuthenticationIssue(BackchannelAuthenticationIssueRequest request,
Options options) |
Call /api/{serviceId}/backchannel/authentication/issue API.
|
protected <TResponse> TResponse |
AuthleteApiBasicImpl.callApi(AuthleteApiBasicImpl.HttpMethod method,
String auth,
String path,
Map<String,Object[]> queryParams,
Object requestBody,
Class<TResponse> responseClass,
Options options) |
Call an API with centralized context handling.
|
protected <TResponse> TResponse |
AuthleteApiBasicImpl.callApiWith4xxHandling(AuthleteApiBasicImpl.HttpMethod method,
String auth,
String path,
Map<String,Object[]> queryParams,
Object requestBody,
Class<TResponse> responseClass,
Options options,
AuthleteApiBasicImpl.NotFoundHandling notFoundHandling,
AuthleteApiBasicImpl.ClientErrorHandling clientErrorHandling) |
Call an API with centralized context handling and specified 4xx handling strategies.
|
protected <TResponse> TResponse |
AuthleteApiBasicImpl.callApiWithNotFoundHandling(AuthleteApiBasicImpl.HttpMethod method,
String auth,
String path,
Map<String,Object[]> queryParams,
Object requestBody,
Class<TResponse> responseClass,
Options options,
AuthleteApiBasicImpl.NotFoundHandling notFoundHandling) |
Call an API with centralized context handling and specified 404 handling strategy.
|
protected void |
AuthleteApiBasicImpl.callDeleteApi(String auth,
String path,
Options options) |
Call an API with HTTP DELETE method.
|
protected <TResponse> TResponse |
AuthleteApiBasicImpl.callGetApi(String auth,
String path,
Class<TResponse> responseClass,
Map<String,Object[]> queryParams,
Options options) |
Call an API with HTTP GET method.
|
protected <TResponse> TResponse |
AuthleteApiBasicImpl.callPostApi(String auth,
String path,
Object requestBody,
Class<TResponse> responseClass,
Options options) |
Call an API with HTTP POST method.
|
default Client |
AuthleteApi.createClient(Client client) |
Create a client (= call Authlete's /client/create API).
|
Client |
AuthleteApi.createClient(Client client,
Options options) |
Create a client (= call Authlete's /client/create API).
|
Client |
AuthleteApiImplV3.createClient(Client client,
Options options) |
Call /api/{serviceId}/client/create API.
|
default Service |
AuthleteApi.createService(Service service) |
Create a service (= call Authlete's /service/create API).
|
Service |
AuthleteApi.createService(Service service,
Options options) |
Create a service (= call Authlete's /service/create API).
|
Service |
AuthleteApiImplV3.createService(Service service,
Options options) |
Call /api/service/create API.
|
Service |
AuthleteApi.createServie(Service service) |
Deprecated.
|
Service |
AuthleteApiImplV3.createServie(Service service) |
Deprecated.
|
default CredentialBatchIssueResponse |
AuthleteApi.credentialBatchIssue(CredentialBatchIssueRequest request) |
Call Authlete's /vci/batch/issue API.
|
CredentialBatchIssueResponse |
AuthleteApi.credentialBatchIssue(CredentialBatchIssueRequest request,
Options options) |
Call Authlete's /vci/batch/issue API.
|
CredentialBatchIssueResponse |
AuthleteApiImplV3.credentialBatchIssue(CredentialBatchIssueRequest request,
Options options) |
|
default CredentialBatchParseResponse |
AuthleteApi.credentialBatchParse(CredentialBatchParseRequest request) |
Call Authlete's /vci/batch/parse API.
|
CredentialBatchParseResponse |
AuthleteApi.credentialBatchParse(CredentialBatchParseRequest request,
Options options) |
Call Authlete's /vci/batch/parse API.
|
CredentialBatchParseResponse |
AuthleteApiImplV3.credentialBatchParse(CredentialBatchParseRequest request,
Options options) |
|
default CredentialDeferredIssueResponse |
AuthleteApi.credentialDeferredIssue(CredentialDeferredIssueRequest request) |
Call Authlete's /vci/deferred/issue API.
|
CredentialDeferredIssueResponse |
AuthleteApi.credentialDeferredIssue(CredentialDeferredIssueRequest request,
Options options) |
Call Authlete's /vci/deferred/issue API.
|
CredentialDeferredIssueResponse |
AuthleteApiImplV3.credentialDeferredIssue(CredentialDeferredIssueRequest request,
Options options) |
|
default CredentialDeferredParseResponse |
AuthleteApi.credentialDeferredParse(CredentialDeferredParseRequest request) |
Call Authlete's /vci/deferred/parse API.
|
CredentialDeferredParseResponse |
AuthleteApi.credentialDeferredParse(CredentialDeferredParseRequest request,
Options options) |
Call Authlete's /vci/deferred/parse API.
|
CredentialDeferredParseResponse |
AuthleteApiImplV3.credentialDeferredParse(CredentialDeferredParseRequest request,
Options options) |
|
default CredentialIssuerJwksResponse |
AuthleteApi.credentialIssuerJwks(CredentialIssuerJwksRequest request) |
Call Authlete's /vci/jwks API.
|
CredentialIssuerJwksResponse |
AuthleteApi.credentialIssuerJwks(CredentialIssuerJwksRequest request,
Options options) |
Call Authlete's /vci/jwks API.
|
CredentialIssuerJwksResponse |
AuthleteApiImplV3.credentialIssuerJwks(CredentialIssuerJwksRequest request,
Options options) |
|
default CredentialIssuerMetadataResponse |
AuthleteApi.credentialIssuerMetadata(CredentialIssuerMetadataRequest request) |
Call Authlete's /vci/metadata API.
|
CredentialIssuerMetadataResponse |
AuthleteApi.credentialIssuerMetadata(CredentialIssuerMetadataRequest request,
Options options) |
Call Authlete's /vci/metadata API.
|
CredentialIssuerMetadataResponse |
AuthleteApiImplV3.credentialIssuerMetadata(CredentialIssuerMetadataRequest request,
Options options) |
|
default CredentialJwtIssuerMetadataResponse |
AuthleteApi.credentialJwtIssuerMetadata(CredentialJwtIssuerMetadataRequest request) |
Call Authlete's /vci/jwtissuer API.
|
CredentialJwtIssuerMetadataResponse |
AuthleteApi.credentialJwtIssuerMetadata(CredentialJwtIssuerMetadataRequest request,
Options options) |
Call Authlete's /vci/jwtissuer API.
|
CredentialJwtIssuerMetadataResponse |
AuthleteApiImplV3.credentialJwtIssuerMetadata(CredentialJwtIssuerMetadataRequest request,
Options options) |
|
default CredentialOfferCreateResponse |
AuthleteApi.credentialOfferCreate(CredentialOfferCreateRequest request) |
Call Authlete's /vci/offer/create API.
|
CredentialOfferCreateResponse |
AuthleteApi.credentialOfferCreate(CredentialOfferCreateRequest request,
Options options) |
Call Authlete's /vci/offer/create API.
|
CredentialOfferCreateResponse |
AuthleteApiImplV3.credentialOfferCreate(CredentialOfferCreateRequest request,
Options options) |
|
default CredentialOfferInfoResponse |
AuthleteApi.credentialOfferInfo(CredentialOfferInfoRequest request) |
Call Authlete's /vci/offer/info API.
|
CredentialOfferInfoResponse |
AuthleteApi.credentialOfferInfo(CredentialOfferInfoRequest request,
Options options) |
Call Authlete's /vci/offer/info API.
|
CredentialOfferInfoResponse |
AuthleteApiImplV3.credentialOfferInfo(CredentialOfferInfoRequest request,
Options options) |
|
default CredentialSingleIssueResponse |
AuthleteApi.credentialSingleIssue(CredentialSingleIssueRequest request) |
Call Authlete's /vci/single/issue API.
|
CredentialSingleIssueResponse |
AuthleteApi.credentialSingleIssue(CredentialSingleIssueRequest request,
Options options) |
Call Authlete's /vci/single/issue API.
|
CredentialSingleIssueResponse |
AuthleteApiImplV3.credentialSingleIssue(CredentialSingleIssueRequest request,
Options options) |
|
default CredentialSingleParseResponse |
AuthleteApi.credentialSingleParse(CredentialSingleParseRequest request) |
Call Authlete's /vci/single/parse API.
|
CredentialSingleParseResponse |
AuthleteApi.credentialSingleParse(CredentialSingleParseRequest request,
Options options) |
Call Authlete's /vci/single/parse API.
|
CredentialSingleParseResponse |
AuthleteApiImplV3.credentialSingleParse(CredentialSingleParseRequest request,
Options options) |
|
ApiResponse |
AuthleteApiBasicImpl.deleteApiResponse(String auth,
String path,
Options options) |
Perform a DELETE and return the ApiResponse (business result),
treating 404 as success and other 4xx with graceful handling for empty bodies.
|
default void |
AuthleteApi.deleteClient(long clientId) |
Delete a client (= call Authlete's /client/delete/{clientId} API).
|
void |
AuthleteApi.deleteClient(long clientId,
Options options) |
Delete a client (= call Authlete's /client/delete/{clientId} API).
|
default void |
AuthleteApi.deleteClient(String clientId) |
Delete a client (= call Authlete's /client/delete/{clientId} API).
|
void |
AuthleteApi.deleteClient(String clientId,
Options options) |
Delete a client (= call Authlete's /client/delete/{clientId} API).
|
void |
AuthleteApiImplV3.deleteClient(long clientId,
Options options) |
Call /api/{serviceId}/client/delete/{clientId} API.
|
void |
AuthleteApiImplV3.deleteClient(String clientId,
Options options) |
Call /api/{serviceId}/client/delete/{clientId} API.
|
default void |
AuthleteApi.deleteClientAuthorization(long clientId,
String subject) |
Delete all existing access tokens issued to the client application
by the end-user.
|
void |
AuthleteApi.deleteClientAuthorization(long clientId,
String subject,
Options options) |
Delete all existing access tokens issued to the client application
by the end-user.
|
void |
AuthleteApiImplV3.deleteClientAuthorization(long clientId,
String subject,
Options options) |
|
default void |
AuthleteApi.deleteRequestableScopes(long clientId) |
Clear the requestable scopes assigned to a client (= call Authlete's
/client/extension/requestable_scopes/delete/{clientId} API).
|
void |
AuthleteApi.deleteRequestableScopes(long clientId,
Options options) |
Clear the requestable scopes assigned to a client (= call Authlete's
/client/extension/requestable_scopes/delete/{clientId} API).
|
void |
AuthleteApiImplV3.deleteRequestableScopes(long clientId,
Options options) |
Call /api/{serviceId}/client/extension/requestable_scopes/delete/{clientId} API.
|
default void |
AuthleteApi.deleteService(long apiKey) |
Delete a service (= call Authlete's /service/delete/{apiKey} API).
|
void |
AuthleteApi.deleteService(long apiKey,
Options options) |
Delete a service (= call Authlete's /service/delete/{apiKey} API).
|
void |
AuthleteApiImplV3.deleteService(long apiKey,
Options options) |
Call /api/{serviceId}/service/delete/ API.
|
default DeviceAuthorizationResponse |
AuthleteApi.deviceAuthorization(DeviceAuthorizationRequest request) |
Call Authlete's /api/device/authorization API.
|
DeviceAuthorizationResponse |
AuthleteApi.deviceAuthorization(DeviceAuthorizationRequest request,
Options options) |
Call Authlete's /api/device/authorization API.
|
DeviceAuthorizationResponse |
AuthleteApiImplV3.deviceAuthorization(DeviceAuthorizationRequest request,
Options options) |
Call /api/{serviceId}/device/authorization API.
|
default DeviceCompleteResponse |
AuthleteApi.deviceComplete(DeviceCompleteRequest request) |
Call Authlete's /api/device/complete API.
|
DeviceCompleteResponse |
AuthleteApi.deviceComplete(DeviceCompleteRequest request,
Options options) |
Call Authlete's /api/device/complete API.
|
DeviceCompleteResponse |
AuthleteApiImplV3.deviceComplete(DeviceCompleteRequest request,
Options options) |
Call /api/{serviceId}/device/complete API.
|
default DeviceVerificationResponse |
AuthleteApi.deviceVerification(DeviceVerificationRequest request) |
Call Authlete's /api/device/verification API.
|
DeviceVerificationResponse |
AuthleteApi.deviceVerification(DeviceVerificationRequest request,
Options options) |
Call Authlete's /api/device/verification API.
|
DeviceVerificationResponse |
AuthleteApiImplV3.deviceVerification(DeviceVerificationRequest request,
Options options) |
Call /api/{serviceId}/device/verification API.
|
default ClientRegistrationResponse |
AuthleteApi.dynamicClientDelete(ClientRegistrationRequest request) |
Delete a dynamically registered client (= call Authlete's
/client/registration/delete API).
|
ClientRegistrationResponse |
AuthleteApi.dynamicClientDelete(ClientRegistrationRequest request,
Options options) |
Delete a dynamically registered client (= call Authlete's
/client/registration/delete API).
|
ClientRegistrationResponse |
AuthleteApiImplV3.dynamicClientDelete(ClientRegistrationRequest request,
Options options) |
Call /api/{serviceId}/client/registration/delete API.
|
default ClientRegistrationResponse |
AuthleteApi.dynamicClientGet(ClientRegistrationRequest request) |
Get a dynamically registered client (= call Authlete's
/client/registration/get API).
|
ClientRegistrationResponse |
AuthleteApi.dynamicClientGet(ClientRegistrationRequest request,
Options options) |
Get a dynamically registered client (= call Authlete's
/client/registration/get API).
|
ClientRegistrationResponse |
AuthleteApiImplV3.dynamicClientGet(ClientRegistrationRequest request,
Options options) |
Call /api/{serviceId}/client/registration/get API.
|
default ClientRegistrationResponse |
AuthleteApi.dynamicClientRegister(ClientRegistrationRequest request) |
Register a client (= call Authlete's /client/registration API).
|
ClientRegistrationResponse |
AuthleteApi.dynamicClientRegister(ClientRegistrationRequest request,
Options options) |
Register a client (= call Authlete's /client/registration API).
|
ClientRegistrationResponse |
AuthleteApiImplV3.dynamicClientRegister(ClientRegistrationRequest request,
Options options) |
Call /api/{serviceId}/client/registration API.
|
default ClientRegistrationResponse |
AuthleteApi.dynamicClientUpdate(ClientRegistrationRequest request) |
Update a dynamically registered client (= call Authlete's
/client/registration/update API).
|
ClientRegistrationResponse |
AuthleteApi.dynamicClientUpdate(ClientRegistrationRequest request,
Options options) |
Update a dynamically registered client (= call Authlete's
/client/registration/update API).
|
ClientRegistrationResponse |
AuthleteApiImplV3.dynamicClientUpdate(ClientRegistrationRequest request,
Options options) |
Call /api/{serviceId}/client/registration/update API.
|
default Map<String,String> |
AuthleteApi.echo(Map<String,String> parameters) |
Call Authlete's /api/misc/echo API.
|
Map<String,String> |
AuthleteApi.echo(Map<String,String> parameters,
Options option) |
Call Authlete's /api/misc/echo API.
|
Map<String,String> |
AuthleteApiImplV3.echo(Map<String,String> parameters,
Options options) |
|
protected <TResponse> TResponse |
AuthleteApiBasicImpl.executeApiCall(AuthleteApiBasicImpl.AuthleteApiCall<TResponse> apiCall) |
Execute an Authlete API call.
|
default FederationConfigurationResponse |
AuthleteApi.federationConfiguration(FederationConfigurationRequest request) |
Call Authlete's /federation/configuration API.
|
FederationConfigurationResponse |
AuthleteApi.federationConfiguration(FederationConfigurationRequest request,
Options options) |
Call Authlete's /federation/configuration API.
|
FederationConfigurationResponse |
AuthleteApiImplV3.federationConfiguration(FederationConfigurationRequest request,
Options options) |
|
default FederationRegistrationResponse |
AuthleteApi.federationRegistration(FederationRegistrationRequest request) |
Call Authlete's /federation/registration API.
|
FederationRegistrationResponse |
AuthleteApi.federationRegistration(FederationRegistrationRequest request,
Options options) |
Call Authlete's /federation/registration API.
|
FederationRegistrationResponse |
AuthleteApiImplV3.federationRegistration(FederationRegistrationRequest request,
Options options) |
|
default Client |
AuthleteApi.getClient(long clientId) |
Get a client (= call Authlete's /client/get/{clientId} API).
|
Client |
AuthleteApi.getClient(long clientId,
Options options) |
Get a client (= call Authlete's /client/get/{clientId} API).
|
default Client |
AuthleteApi.getClient(String clientId) |
Get a client (= call Authlete's /client/get/{clientId} API).
|
Client |
AuthleteApi.getClient(String clientId,
Options options) |
Get a client (= call Authlete's /client/get/{clientId} API).
|
Client |
AuthleteApiImplV3.getClient(long clientId,
Options options) |
Call /api/{serviceId}/client/get/{clientId} API.
|
Client |
AuthleteApiImplV3.getClient(String clientId,
Options options) |
Call /api/{serviceId}/client/get/{clientId} API.
|
default AuthorizedClientListResponse |
AuthleteApi.getClientAuthorizationList(ClientAuthorizationGetListRequest request) |
Get a list of client applications authorized by the end-user.
|
AuthorizedClientListResponse |
AuthleteApi.getClientAuthorizationList(ClientAuthorizationGetListRequest request,
Options options) |
Get a list of client applications authorized by the end-user.
|
AuthorizedClientListResponse |
AuthleteApiImplV3.getClientAuthorizationList(ClientAuthorizationGetListRequest request,
Options options) |
|
default ClientListResponse |
AuthleteApi.getClientList() |
Get the list of client applications that belong to the service
(= call Authlete's /client/get/list API).
|
default ClientListResponse |
AuthleteApi.getClientList(int start,
int end) |
Get the list of client applications that belong to the service
(= call Authlete's /client/get/list API with
start and end parameters).
|
ClientListResponse |
AuthleteApi.getClientList(int start,
int end,
Options options) |
Get the list of client applications that belong to the service
(= call Authlete's /client/get/list API with
start and end parameters).
|
ClientListResponse |
AuthleteApi.getClientList(Options options) |
Get the list of client applications that belong to the service
(= call Authlete's /client/get/list API).
|
default ClientListResponse |
AuthleteApi.getClientList(String developer) |
Get the list of client applications that belong to the developer
(= call Authlete's /client/get/list API with
developer parameter).
|
default ClientListResponse |
AuthleteApi.getClientList(String developer,
int start,
int end) |
Get the list of client applications
(= call Authlete's /client/get/list API with
developer , start and end parameters).
|
ClientListResponse |
AuthleteApi.getClientList(String developer,
int start,
int end,
Options options) |
Get the list of client applications
(= call Authlete's /client/get/list API with
developer , start and end parameters).
|
ClientListResponse |
AuthleteApi.getClientList(String developer,
Options options) |
Get the list of client applications that belong to the developer
(= call Authlete's /client/get/list API with
developer parameter).
|
ClientListResponse |
AuthleteApiImplV3.getClientList(int start,
int end,
Options options) |
|
ClientListResponse |
AuthleteApiImplV3.getClientList(Options options) |
Call /api/{serviceId}/client/get/list API.
|
ClientListResponse |
AuthleteApiImplV3.getClientList(String developer,
int start,
int end,
Options options) |
|
ClientListResponse |
AuthleteApiImplV3.getClientList(String developer,
Options options) |
|
default String[] |
AuthleteApi.getRequestableScopes(long clientId) |
Get the requestable scopes assigned to a client (= call Authlete's
/client/extension/requestable_scopes/get/{clientId} API).
|
String[] |
AuthleteApi.getRequestableScopes(long clientId,
Options options) |
Get the requestable scopes assigned to a client (= call Authlete's
/client/extension/requestable_scopes/get/{clientId} API).
|
String[] |
AuthleteApiImplV3.getRequestableScopes(long clientId,
Options options) |
Call /api/{serviceId}/client/extension/requestable_scopes/get/{clientId} API.
|
default Service |
AuthleteApi.getService(long apiKey) |
Get a service (= call Authlete's /service/get/{apiKey} API).
|
Service |
AuthleteApi.getService(long apiKey,
Options options) |
Get a service (= call Authlete's /service/get/{apiKey} API).
|
Service |
AuthleteApiImplV3.getService(long apiKey,
Options options) |
Call /api/{serviceId}/service/get API.
|
default String |
AuthleteApi.getServiceConfiguration() |
|
default String |
AuthleteApi.getServiceConfiguration(boolean pretty) |
|
String |
AuthleteApi.getServiceConfiguration(boolean pretty,
Options options) |
|
String |
AuthleteApi.getServiceConfiguration(Options options) |
|
default String |
AuthleteApi.getServiceConfiguration(ServiceConfigurationRequest request) |
|
String |
AuthleteApi.getServiceConfiguration(ServiceConfigurationRequest request,
Options options) |
|
String |
AuthleteApiImplV3.getServiceConfiguration(boolean pretty,
Options options) |
Call /api/{serviceId}/service/configuration API
|
String |
AuthleteApiImplV3.getServiceConfiguration(Options options) |
Call /api/{serviceId}/service/configuration API
|
String |
AuthleteApiImplV3.getServiceConfiguration(ServiceConfigurationRequest request,
Options options) |
Call /api/{serviceId}/service/configuration API
|
default String |
AuthleteApi.getServiceJwks() |
Get the JWK Set of a service.
|
default String |
AuthleteApi.getServiceJwks(boolean pretty,
boolean includePrivateKeys) |
Get the JWK Set of a service.
|
String |
AuthleteApi.getServiceJwks(boolean pretty,
boolean includePrivateKeys,
Options options) |
Get the JWK Set of a service.
|
String |
AuthleteApi.getServiceJwks(Options options) |
Get the JWK Set of a service.
|
String |
AuthleteApiImplV3.getServiceJwks(boolean pretty,
boolean includePrivateKeys,
Options options) |
Call /api/{serviceId}/service/jwks/get API
|
String |
AuthleteApiImplV3.getServiceJwks(Options options) |
Call /api/{serviceId}/service/jwks/get API
|
default ServiceListResponse |
AuthleteApi.getServiceList() |
Get the list of services that belong to the service owner
(= call Authlete's /service/get/list API).
|
default ServiceListResponse |
AuthleteApi.getServiceList(int start,
int end) |
Get the list of services that belong to the service owner
(= call Authlete's /service/get/list API with
start and end parameters).
|
ServiceListResponse |
AuthleteApi.getServiceList(int start,
int end,
Options options) |
Get the list of services that belong to the service owner
(= call Authlete's /service/get/list API with
start and end parameters).
|
ServiceListResponse |
AuthleteApi.getServiceList(Options options) |
Get the list of services that belong to the service owner
(= call Authlete's /service/get/list API).
|
ServiceListResponse |
AuthleteApiImplV3.getServiceList(int start,
int end,
Options options) |
|
ServiceListResponse |
AuthleteApiImplV3.getServiceList(Options options) |
Call /api/service/get/list API.
|
default TokenCreateBatchStatusResponse |
AuthleteApi.getTokenCreateBatchStatus(String requestId) |
Call Authlete's /auth/token/create/batch/status API.
|
TokenCreateBatchStatusResponse |
AuthleteApi.getTokenCreateBatchStatus(String requestId,
Options options) |
Call Authlete's /auth/token/create/batch/status API.
|
TokenCreateBatchStatusResponse |
AuthleteApiImplV3.getTokenCreateBatchStatus(String requestId,
Options options) |
|
default TokenListResponse |
AuthleteApi.getTokenList() |
Get the list of access tokens that are associated with the
service
(= call Authlete's /auth/token/get/list API).
|
default TokenListResponse |
AuthleteApi.getTokenList(int start,
int end) |
Get the list of access tokens that are associated with the
service
(= call Authlete's /auth/token/get/list API
with start and end parameters).
|
TokenListResponse |
AuthleteApi.getTokenList(int start,
int end,
Options options) |
Get the list of access tokens that are associated with the
service
(= call Authlete's /auth/token/get/list API
with start and end parameters).
|
default TokenListResponse |
AuthleteApi.getTokenList(int start,
int end,
TokenStatus tokenStatus) |
Get the list of access tokens that are associated with the
service
(= call Authlete's /auth/token/get/list API
with start and end parameters).
|
TokenListResponse |
AuthleteApi.getTokenList(int start,
int end,
TokenStatus tokenStatus,
Options options) |
Get the list of access tokens that are associated with the
service
(= call Authlete's /auth/token/get/list API
with start and end parameters).
|
TokenListResponse |
AuthleteApi.getTokenList(Options options) |
Get the list of access tokens that are associated with the
service
(= call Authlete's /auth/token/get/list API).
|
default TokenListResponse |
AuthleteApi.getTokenList(TokenStatus tokenStatus) |
Get the list of access tokens that are associated with the
service
(= call Authlete's /auth/token/get/list API).
|
TokenListResponse |
AuthleteApi.getTokenList(TokenStatus tokenStatus,
Options options) |
Get the list of access tokens that are associated with the
service
(= call Authlete's /auth/token/get/list API).
|
default TokenListResponse |
AuthleteApi.getTokenList(String clientIdentifier,
String subject) |
Get the list of access tokens
(= call Authlete's /auth/token/get/list API with
clientIdentifier and subject ).
|
default TokenListResponse |
AuthleteApi.getTokenList(String clientIdentifier,
String subject,
int start,
int end) |
Get the list of access tokens
(= call Authlete's /auth/token/get/list API with clientIdentifier ,
subject , start and end parameters).
|
TokenListResponse |
AuthleteApi.getTokenList(String clientIdentifier,
String subject,
int start,
int end,
Options options) |
Get the list of access tokens
(= call Authlete's /auth/token/get/list API with clientIdentifier ,
subject , start and end parameters).
|
default TokenListResponse |
AuthleteApi.getTokenList(String clientIdentifier,
String subject,
int start,
int end,
TokenStatus tokenStatus) |
Get the list of access tokens
(= call Authlete's /auth/token/get/list API with clientIdentifier ,
subject , start and end parameters).
|
TokenListResponse |
AuthleteApi.getTokenList(String clientIdentifier,
String subject,
int start,
int end,
TokenStatus tokenStatus,
Options options) |
Get the list of access tokens
(= call Authlete's /auth/token/get/list API with clientIdentifier ,
subject , start and end parameters).
|
TokenListResponse |
AuthleteApi.getTokenList(String clientIdentifier,
String subject,
Options options) |
Get the list of access tokens
(= call Authlete's /auth/token/get/list API with
clientIdentifier and subject ).
|
default TokenListResponse |
AuthleteApi.getTokenList(String clientIdentifier,
String subject,
TokenStatus tokenStatus) |
Get the list of access tokens
(= call Authlete's /auth/token/get/list API with
clientIdentifier and subject ).
|
TokenListResponse |
AuthleteApi.getTokenList(String clientIdentifier,
String subject,
TokenStatus tokenStatus,
Options options) |
Get the list of access tokens
(= call Authlete's /auth/token/get/list API with
clientIdentifier and subject ).
|
TokenListResponse |
AuthleteApiImplV3.getTokenList(int start,
int end,
Options options) |
|
TokenListResponse |
AuthleteApiImplV3.getTokenList(int start,
int end,
TokenStatus tokenStatus,
Options options) |
|
TokenListResponse |
AuthleteApiImplV3.getTokenList(Options options) |
|
TokenListResponse |
AuthleteApiImplV3.getTokenList(TokenStatus tokenStatus,
Options options) |
|
TokenListResponse |
AuthleteApiImplV3.getTokenList(String clientIdentifier,
String subject,
int start,
int end,
Options options) |
|
TokenListResponse |
AuthleteApiImplV3.getTokenList(String clientIdentifier,
String subject,
int start,
int end,
TokenStatus tokenStatus,
Options options) |
|
TokenListResponse |
AuthleteApiImplV3.getTokenList(String clientIdentifier,
String subject,
Options options) |
|
TokenListResponse |
AuthleteApiImplV3.getTokenList(String clientIdentifier,
String subject,
TokenStatus tokenStatus,
Options options) |
|
default GMResponse |
AuthleteApi.gm(GMRequest request) |
Call Authlete's /api/gm API.
|
GMResponse |
AuthleteApi.gm(GMRequest request,
Options options) |
Call Authlete's /api/gm API.
|
GMResponse |
AuthleteApiImplV3.gm(GMRequest request,
Options options) |
|
default HskResponse |
AuthleteApi.hskCreate(HskCreateRequest request) |
Call Authlete's /api/hsk/create API.
|
HskResponse |
AuthleteApi.hskCreate(HskCreateRequest request,
Options options) |
Call Authlete's /api/hsk/create API.
|
HskResponse |
AuthleteApiImplV3.hskCreate(HskCreateRequest request,
Options options) |
|
default HskResponse |
AuthleteApi.hskDelete(String handle) |
Call Authlete's /api/hsk/delete/{handle} API.
|
HskResponse |
AuthleteApi.hskDelete(String handle,
Options options) |
Call Authlete's /api/hsk/delete/{handle} API.
|
HskResponse |
AuthleteApiImplV3.hskDelete(String handle,
Options options) |
|
default HskResponse |
AuthleteApi.hskGet(String handle) |
Call Authlete's /api/hsk/get/{handle} API.
|
HskResponse |
AuthleteApi.hskGet(String handle,
Options options) |
Call Authlete's /api/hsk/get/{handle} API.
|
HskResponse |
AuthleteApiImplV3.hskGet(String handle,
Options options) |
|
default HskListResponse |
AuthleteApi.hskGetList() |
Call Authlete's /api/hsk/get/list API.
|
HskListResponse |
AuthleteApi.hskGetList(Options options) |
Call Authlete's /api/hsk/get/list API.
|
HskListResponse |
AuthleteApiImplV3.hskGetList(Options options) |
|
default IDTokenReissueResponse |
AuthleteApi.idTokenReissue(IDTokenReissueRequest request) |
Call Authlete's /idtoken/reissue API.
|
IDTokenReissueResponse |
AuthleteApi.idTokenReissue(IDTokenReissueRequest request,
Options options) |
Call Authlete's /idtoken/reissue API.
|
IDTokenReissueResponse |
AuthleteApiImplV3.idTokenReissue(IDTokenReissueRequest request,
Options options) |
|
default IntrospectionResponse |
AuthleteApi.introspection(IntrospectionRequest request) |
Call Authlete's /auth/introspection API.
|
IntrospectionResponse |
AuthleteApi.introspection(IntrospectionRequest request,
Options options) |
Call Authlete's /auth/introspection API.
|
IntrospectionResponse |
AuthleteApiImplV3.introspection(IntrospectionRequest request,
Options options) |
Call /api/{serviceId}/auth/introspection API.
|
NativeSsoResponse |
AuthleteApi.nativeSso(NativeSsoRequest request,
Options options) |
Call Authlete's /nativesso API.
|
NativeSsoResponse |
AuthleteApiImplV3.nativeSso(NativeSsoRequest request,
Options options) |
|
NativeSsoLogoutResponse |
AuthleteApi.nativeSsoLogout(NativeSsoLogoutRequest request,
Options options) |
Call Authlete's /nativesso/logout API.
|
NativeSsoLogoutResponse |
AuthleteApiImplV3.nativeSsoLogout(NativeSsoLogoutRequest request,
Options options) |
|
default PushedAuthReqResponse |
AuthleteApi.pushAuthorizationRequest(PushedAuthReqRequest request) |
Call Authlete's /api/pushed_auth_req API.
|
PushedAuthReqResponse |
AuthleteApi.pushAuthorizationRequest(PushedAuthReqRequest request,
Options options) |
Call Authlete's /api/pushed_auth_req API.
|
PushedAuthReqResponse |
AuthleteApiImplV3.pushAuthorizationRequest(PushedAuthReqRequest request,
Options options) |
|
default ClientSecretRefreshResponse |
AuthleteApi.refreshClientSecret(long clientId) |
Refresh the client secret of a client.
|
ClientSecretRefreshResponse |
AuthleteApi.refreshClientSecret(long clientId,
Options options) |
Refresh the client secret of a client.
|
default ClientSecretRefreshResponse |
AuthleteApi.refreshClientSecret(String clientIdentifier) |
Refresh the client secret of a client.
|
ClientSecretRefreshResponse |
AuthleteApi.refreshClientSecret(String clientIdentifier,
Options options) |
Refresh the client secret of a client.
|
ClientSecretRefreshResponse |
AuthleteApiImplV3.refreshClientSecret(long clientId,
Options options) |
|
ClientSecretRefreshResponse |
AuthleteApiImplV3.refreshClientSecret(String clientIdentifier,
Options options) |
|
default RevocationResponse |
AuthleteApi.revocation(RevocationRequest request) |
Call Authlete's /auth/revocation API.
|
RevocationResponse |
AuthleteApi.revocation(RevocationRequest request,
Options options) |
Call Authlete's /auth/revocation API.
|
RevocationResponse |
AuthleteApiImplV3.revocation(RevocationRequest request,
Options options) |
Call /api/{serviceId}/auth/revocation API.
|
default String[] |
AuthleteApi.setRequestableScopes(long clientId,
String[] scopes) |
Set the requestable scopes assigned to a client (= call Authlete's
/client/extension/requestable_scopes/update/{clientId} API).
|
String[] |
AuthleteApi.setRequestableScopes(long clientId,
String[] scopes,
Options options) |
Set the requestable scopes assigned to a client (= call Authlete's
/client/extension/requestable_scopes/update/{clientId} API).
|
String[] |
AuthleteApiImplV3.setRequestableScopes(long clientId,
String[] scopes,
Options options) |
|
default StandardIntrospectionResponse |
AuthleteApi.standardIntrospection(StandardIntrospectionRequest request) |
Call Authlete's /auth/introspection/standard API.
|
StandardIntrospectionResponse |
AuthleteApi.standardIntrospection(StandardIntrospectionRequest request,
Options options) |
Call Authlete's /auth/introspection/standard API.
|
StandardIntrospectionResponse |
AuthleteApiImplV3.standardIntrospection(StandardIntrospectionRequest request,
Options options) |
Call /api/{serviceId}/auth/introspection/standard API.
|
default TokenResponse |
AuthleteApi.token(TokenRequest request) |
Call Authlete's /auth/token API.
|
TokenResponse |
AuthleteApi.token(TokenRequest request,
Options options) |
Call Authlete's /auth/token API.
|
TokenResponse |
AuthleteApiImplV3.token(TokenRequest request,
Options options) |
Call /api/{serviceId}/auth/token API.
|
default TokenCreateResponse |
AuthleteApi.tokenCreate(TokenCreateRequest request) |
Call Authlete's /auth/token/create API.
|
TokenCreateResponse |
AuthleteApi.tokenCreate(TokenCreateRequest request,
Options options) |
Call Authlete's /auth/token/create API.
|
TokenCreateResponse |
AuthleteApiImplV3.tokenCreate(TokenCreateRequest request,
Options options) |
Call /api/{serviceId}/auth/token/create API.
|
default TokenCreateBatchResponse |
AuthleteApi.tokenCreateBatch(TokenCreateRequest[] request,
boolean dryRun) |
Call Authlete's /auth/token/create/batch API.
|
TokenCreateBatchResponse |
AuthleteApi.tokenCreateBatch(TokenCreateRequest[] request,
boolean dryRun,
Options options) |
Call Authlete's /auth/token/create/batch API.
|
TokenCreateBatchResponse |
AuthleteApiImplV3.tokenCreateBatch(TokenCreateRequest[] request,
boolean dryRun,
Options options) |
|
default void |
AuthleteApi.tokenDelete(String token) |
Call Authlete's /auth/token/delete API.
|
void |
AuthleteApi.tokenDelete(String token,
Options options) |
Call Authlete's /auth/token/delete API.
|
void |
AuthleteApiImplV3.tokenDelete(String token,
Options options) |
Call /api/{serviceId}/auth/token/delete/{token} API.
|
default TokenFailResponse |
AuthleteApi.tokenFail(TokenFailRequest request) |
Call Authlete's /auth/token/fail API.
|
TokenFailResponse |
AuthleteApi.tokenFail(TokenFailRequest request,
Options options) |
Call Authlete's /auth/token/fail API.
|
TokenFailResponse |
AuthleteApiImplV3.tokenFail(TokenFailRequest request,
Options options) |
Call /api/{serviceId}/auth/token/fail API.
|
default TokenIssueResponse |
AuthleteApi.tokenIssue(TokenIssueRequest request) |
Call Authlete's /auth/token/issue API.
|
TokenIssueResponse |
AuthleteApi.tokenIssue(TokenIssueRequest request,
Options options) |
Call Authlete's /auth/token/issue API.
|
TokenIssueResponse |
AuthleteApiImplV3.tokenIssue(TokenIssueRequest request,
Options options) |
Call /api/{serviceId}/auth/token/issue API.
|
default TokenRevokeResponse |
AuthleteApi.tokenRevoke(TokenRevokeRequest request) |
Call Authlete's /auth/token/revoke API.
|
TokenRevokeResponse |
AuthleteApi.tokenRevoke(TokenRevokeRequest request,
Options options) |
Call Authlete's /auth/token/revoke API.
|
TokenRevokeResponse |
AuthleteApiImplV3.tokenRevoke(TokenRevokeRequest request,
Options options) |
Call /api/{serviceId}/auth/token/revoke API.
|
default TokenUpdateResponse |
AuthleteApi.tokenUpdate(TokenUpdateRequest request) |
Call Authlete's /auth/token/update API.
|
TokenUpdateResponse |
AuthleteApi.tokenUpdate(TokenUpdateRequest request,
Options options) |
Call Authlete's /auth/token/update API.
|
TokenUpdateResponse |
AuthleteApiImplV3.tokenUpdate(TokenUpdateRequest request,
Options options) |
Call /api/{serviceId}/auth/token/update API.
|
default Client |
AuthleteApi.updateClient(Client client) |
Update a client (= call Authlete's /client/update/{clientId} API).
|
Client |
AuthleteApi.updateClient(Client client,
Options options) |
Update a client (= call Authlete's /client/update/{clientId} API).
|
Client |
AuthleteApiImplV3.updateClient(Client client,
Options options) |
Call /api/{serviceId}/client/update/{clientId} API.
|
default void |
AuthleteApi.updateClientAuthorization(long clientId,
ClientAuthorizationUpdateRequest request) |
Update attributes of all existing access tokens issued to the
client application by the end-user.
|
void |
AuthleteApi.updateClientAuthorization(long clientId,
ClientAuthorizationUpdateRequest request,
Options options) |
Update attributes of all existing access tokens issued to the
client application by the end-user.
|
void |
AuthleteApiImplV3.updateClientAuthorization(long clientId,
ClientAuthorizationUpdateRequest request,
Options options) |
|
default void |
AuthleteApi.updateClientLockFlag(String clientIdentifier,
boolean clientLocked) |
Update the lock flag of a client application.
|
void |
AuthleteApi.updateClientLockFlag(String clientIdentifier,
boolean clientLocked,
Options options) |
Update the lock flag of a client application.
|
void |
AuthleteApiImplV3.updateClientLockFlag(String clientIdentifier,
boolean clientLocked,
Options options) |
|
default ClientSecretUpdateResponse |
AuthleteApi.updateClientSecret(long clientId,
String clientSecret) |
Update the client secret of a client.
|
ClientSecretUpdateResponse |
AuthleteApi.updateClientSecret(long clientId,
String clientSecret,
Options options) |
Update the client secret of a client.
|
default ClientSecretUpdateResponse |
AuthleteApi.updateClientSecret(String clientIdentifier,
String clientSecret) |
Update the client secret of a client.
|
ClientSecretUpdateResponse |
AuthleteApi.updateClientSecret(String clientIdentifier,
String clientSecret,
Options options) |
Update the client secret of a client.
|
ClientSecretUpdateResponse |
AuthleteApiImplV3.updateClientSecret(long clientId,
String clientSecret,
Options options) |
|
ClientSecretUpdateResponse |
AuthleteApiImplV3.updateClientSecret(String clientIdentifier,
String clientSecret,
Options options) |
|
default Service |
AuthleteApi.updateService(Service service) |
Update a service (= call Authlete's /service/update/{apiKey} API).
|
Service |
AuthleteApi.updateService(Service service,
Options options) |
Update a service (= call Authlete's /service/update/{apiKey} API).
|
Service |
AuthleteApiImplV3.updateService(Service service,
Options options) |
Call /api/{serviceId}/service/update/ API.
|
default UserInfoResponse |
AuthleteApi.userinfo(UserInfoRequest request) |
Call Authlete's /auth/userinfo API.
|
UserInfoResponse |
AuthleteApi.userinfo(UserInfoRequest request,
Options options) |
Call Authlete's /auth/userinfo API.
|
UserInfoResponse |
AuthleteApiImplV3.userinfo(UserInfoRequest request,
Options options) |
Call /api/{serviceId}/auth/userinfo API.
|
default UserInfoIssueResponse |
AuthleteApi.userinfoIssue(UserInfoIssueRequest request) |
Call Authlete's /auth/userinfo/issue API.
|
UserInfoIssueResponse |
AuthleteApi.userinfoIssue(UserInfoIssueRequest request,
Options options) |
Call Authlete's /auth/userinfo/issue API.
|
UserInfoIssueResponse |
AuthleteApiImplV3.userinfoIssue(UserInfoIssueRequest request,
Options options) |
Call /api/{serviceId}/auth/userinfo/issue API.
|
default JoseVerifyResponse |
AuthleteApi.verifyJose(JoseVerifyRequest request) |
Verify a JOSE object.
|
JoseVerifyResponse |
AuthleteApi.verifyJose(JoseVerifyRequest request,
Options options) |
Verify a JOSE object.
|
JoseVerifyResponse |
AuthleteApiImplV3.verifyJose(JoseVerifyRequest request,
Options options) |
Call /api/{serviceId}/jose/verify API.
|