AuthorizationResponse |
AuthleteApi.authorization(AuthorizationRequest request) |
Call Authlete's /auth/authorization API.
|
AuthorizationFailResponse |
AuthleteApi.authorizationFail(AuthorizationFailRequest request) |
Call Authlete's /auth/authorization/fail API.
|
AuthorizationIssueResponse |
AuthleteApi.authorizationIssue(AuthorizationIssueRequest request) |
Call Authlete's /auth/authorization/issue API.
|
AuthorizationTicketInfoResponse |
AuthleteApi.authorizationTicketInfo(AuthorizationTicketInfoRequest request) |
Call Authlete's /auth/authorization/ticket/info API.
|
AuthorizationTicketUpdateResponse |
AuthleteApi.authorizationTicketUpdate(AuthorizationTicketUpdateRequest request) |
Call Authlete's /auth/authorization/ticket/update API.
|
BackchannelAuthenticationResponse |
AuthleteApi.backchannelAuthentication(BackchannelAuthenticationRequest request) |
Call Authlete's /api/backchannel/authentication API.
|
BackchannelAuthenticationCompleteResponse |
AuthleteApi.backchannelAuthenticationComplete(BackchannelAuthenticationCompleteRequest request) |
Call Authlete's /api/backchannel/authentication/complete API.
|
BackchannelAuthenticationFailResponse |
AuthleteApi.backchannelAuthenticationFail(BackchannelAuthenticationFailRequest request) |
Call Authlete's /api/backchannel/authentication/fail API.
|
BackchannelAuthenticationIssueResponse |
AuthleteApi.backchannelAuthenticationIssue(BackchannelAuthenticationIssueRequest request) |
Call Authlete's /api/backchannel/authentication/issue API.
|
Client |
AuthleteApi.createClient(Client client) |
Create a client (= call Authlete's /client/create API).
|
Service |
AuthleteApi.createService(Service service) |
Create a service (= call Authlete's /service/create API).
|
Service |
AuthleteApi.createServie(Service service) |
Deprecated.
|
CredentialBatchIssueResponse |
AuthleteApi.credentialBatchIssue(CredentialBatchIssueRequest request) |
Call Authlete's /vci/batch/issue API.
|
CredentialBatchParseResponse |
AuthleteApi.credentialBatchParse(CredentialBatchParseRequest request) |
Call Authlete's /vci/batch/parse API.
|
CredentialDeferredIssueResponse |
AuthleteApi.credentialDeferredIssue(CredentialDeferredIssueRequest request) |
Call Authlete's /vci/deferred/issue API.
|
CredentialDeferredParseResponse |
AuthleteApi.credentialDeferredParse(CredentialDeferredParseRequest request) |
Call Authlete's /vci/deferred/parse API.
|
CredentialIssuerJwksResponse |
AuthleteApi.credentialIssuerJwks(CredentialIssuerJwksRequest request) |
Call Authlete's /vci/jwks API.
|
CredentialIssuerMetadataResponse |
AuthleteApi.credentialIssuerMetadata(CredentialIssuerMetadataRequest request) |
Call Authlete's /vci/metadata API.
|
CredentialJwtIssuerMetadataResponse |
AuthleteApi.credentialJwtIssuerMetadata(CredentialJwtIssuerMetadataRequest request) |
Call Authlete's /vci/jwtissuer API.
|
CredentialOfferCreateResponse |
AuthleteApi.credentialOfferCreate(CredentialOfferCreateRequest request) |
Call Authlete's /vci/offer/create API.
|
CredentialOfferInfoResponse |
AuthleteApi.credentialOfferInfo(CredentialOfferInfoRequest request) |
Call Authlete's /vci/offer/info API.
|
CredentialSingleIssueResponse |
AuthleteApi.credentialSingleIssue(CredentialSingleIssueRequest request) |
Call Authlete's /vci/single/issue API.
|
CredentialSingleParseResponse |
AuthleteApi.credentialSingleParse(CredentialSingleParseRequest request) |
Call Authlete's /vci/single/parse API.
|
void |
AuthleteApi.deleteClient(long clientId) |
Delete a client (= call Authlete's /client/delete/{clientId} API).
|
void |
AuthleteApi.deleteClient(String clientId) |
Delete a client (= call Authlete's /client/delete/{clientId} API).
|
void |
AuthleteApi.deleteClientAuthorization(long clientId,
String subject) |
Delete all existing access tokens issued to the client application
by the end-user.
|
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.deleteService(long apiKey) |
Delete a service (= call Authlete's /service/delete/{apiKey} API).
|
DeviceAuthorizationResponse |
AuthleteApi.deviceAuthorization(DeviceAuthorizationRequest request) |
Call Authlete's /api/device/authorization API.
|
DeviceCompleteResponse |
AuthleteApi.deviceComplete(DeviceCompleteRequest request) |
Call Authlete's /api/device/complete API.
|
DeviceVerificationResponse |
AuthleteApi.deviceVerification(DeviceVerificationRequest request) |
Call Authlete's /api/device/verification API.
|
ClientRegistrationResponse |
AuthleteApi.dynamicClientDelete(ClientRegistrationRequest request) |
Delete a dynamically registered client (= call Authlete's
/client/registration/delete API).
|
ClientRegistrationResponse |
AuthleteApi.dynamicClientGet(ClientRegistrationRequest request) |
Get a dynamically registered client (= call Authlete's
/client/registration/get API).
|
ClientRegistrationResponse |
AuthleteApi.dynamicClientRegister(ClientRegistrationRequest request) |
Register a client (= call Authlete's /client/registration API).
|
ClientRegistrationResponse |
AuthleteApi.dynamicClientUpdate(ClientRegistrationRequest request) |
Update a dynamically registered client (= call Authlete's
/client/registration/update API).
|
Map<String,String> |
AuthleteApi.echo(Map<String,String> parameters) |
Call Authlete's /api/misc/echo API.
|
FederationConfigurationResponse |
AuthleteApi.federationConfiguration(FederationConfigurationRequest request) |
Call Authlete's /federation/configuration API.
|
FederationRegistrationResponse |
AuthleteApi.federationRegistration(FederationRegistrationRequest request) |
Call Authlete's /federation/registration API.
|
Client |
AuthleteApi.getClient(long clientId) |
Get a client (= call Authlete's /client/get/{clientId} API).
|
Client |
AuthleteApi.getClient(String clientId) |
Get a client (= call Authlete's /client/get/{clientId} API).
|
AuthorizedClientListResponse |
AuthleteApi.getClientAuthorizationList(ClientAuthorizationGetListRequest request) |
Get a list of client applications authorized by the end-user.
|
ClientListResponse |
AuthleteApi.getClientList() |
Get the list of client applications that belong to the service
(= call Authlete's /client/get/list API).
|
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(String developer) |
Get the list of client applications that belong to the developer
(= call Authlete's /client/get/list API with
developer parameter).
|
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).
|
String[] |
AuthleteApi.getRequestableScopes(long clientId) |
Get the requestable scopes assigned to a client (= call Authlete's
/client/extension/requestable_scopes/get/{clientId} API).
|
Service |
AuthleteApi.getService(long apiKey) |
Get a service (= call Authlete's /service/get/{apiKey} API).
|
String |
AuthleteApi.getServiceConfiguration() |
|
String |
AuthleteApi.getServiceConfiguration(boolean pretty) |
|
String |
AuthleteApi.getServiceConfiguration(ServiceConfigurationRequest request) |
|
String |
AuthleteApi.getServiceJwks() |
Get the JWK Set of a service.
|
String |
AuthleteApi.getServiceJwks(boolean pretty,
boolean includePrivateKeys) |
Get the JWK Set of a service.
|
ServiceListResponse |
AuthleteApi.getServiceList() |
Get the list of services that belong to the service owner
(= call Authlete's /service/get/list API).
|
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).
|
TokenCreateBatchStatusResponse |
AuthleteApi.getTokenCreateBatchStatus(String requestId) |
Call Authlete's /auth/token/create/batch/status API.
|
TokenListResponse |
AuthleteApi.getTokenList() |
Get the list of access tokens that are associated with the
service
(= call Authlete's /auth/token/get/list API).
|
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,
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(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(String clientIdentifier,
String subject) |
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,
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,
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,
TokenStatus tokenStatus) |
Get the list of access tokens
(= call Authlete's /auth/token/get/list API with
clientIdentifier and subject ).
|
GMResponse |
AuthleteApi.gm(GMRequest request) |
Call Authlete's /api/gm API.
|
HskResponse |
AuthleteApi.hskCreate(HskCreateRequest request) |
Call Authlete's /api/hsk/create API.
|
HskResponse |
AuthleteApi.hskDelete(String handle) |
Call Authlete's /api/hsk/delete/{handle} API.
|
HskResponse |
AuthleteApi.hskGet(String handle) |
Call Authlete's /api/hsk/get/{handle} API.
|
HskListResponse |
AuthleteApi.hskGetList() |
Call Authlete's /api/hsk/get/list API.
|
IDTokenReissueResponse |
AuthleteApi.idTokenReissue(IDTokenReissueRequest request) |
Call Authlete's /idtoken/reissue API.
|
IntrospectionResponse |
AuthleteApi.introspection(IntrospectionRequest request) |
Call Authlete's /auth/introspection API.
|
PushedAuthReqResponse |
AuthleteApi.pushAuthorizationRequest(PushedAuthReqRequest request) |
Call Authlete's /api/pushed_auth_req API.
|
ClientSecretRefreshResponse |
AuthleteApi.refreshClientSecret(long clientId) |
Refresh the client secret of a client.
|
ClientSecretRefreshResponse |
AuthleteApi.refreshClientSecret(String clientIdentifier) |
Refresh the client secret of a client.
|
RevocationResponse |
AuthleteApi.revocation(RevocationRequest request) |
Call Authlete's /auth/revocation API.
|
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).
|
StandardIntrospectionResponse |
AuthleteApi.standardIntrospection(StandardIntrospectionRequest request) |
Call Authlete's /auth/introspection/standard API.
|
TokenResponse |
AuthleteApi.token(TokenRequest request) |
Call Authlete's /auth/token API.
|
TokenCreateResponse |
AuthleteApi.tokenCreate(TokenCreateRequest request) |
Call Authlete's /auth/token/create API.
|
TokenCreateBatchResponse |
AuthleteApi.tokenCreateBatch(TokenCreateRequest[] request,
boolean dryRun) |
Call Authlete's /auth/token/create/batch API.
|
void |
AuthleteApi.tokenDelete(String token) |
Call Authlete's /auth/token/delete API.
|
TokenFailResponse |
AuthleteApi.tokenFail(TokenFailRequest request) |
Call Authlete's /auth/token/fail API.
|
TokenIssueResponse |
AuthleteApi.tokenIssue(TokenIssueRequest request) |
Call Authlete's /auth/token/issue API.
|
TokenRevokeResponse |
AuthleteApi.tokenRevoke(TokenRevokeRequest request) |
Call Authlete's /auth/token/revoke API.
|
TokenUpdateResponse |
AuthleteApi.tokenUpdate(TokenUpdateRequest request) |
Call Authlete's /auth/token/update API.
|
Client |
AuthleteApi.updateClient(Client client) |
Update a client (= call Authlete's /client/update/{clientId} API).
|
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.updateClientLockFlag(String clientIdentifier,
boolean clientLocked) |
Update the lock flag of a client application.
|
ClientSecretUpdateResponse |
AuthleteApi.updateClientSecret(long clientId,
String clientSecret) |
Update the client secret of a client.
|
ClientSecretUpdateResponse |
AuthleteApi.updateClientSecret(String clientIdentifier,
String clientSecret) |
Update the client secret of a client.
|
Service |
AuthleteApi.updateService(Service service) |
Update a service (= call Authlete's /service/update/{apiKey} API).
|
UserInfoResponse |
AuthleteApi.userinfo(UserInfoRequest request) |
Call Authlete's /auth/userinfo API.
|
UserInfoIssueResponse |
AuthleteApi.userinfoIssue(UserInfoIssueRequest request) |
Call Authlete's /auth/userinfo/issue API.
|
JoseVerifyResponse |
AuthleteApi.verifyJose(JoseVerifyRequest request) |
Verify a JOSE object.
|