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.
|
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.
|
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.
|
AuthorizationTicketInfoResponse |
AuthleteApi.authorizationTicketInfo(AuthorizationTicketInfoRequest request,
Options opitons) |
Call Authlete's /auth/authorization/ticket/info API.
|
AuthorizationTicketInfoResponse |
AuthleteApiImplV3.authorizationTicketInfo(AuthorizationTicketInfoRequest request,
Options options) |
|
AuthorizationTicketUpdateResponse |
AuthleteApi.authorizationTicketUpdate(AuthorizationTicketUpdateRequest request,
Options options) |
Call Authlete's /auth/authorization/ticket/update API.
|
AuthorizationTicketUpdateResponse |
AuthleteApiImplV3.authorizationTicketUpdate(AuthorizationTicketUpdateRequest request,
Options options) |
|
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.
|
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.
|
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.
|
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 Map<String,String> |
AuthleteApiBasicImpl.callEcho(String path,
Map<String,String> parameters,
Options options) |
|
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 ClientListResponse |
AuthleteApiBasicImpl.callGetClientList(String auth,
String path,
String developer,
int start,
int end,
boolean rangeGiven,
Options options) |
|
protected ServiceListResponse |
AuthleteApiBasicImpl.callGetServiceList(String auth,
String path,
int start,
int end,
boolean rangeGiven,
Options options) |
|
protected TokenListResponse |
AuthleteApiBasicImpl.callGetTokenList(String auth,
String path,
String clientIdentifier,
String subject,
int start,
int end,
boolean rangeGiven,
TokenStatus tokenStatus,
Options options) |
|
protected <TResponse> TResponse |
AuthleteApiBasicImpl.callPostApi(String auth,
String path,
Object requestBody,
Class<TResponse> responseClass,
Options options) |
Call an API with HTTP POST method.
|
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.
|
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.
|
CredentialBatchIssueResponse |
AuthleteApi.credentialBatchIssue(CredentialBatchIssueRequest request,
Options options) |
Call Authlete's /vci/batch/issue API.
|
CredentialBatchIssueResponse |
AuthleteApiImplV3.credentialBatchIssue(CredentialBatchIssueRequest request,
Options options) |
|
CredentialBatchParseResponse |
AuthleteApi.credentialBatchParse(CredentialBatchParseRequest request,
Options options) |
Call Authlete's /vci/batch/parse API.
|
CredentialBatchParseResponse |
AuthleteApiImplV3.credentialBatchParse(CredentialBatchParseRequest request,
Options options) |
|
CredentialDeferredIssueResponse |
AuthleteApi.credentialDeferredIssue(CredentialDeferredIssueRequest request,
Options options) |
Call Authlete's /vci/deferred/issue API.
|
CredentialDeferredIssueResponse |
AuthleteApiImplV3.credentialDeferredIssue(CredentialDeferredIssueRequest request,
Options options) |
|
CredentialDeferredParseResponse |
AuthleteApi.credentialDeferredParse(CredentialDeferredParseRequest request,
Options options) |
Call Authlete's /vci/deferred/parse API.
|
CredentialDeferredParseResponse |
AuthleteApiImplV3.credentialDeferredParse(CredentialDeferredParseRequest request,
Options options) |
|
CredentialIssuerJwksResponse |
AuthleteApi.credentialIssuerJwks(CredentialIssuerJwksRequest request,
Options options) |
Call Authlete's /vci/jwks API.
|
CredentialIssuerJwksResponse |
AuthleteApiImplV3.credentialIssuerJwks(CredentialIssuerJwksRequest request,
Options options) |
|
CredentialIssuerMetadataResponse |
AuthleteApi.credentialIssuerMetadata(CredentialIssuerMetadataRequest request,
Options options) |
Call Authlete's /vci/metadata API.
|
CredentialIssuerMetadataResponse |
AuthleteApiImplV3.credentialIssuerMetadata(CredentialIssuerMetadataRequest request,
Options options) |
|
CredentialJwtIssuerMetadataResponse |
AuthleteApi.credentialJwtIssuerMetadata(CredentialJwtIssuerMetadataRequest request,
Options options) |
Call Authlete's /vci/jwtissuer API.
|
CredentialJwtIssuerMetadataResponse |
AuthleteApiImplV3.credentialJwtIssuerMetadata(CredentialJwtIssuerMetadataRequest request,
Options options) |
|
CredentialOfferCreateResponse |
AuthleteApi.credentialOfferCreate(CredentialOfferCreateRequest request,
Options options) |
Call Authlete's /vci/offer/create API.
|
CredentialOfferCreateResponse |
AuthleteApiImplV3.credentialOfferCreate(CredentialOfferCreateRequest request,
Options options) |
|
CredentialOfferInfoResponse |
AuthleteApi.credentialOfferInfo(CredentialOfferInfoRequest request,
Options options) |
Call Authlete's /vci/offer/info API.
|
CredentialOfferInfoResponse |
AuthleteApiImplV3.credentialOfferInfo(CredentialOfferInfoRequest request,
Options options) |
|
CredentialSingleIssueResponse |
AuthleteApi.credentialSingleIssue(CredentialSingleIssueRequest request,
Options options) |
Call Authlete's /vci/single/issue API.
|
CredentialSingleIssueResponse |
AuthleteApiImplV3.credentialSingleIssue(CredentialSingleIssueRequest request,
Options options) |
|
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.
|
void |
AuthleteApi.deleteClient(long clientId,
Options options) |
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.
|
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) |
|
void |
AuthleteApi.deleteGrantedScopes(long clientId,
String subject,
Options options) |
Delete DB records about the set of scopes that a user has granted to a
client application (call Authlete's
/client/granted_scopes/delete/{clientId} API).
|
void |
AuthleteApiImplV3.deleteGrantedScopes(long clientId,
String subject,
Options options) |
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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) |
|
FederationConfigurationResponse |
AuthleteApi.federationConfiguration(FederationConfigurationRequest request,
Options options) |
Call Authlete's /federation/configuration API.
|
FederationConfigurationResponse |
AuthleteApiImplV3.federationConfiguration(FederationConfigurationRequest request,
Options options) |
|
FederationRegistrationResponse |
AuthleteApi.federationRegistration(FederationRegistrationRequest request,
Options options) |
Call Authlete's /federation/registration API.
|
FederationRegistrationResponse |
AuthleteApiImplV3.federationRegistration(FederationRegistrationRequest request,
Options options) |
|
Client |
AuthleteApi.getClient(long clientId,
Options options) |
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.
|
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) |
|
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).
|
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) |
|
GrantedScopesGetResponse |
AuthleteApi.getGrantedScopes(long clientId,
String subject,
Options options) |
Get the set of scopes that a user has granted to a client application
(call Authlete's /client/granted_scopes/get/{clientId} API).
|
GrantedScopesGetResponse |
AuthleteApiImplV3.getGrantedScopes(long clientId,
String subject,
Options options) |
|
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.
|
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.
|
String |
AuthleteApi.getServiceConfiguration(boolean pretty,
Options options) |
|
String |
AuthleteApi.getServiceConfiguration(Options options) |
|
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
|
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
|
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.
|
TokenCreateBatchStatusResponse |
AuthleteApi.getTokenCreateBatchStatus(String requestId,
Options options) |
Call Authlete's /auth/token/create/batch/status API.
|
TokenCreateBatchStatusResponse |
AuthleteApiImplV3.getTokenCreateBatchStatus(String requestId,
Options options) |
|
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).
|
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).
|
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).
|
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).
|
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 ).
|
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) |
|
GMResponse |
AuthleteApi.gm(GMRequest request,
Options options) |
Call Authlete's /api/gm API.
|
GMResponse |
AuthleteApiImplV3.gm(GMRequest request,
Options options) |
|
HskResponse |
AuthleteApi.hskCreate(HskCreateRequest request,
Options options) |
Call Authlete's /api/hsk/create API.
|
HskResponse |
AuthleteApiImplV3.hskCreate(HskCreateRequest request,
Options options) |
|
HskResponse |
AuthleteApi.hskDelete(String handle,
Options options) |
Call Authlete's /api/hsk/delete/{handle} API.
|
HskResponse |
AuthleteApiImplV3.hskDelete(String handle,
Options options) |
|
HskResponse |
AuthleteApi.hskGet(String handle,
Options options) |
Call Authlete's /api/hsk/get/{handle} API.
|
HskResponse |
AuthleteApiImplV3.hskGet(String handle,
Options options) |
|
HskListResponse |
AuthleteApi.hskGetList(Options options) |
Call Authlete's /api/hsk/get/list API.
|
HskListResponse |
AuthleteApiImplV3.hskGetList(Options options) |
|
IDTokenReissueResponse |
AuthleteApi.idTokenReissue(IDTokenReissueRequest request,
Options options) |
Call Authlete's /idtoken/reissue API.
|
IDTokenReissueResponse |
AuthleteApiImplV3.idTokenReissue(IDTokenReissueRequest request,
Options options) |
|
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) |
|
PushedAuthReqResponse |
AuthleteApi.pushAuthorizationRequest(PushedAuthReqRequest request,
Options options) |
Call Authlete's /api/pushed_auth_req API.
|
PushedAuthReqResponse |
AuthleteApiImplV3.pushAuthorizationRequest(PushedAuthReqRequest request,
Options options) |
|
ClientSecretRefreshResponse |
AuthleteApi.refreshClientSecret(long clientId,
Options options) |
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) |
|
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.
|
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) |
|
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.
|
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.
|
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.
|
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) |
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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) |
|
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) |
|
ClientSecretUpdateResponse |
AuthleteApi.updateClientSecret(long clientId,
String clientSecret,
Options options) |
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) |
|
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.
|
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.
|
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.
|
JoseVerifyResponse |
AuthleteApi.verifyJose(JoseVerifyRequest request,
Options options) |
Verify a JOSE object.
|
JoseVerifyResponse |
AuthleteApiImplV3.verifyJose(JoseVerifyRequest request,
Options options) |
Call /api/{serviceId}/jose/verify API.
|