Package com.authlete.jaxrs.api
Class AuthleteApiImpl
- java.lang.Object
-
- com.authlete.jaxrs.api.AuthleteApiJaxrsImpl
-
- com.authlete.jaxrs.api.AuthleteApiImpl
-
- All Implemented Interfaces:
com.authlete.common.api.AuthleteApi
public class AuthleteApiImpl extends AuthleteApiJaxrsImpl
The implementation ofAuthleteApiusing JAX-RS 2.0 client API.- Author:
- Takahiko Kawasaki For Authlete 2.x
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.authlete.jaxrs.api.AuthleteApiJaxrsImpl
AuthleteApiJaxrsImpl.AuthleteApiCall<TResponse>
-
-
Constructor Summary
Constructors Constructor Description AuthleteApiImpl(com.authlete.common.conf.AuthleteConfiguration configuration)The constructor with an instance ofAuthleteConfiguration.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description com.authlete.common.dto.AuthorizationResponseauthorization(com.authlete.common.dto.AuthorizationRequest request, com.authlete.common.api.Options options)Call/api/auth/authorizationAPI.com.authlete.common.dto.AuthorizationFailResponseauthorizationFail(com.authlete.common.dto.AuthorizationFailRequest request, com.authlete.common.api.Options options)Call/api/auth/authorization/failAPI.com.authlete.common.dto.AuthorizationIssueResponseauthorizationIssue(com.authlete.common.dto.AuthorizationIssueRequest request, com.authlete.common.api.Options options)Call/api/auth/authorization/issueAPI.com.authlete.common.dto.AuthorizationTicketInfoResponseauthorizationTicketInfo(com.authlete.common.dto.AuthorizationTicketInfoRequest request, com.authlete.common.api.Options options)com.authlete.common.dto.AuthorizationTicketUpdateResponseauthorizationTicketUpdate(com.authlete.common.dto.AuthorizationTicketUpdateRequest request, com.authlete.common.api.Options options)com.authlete.common.dto.BackchannelAuthenticationResponsebackchannelAuthentication(com.authlete.common.dto.BackchannelAuthenticationRequest request, com.authlete.common.api.Options options)Call/api/backchannel/authenticationAPI.com.authlete.common.dto.BackchannelAuthenticationCompleteResponsebackchannelAuthenticationComplete(com.authlete.common.dto.BackchannelAuthenticationCompleteRequest request, com.authlete.common.api.Options options)Call/api/backchannel/authentication/completeAPI.com.authlete.common.dto.BackchannelAuthenticationFailResponsebackchannelAuthenticationFail(com.authlete.common.dto.BackchannelAuthenticationFailRequest request, com.authlete.common.api.Options options)Call/api/backchannel/authentication/failAPI.com.authlete.common.dto.BackchannelAuthenticationIssueResponsebackchannelAuthenticationIssue(com.authlete.common.dto.BackchannelAuthenticationIssueRequest request, com.authlete.common.api.Options options)Call/api/backchannel/authentication/issueAPI.com.authlete.common.dto.ClientcreateClient(com.authlete.common.dto.Client client, com.authlete.common.api.Options options)Call/api/client/createAPI.com.authlete.common.dto.ServicecreateService(com.authlete.common.dto.Service service, com.authlete.common.api.Options options)Call/api/service/createAPI.com.authlete.common.dto.ServicecreateServie(com.authlete.common.dto.Service service)Deprecated.com.authlete.common.dto.CredentialBatchIssueResponsecredentialBatchIssue(com.authlete.common.dto.CredentialBatchIssueRequest request, com.authlete.common.api.Options options)com.authlete.common.dto.CredentialBatchParseResponsecredentialBatchParse(com.authlete.common.dto.CredentialBatchParseRequest request, com.authlete.common.api.Options options)com.authlete.common.dto.CredentialDeferredIssueResponsecredentialDeferredIssue(com.authlete.common.dto.CredentialDeferredIssueRequest request, com.authlete.common.api.Options options)com.authlete.common.dto.CredentialDeferredParseResponsecredentialDeferredParse(com.authlete.common.dto.CredentialDeferredParseRequest request, com.authlete.common.api.Options options)com.authlete.common.dto.CredentialIssuerJwksResponsecredentialIssuerJwks(com.authlete.common.dto.CredentialIssuerJwksRequest request, com.authlete.common.api.Options options)com.authlete.common.dto.CredentialIssuerMetadataResponsecredentialIssuerMetadata(com.authlete.common.dto.CredentialIssuerMetadataRequest request, com.authlete.common.api.Options options)com.authlete.common.dto.CredentialJwtIssuerMetadataResponsecredentialJwtIssuerMetadata(com.authlete.common.dto.CredentialJwtIssuerMetadataRequest request, com.authlete.common.api.Options options)com.authlete.common.dto.CredentialOfferCreateResponsecredentialOfferCreate(com.authlete.common.dto.CredentialOfferCreateRequest request, com.authlete.common.api.Options options)com.authlete.common.dto.CredentialOfferInfoResponsecredentialOfferInfo(com.authlete.common.dto.CredentialOfferInfoRequest request, com.authlete.common.api.Options options)com.authlete.common.dto.CredentialSingleIssueResponsecredentialSingleIssue(com.authlete.common.dto.CredentialSingleIssueRequest request, com.authlete.common.api.Options options)com.authlete.common.dto.CredentialSingleParseResponsecredentialSingleParse(com.authlete.common.dto.CredentialSingleParseRequest request, com.authlete.common.api.Options options)voiddeleteClient(long clientId, com.authlete.common.api.Options options)Call/api/client/delete/{clientId}API.voiddeleteClient(String clientId, com.authlete.common.api.Options options)Call/api/client/delete/{clientId}API.voiddeleteClientAuthorization(long clientId, String subject, com.authlete.common.api.Options options)voiddeleteGrantedScopes(long clientId, String subject, com.authlete.common.api.Options options)voiddeleteRequestableScopes(long clientId, com.authlete.common.api.Options options)Call/api/client/extension/requestable_scopes/delete/{clientId}API.voiddeleteService(long apiKey, com.authlete.common.api.Options options)Call/api/service/delete/{serviceApiKey}API.com.authlete.common.dto.DeviceAuthorizationResponsedeviceAuthorization(com.authlete.common.dto.DeviceAuthorizationRequest request, com.authlete.common.api.Options options)Call/api/device/authorizationAPI.com.authlete.common.dto.DeviceCompleteResponsedeviceComplete(com.authlete.common.dto.DeviceCompleteRequest request, com.authlete.common.api.Options options)Call/api/device/completeAPI.com.authlete.common.dto.DeviceVerificationResponsedeviceVerification(com.authlete.common.dto.DeviceVerificationRequest request, com.authlete.common.api.Options options)Call/api/device/verificationAPI.com.authlete.common.dto.ClientRegistrationResponsedynamicClientDelete(com.authlete.common.dto.ClientRegistrationRequest request, com.authlete.common.api.Options options)Call/api/client/registration/deleteAPI.com.authlete.common.dto.ClientRegistrationResponsedynamicClientGet(com.authlete.common.dto.ClientRegistrationRequest request, com.authlete.common.api.Options options)Call/api/client/registration/getAPI.com.authlete.common.dto.ClientRegistrationResponsedynamicClientRegister(com.authlete.common.dto.ClientRegistrationRequest request, com.authlete.common.api.Options options)Call/api/client/registrationAPI.com.authlete.common.dto.ClientRegistrationResponsedynamicClientUpdate(com.authlete.common.dto.ClientRegistrationRequest request, com.authlete.common.api.Options options)Call/api/client/registration/updateAPI.Map<String,String>echo(Map<String,String> parameters, com.authlete.common.api.Options options)com.authlete.common.dto.FederationConfigurationResponsefederationConfiguration(com.authlete.common.dto.FederationConfigurationRequest request, com.authlete.common.api.Options options)com.authlete.common.dto.FederationRegistrationResponsefederationRegistration(com.authlete.common.dto.FederationRegistrationRequest request, com.authlete.common.api.Options options)com.authlete.common.dto.ClientgetClient(long clientId, com.authlete.common.api.Options options)Call/api/client/get/{clientId}API.com.authlete.common.dto.ClientgetClient(String clientId, com.authlete.common.api.Options options)Call/api/client/get/{clientId}API.com.authlete.common.dto.AuthorizedClientListResponsegetClientAuthorizationList(com.authlete.common.dto.ClientAuthorizationGetListRequest request, com.authlete.common.api.Options options)com.authlete.common.dto.ClientListResponsegetClientList(int start, int end, com.authlete.common.api.Options options)com.authlete.common.dto.ClientListResponsegetClientList(com.authlete.common.api.Options options)Call/api/client/get/listAPI.com.authlete.common.dto.ClientListResponsegetClientList(String developer, int start, int end, com.authlete.common.api.Options options)com.authlete.common.dto.ClientListResponsegetClientList(String developer, com.authlete.common.api.Options options)com.authlete.common.dto.GrantedScopesGetResponsegetGrantedScopes(long clientId, String subject, com.authlete.common.api.Options options)String[]getRequestableScopes(long clientId, com.authlete.common.api.Options options)Call/api/client/extension/requestable_scopes/get/{clientId}API.com.authlete.common.dto.ServicegetService(long apiKey, com.authlete.common.api.Options options)Call/api/service/get/{serviceApiKey}API.StringgetServiceConfiguration(boolean pretty, com.authlete.common.api.Options options)Call/api/service/configurationAPIStringgetServiceConfiguration(com.authlete.common.api.Options options)Call/api/service/configurationAPIStringgetServiceConfiguration(com.authlete.common.dto.ServiceConfigurationRequest request, com.authlete.common.api.Options options)Call/api/service/configurationAPIStringgetServiceJwks(boolean pretty, boolean includePrivateKeys, com.authlete.common.api.Options options)Call/api/service/jwks/getAPIStringgetServiceJwks(com.authlete.common.api.Options options)Call/api/service/jwks/getAPIcom.authlete.common.dto.ServiceListResponsegetServiceList(int start, int end, com.authlete.common.api.Options options)com.authlete.common.dto.ServiceListResponsegetServiceList(com.authlete.common.api.Options options)Call/api/service/get/listAPI.com.authlete.common.dto.TokenCreateBatchStatusResponsegetTokenCreateBatchStatus(String requestId, com.authlete.common.api.Options options)com.authlete.common.dto.TokenListResponsegetTokenList(int start, int end, com.authlete.common.api.Options options)com.authlete.common.dto.TokenListResponsegetTokenList(int start, int end, com.authlete.common.types.TokenStatus tokenStatus, com.authlete.common.api.Options options)com.authlete.common.dto.TokenListResponsegetTokenList(com.authlete.common.api.Options options)com.authlete.common.dto.TokenListResponsegetTokenList(com.authlete.common.types.TokenStatus tokenStatus, com.authlete.common.api.Options options)com.authlete.common.dto.TokenListResponsegetTokenList(String clientIdentifier, String subject, int start, int end, com.authlete.common.api.Options options)com.authlete.common.dto.TokenListResponsegetTokenList(String clientIdentifier, String subject, int start, int end, com.authlete.common.types.TokenStatus tokenStatus, com.authlete.common.api.Options options)com.authlete.common.dto.TokenListResponsegetTokenList(String clientIdentifier, String subject, com.authlete.common.api.Options options)com.authlete.common.dto.TokenListResponsegetTokenList(String clientIdentifier, String subject, com.authlete.common.types.TokenStatus tokenStatus, com.authlete.common.api.Options options)com.authlete.common.dto.GMResponsegm(com.authlete.common.dto.GMRequest request, com.authlete.common.api.Options options)com.authlete.common.dto.HskResponsehskCreate(com.authlete.common.dto.HskCreateRequest request, com.authlete.common.api.Options options)com.authlete.common.dto.HskResponsehskDelete(String handle, com.authlete.common.api.Options options)com.authlete.common.dto.HskResponsehskGet(String handle, com.authlete.common.api.Options options)com.authlete.common.dto.HskListResponsehskGetList(com.authlete.common.api.Options options)com.authlete.common.dto.IDTokenReissueResponseidTokenReissue(com.authlete.common.dto.IDTokenReissueRequest request, com.authlete.common.api.Options options)com.authlete.common.dto.IntrospectionResponseintrospection(com.authlete.common.dto.IntrospectionRequest request, com.authlete.common.api.Options options)Call/api/auth/introspectionAPI.com.authlete.common.dto.NativeSsoResponsenativeSso(com.authlete.common.dto.NativeSsoRequest request, com.authlete.common.api.Options options)com.authlete.common.dto.PushedAuthReqResponsepushAuthorizationRequest(com.authlete.common.dto.PushedAuthReqRequest request, com.authlete.common.api.Options options)com.authlete.common.dto.ClientSecretRefreshResponserefreshClientSecret(long clientId, com.authlete.common.api.Options options)com.authlete.common.dto.ClientSecretRefreshResponserefreshClientSecret(String clientIdentifier, com.authlete.common.api.Options options)com.authlete.common.dto.RevocationResponserevocation(com.authlete.common.dto.RevocationRequest request, com.authlete.common.api.Options options)Call/api/auth/revocationAPI.String[]setRequestableScopes(long clientId, String[] scopes, com.authlete.common.api.Options options)com.authlete.common.dto.StandardIntrospectionResponsestandardIntrospection(com.authlete.common.dto.StandardIntrospectionRequest request, com.authlete.common.api.Options options)Call/api/auth/introspection/standardAPI.com.authlete.common.dto.TokenResponsetoken(com.authlete.common.dto.TokenRequest request, com.authlete.common.api.Options options)Call/api/auth/tokenAPI.com.authlete.common.dto.TokenCreateResponsetokenCreate(com.authlete.common.dto.TokenCreateRequest request, com.authlete.common.api.Options options)Call/api/auth/token/createAPI.com.authlete.common.dto.TokenCreateBatchResponsetokenCreateBatch(com.authlete.common.dto.TokenCreateRequest[] tokenCreateRequests, boolean dryRun, com.authlete.common.api.Options options)voidtokenDelete(String token, com.authlete.common.api.Options options)Call/api/auth/token/delete/{token}API.com.authlete.common.dto.TokenFailResponsetokenFail(com.authlete.common.dto.TokenFailRequest request, com.authlete.common.api.Options options)Call/api/auth/token/failAPI.com.authlete.common.dto.TokenIssueResponsetokenIssue(com.authlete.common.dto.TokenIssueRequest request, com.authlete.common.api.Options options)Call/api/auth/token/issueAPI.com.authlete.common.dto.TokenRevokeResponsetokenRevoke(com.authlete.common.dto.TokenRevokeRequest request, com.authlete.common.api.Options options)Call/api/auth/token/revokeAPI.com.authlete.common.dto.TokenUpdateResponsetokenUpdate(com.authlete.common.dto.TokenUpdateRequest request, com.authlete.common.api.Options options)Call/api/auth/token/updateAPI.com.authlete.common.dto.ClientupdateClient(com.authlete.common.dto.Client client, com.authlete.common.api.Options options)Call/api/client/update/{clientId}API.voidupdateClientAuthorization(long clientId, com.authlete.common.dto.ClientAuthorizationUpdateRequest request, com.authlete.common.api.Options options)voidupdateClientLockFlag(String clientIdentifier, boolean clientLocked, com.authlete.common.api.Options options)com.authlete.common.dto.ClientSecretUpdateResponseupdateClientSecret(long clientId, String clientSecret, com.authlete.common.api.Options options)com.authlete.common.dto.ClientSecretUpdateResponseupdateClientSecret(String clientIdentifier, String clientSecret, com.authlete.common.api.Options options)com.authlete.common.dto.ServiceupdateService(com.authlete.common.dto.Service service, com.authlete.common.api.Options options)Call/api/service/update/{serviceApiKey}API.com.authlete.common.dto.UserInfoResponseuserinfo(com.authlete.common.dto.UserInfoRequest request, com.authlete.common.api.Options options)Call/api/auth/userinfoAPI.com.authlete.common.dto.UserInfoIssueResponseuserinfoIssue(com.authlete.common.dto.UserInfoIssueRequest request, com.authlete.common.api.Options options)Call/api/auth/userinfo/issueAPI.com.authlete.common.dto.JoseVerifyResponseverifyJose(com.authlete.common.dto.JoseVerifyRequest request, com.authlete.common.api.Options options)Call/api/jose/verifyAPI.-
Methods inherited from class com.authlete.jaxrs.api.AuthleteApiJaxrsImpl
callDeleteApi, callGetApi, callPostApi, executeApiCall, getJaxRsClientBuilder, getSettings, getTarget, isDpopEnabled, setCustomRequestHeaders, setJaxRsClientBuilder, wrapWithDpop
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.authlete.common.api.AuthleteApi
authorization, authorizationFail, authorizationIssue, authorizationTicketInfo, authorizationTicketUpdate, backchannelAuthentication, backchannelAuthenticationComplete, backchannelAuthenticationFail, backchannelAuthenticationIssue, createClient, createService, credentialBatchIssue, credentialBatchParse, credentialDeferredIssue, credentialDeferredParse, credentialIssuerJwks, credentialIssuerMetadata, credentialJwtIssuerMetadata, credentialOfferCreate, credentialOfferInfo, credentialSingleIssue, credentialSingleParse, deleteClient, deleteClient, deleteClientAuthorization, deleteGrantedScopes, deleteRequestableScopes, deleteService, deviceAuthorization, deviceComplete, deviceVerification, dynamicClientDelete, dynamicClientGet, dynamicClientRegister, dynamicClientUpdate, echo, federationConfiguration, federationRegistration, getClient, getClient, getClientAuthorizationList, getClientList, getClientList, getClientList, getClientList, getGrantedScopes, getRequestableScopes, getService, getServiceConfiguration, getServiceConfiguration, getServiceConfiguration, getServiceJwks, getServiceJwks, getServiceList, getServiceList, getTokenCreateBatchStatus, getTokenList, getTokenList, getTokenList, getTokenList, getTokenList, getTokenList, getTokenList, getTokenList, gm, hskCreate, hskDelete, hskGet, hskGetList, idTokenReissue, introspection, pushAuthorizationRequest, refreshClientSecret, refreshClientSecret, revocation, setRequestableScopes, standardIntrospection, token, tokenCreate, tokenCreateBatch, tokenDelete, tokenFail, tokenIssue, tokenRevoke, tokenUpdate, updateClient, updateClientAuthorization, updateClientLockFlag, updateClientSecret, updateClientSecret, updateService, userinfo, userinfoIssue, verifyJose
-
-
-
-
Constructor Detail
-
AuthleteApiImpl
public AuthleteApiImpl(com.authlete.common.conf.AuthleteConfiguration configuration)
The constructor with an instance ofAuthleteConfiguration.The existence of a constructor of this type is a required by
AuthleteApiFactory.- Parameters:
configuration- An instance ofAuthleteConfiguration.
-
-
Method Detail
-
authorization
public com.authlete.common.dto.AuthorizationResponse authorization(com.authlete.common.dto.AuthorizationRequest request, com.authlete.common.api.Options options) throws com.authlete.common.api.AuthleteApiExceptionCall/api/auth/authorizationAPI.- Throws:
com.authlete.common.api.AuthleteApiException
-
authorizationFail
public com.authlete.common.dto.AuthorizationFailResponse authorizationFail(com.authlete.common.dto.AuthorizationFailRequest request, com.authlete.common.api.Options options) throws com.authlete.common.api.AuthleteApiExceptionCall/api/auth/authorization/failAPI.- Throws:
com.authlete.common.api.AuthleteApiException
-
authorizationIssue
public com.authlete.common.dto.AuthorizationIssueResponse authorizationIssue(com.authlete.common.dto.AuthorizationIssueRequest request, com.authlete.common.api.Options options) throws com.authlete.common.api.AuthleteApiExceptionCall/api/auth/authorization/issueAPI.- Throws:
com.authlete.common.api.AuthleteApiException
-
token
public com.authlete.common.dto.TokenResponse token(com.authlete.common.dto.TokenRequest request, com.authlete.common.api.Options options) throws com.authlete.common.api.AuthleteApiExceptionCall/api/auth/tokenAPI.- Throws:
com.authlete.common.api.AuthleteApiException
-
tokenCreate
public com.authlete.common.dto.TokenCreateResponse tokenCreate(com.authlete.common.dto.TokenCreateRequest request, com.authlete.common.api.Options options) throws com.authlete.common.api.AuthleteApiExceptionCall/api/auth/token/createAPI.- Throws:
com.authlete.common.api.AuthleteApiException
-
tokenDelete
public void tokenDelete(String token, com.authlete.common.api.Options options) throws com.authlete.common.api.AuthleteApiException
Call/api/auth/token/delete/{token}API.- Throws:
com.authlete.common.api.AuthleteApiException
-
tokenFail
public com.authlete.common.dto.TokenFailResponse tokenFail(com.authlete.common.dto.TokenFailRequest request, com.authlete.common.api.Options options) throws com.authlete.common.api.AuthleteApiExceptionCall/api/auth/token/failAPI.- Throws:
com.authlete.common.api.AuthleteApiException
-
tokenIssue
public com.authlete.common.dto.TokenIssueResponse tokenIssue(com.authlete.common.dto.TokenIssueRequest request, com.authlete.common.api.Options options) throws com.authlete.common.api.AuthleteApiExceptionCall/api/auth/token/issueAPI.- Throws:
com.authlete.common.api.AuthleteApiException
-
tokenRevoke
public com.authlete.common.dto.TokenRevokeResponse tokenRevoke(com.authlete.common.dto.TokenRevokeRequest request, com.authlete.common.api.Options options) throws com.authlete.common.api.AuthleteApiExceptionCall/api/auth/token/revokeAPI.- Throws:
com.authlete.common.api.AuthleteApiException
-
tokenUpdate
public com.authlete.common.dto.TokenUpdateResponse tokenUpdate(com.authlete.common.dto.TokenUpdateRequest request, com.authlete.common.api.Options options) throws com.authlete.common.api.AuthleteApiExceptionCall/api/auth/token/updateAPI.- Throws:
com.authlete.common.api.AuthleteApiException
-
getTokenList
public com.authlete.common.dto.TokenListResponse getTokenList(com.authlete.common.api.Options options) throws com.authlete.common.api.AuthleteApiException- Throws:
com.authlete.common.api.AuthleteApiException
-
getTokenList
public com.authlete.common.dto.TokenListResponse getTokenList(com.authlete.common.types.TokenStatus tokenStatus, com.authlete.common.api.Options options) throws com.authlete.common.api.AuthleteApiException- Throws:
com.authlete.common.api.AuthleteApiException
-
getTokenList
public com.authlete.common.dto.TokenListResponse getTokenList(String clientIdentifier, String subject, com.authlete.common.api.Options options) throws com.authlete.common.api.AuthleteApiException
- Throws:
com.authlete.common.api.AuthleteApiException
-
getTokenList
public com.authlete.common.dto.TokenListResponse getTokenList(String clientIdentifier, String subject, com.authlete.common.types.TokenStatus tokenStatus, com.authlete.common.api.Options options) throws com.authlete.common.api.AuthleteApiException
- Throws:
com.authlete.common.api.AuthleteApiException
-
getTokenList
public com.authlete.common.dto.TokenListResponse getTokenList(int start, int end, com.authlete.common.api.Options options) throws com.authlete.common.api.AuthleteApiException- Throws:
com.authlete.common.api.AuthleteApiException
-
getTokenList
public com.authlete.common.dto.TokenListResponse getTokenList(int start, int end, com.authlete.common.types.TokenStatus tokenStatus, com.authlete.common.api.Options options) throws com.authlete.common.api.AuthleteApiException- Throws:
com.authlete.common.api.AuthleteApiException
-
getTokenList
public com.authlete.common.dto.TokenListResponse getTokenList(String clientIdentifier, String subject, int start, int end, com.authlete.common.api.Options options) throws com.authlete.common.api.AuthleteApiException
- Throws:
com.authlete.common.api.AuthleteApiException
-
getTokenList
public com.authlete.common.dto.TokenListResponse getTokenList(String clientIdentifier, String subject, int start, int end, com.authlete.common.types.TokenStatus tokenStatus, com.authlete.common.api.Options options) throws com.authlete.common.api.AuthleteApiException
- Throws:
com.authlete.common.api.AuthleteApiException
-
revocation
public com.authlete.common.dto.RevocationResponse revocation(com.authlete.common.dto.RevocationRequest request, com.authlete.common.api.Options options) throws com.authlete.common.api.AuthleteApiExceptionCall/api/auth/revocationAPI.- Throws:
com.authlete.common.api.AuthleteApiException
-
userinfo
public com.authlete.common.dto.UserInfoResponse userinfo(com.authlete.common.dto.UserInfoRequest request, com.authlete.common.api.Options options) throws com.authlete.common.api.AuthleteApiExceptionCall/api/auth/userinfoAPI.- Throws:
com.authlete.common.api.AuthleteApiException
-
userinfoIssue
public com.authlete.common.dto.UserInfoIssueResponse userinfoIssue(com.authlete.common.dto.UserInfoIssueRequest request, com.authlete.common.api.Options options) throws com.authlete.common.api.AuthleteApiExceptionCall/api/auth/userinfo/issueAPI.- Throws:
com.authlete.common.api.AuthleteApiException
-
introspection
public com.authlete.common.dto.IntrospectionResponse introspection(com.authlete.common.dto.IntrospectionRequest request, com.authlete.common.api.Options options) throws com.authlete.common.api.AuthleteApiExceptionCall/api/auth/introspectionAPI.- Throws:
com.authlete.common.api.AuthleteApiException
-
standardIntrospection
public com.authlete.common.dto.StandardIntrospectionResponse standardIntrospection(com.authlete.common.dto.StandardIntrospectionRequest request, com.authlete.common.api.Options options) throws com.authlete.common.api.AuthleteApiExceptionCall/api/auth/introspection/standardAPI.- Throws:
com.authlete.common.api.AuthleteApiException
-
createService
public com.authlete.common.dto.Service createService(com.authlete.common.dto.Service service, com.authlete.common.api.Options options) throws com.authlete.common.api.AuthleteApiExceptionCall/api/service/createAPI.- Throws:
com.authlete.common.api.AuthleteApiException
-
createServie
@Deprecated public com.authlete.common.dto.Service createServie(com.authlete.common.dto.Service service) throws com.authlete.common.api.AuthleteApiException
Deprecated.Call/api/service/createAPI.- Throws:
com.authlete.common.api.AuthleteApiException
-
deleteService
public void deleteService(long apiKey, com.authlete.common.api.Options options) throws com.authlete.common.api.AuthleteApiExceptionCall/api/service/delete/{serviceApiKey}API.- Throws:
com.authlete.common.api.AuthleteApiException
-
getService
public com.authlete.common.dto.Service getService(long apiKey, com.authlete.common.api.Options options) throws com.authlete.common.api.AuthleteApiExceptionCall/api/service/get/{serviceApiKey}API.- Throws:
com.authlete.common.api.AuthleteApiException
-
getServiceList
public com.authlete.common.dto.ServiceListResponse getServiceList(com.authlete.common.api.Options options) throws com.authlete.common.api.AuthleteApiExceptionCall/api/service/get/listAPI.- Throws:
com.authlete.common.api.AuthleteApiException
-
getServiceList
public com.authlete.common.dto.ServiceListResponse getServiceList(int start, int end, com.authlete.common.api.Options options) throws com.authlete.common.api.AuthleteApiException- Throws:
com.authlete.common.api.AuthleteApiException
-
updateService
public com.authlete.common.dto.Service updateService(com.authlete.common.dto.Service service, com.authlete.common.api.Options options) throws com.authlete.common.api.AuthleteApiExceptionCall/api/service/update/{serviceApiKey}API.- Throws:
com.authlete.common.api.AuthleteApiException
-
getServiceJwks
public String getServiceJwks(com.authlete.common.api.Options options) throws com.authlete.common.api.AuthleteApiException
Call/api/service/jwks/getAPI- Throws:
com.authlete.common.api.AuthleteApiException
-
getServiceJwks
public String getServiceJwks(boolean pretty, boolean includePrivateKeys, com.authlete.common.api.Options options) throws com.authlete.common.api.AuthleteApiException
Call/api/service/jwks/getAPI- Throws:
com.authlete.common.api.AuthleteApiException
-
getServiceConfiguration
public String getServiceConfiguration(com.authlete.common.api.Options options) throws com.authlete.common.api.AuthleteApiException
Call/api/service/configurationAPI- Throws:
com.authlete.common.api.AuthleteApiException
-
getServiceConfiguration
public String getServiceConfiguration(boolean pretty, com.authlete.common.api.Options options) throws com.authlete.common.api.AuthleteApiException
Call/api/service/configurationAPI- Throws:
com.authlete.common.api.AuthleteApiException
-
getServiceConfiguration
public String getServiceConfiguration(com.authlete.common.dto.ServiceConfigurationRequest request, com.authlete.common.api.Options options) throws com.authlete.common.api.AuthleteApiException
Call/api/service/configurationAPI- Throws:
com.authlete.common.api.AuthleteApiException
-
createClient
public com.authlete.common.dto.Client createClient(com.authlete.common.dto.Client client, com.authlete.common.api.Options options) throws com.authlete.common.api.AuthleteApiExceptionCall/api/client/createAPI.- Throws:
com.authlete.common.api.AuthleteApiException
-
dynamicClientRegister
public com.authlete.common.dto.ClientRegistrationResponse dynamicClientRegister(com.authlete.common.dto.ClientRegistrationRequest request, com.authlete.common.api.Options options) throws com.authlete.common.api.AuthleteApiExceptionCall/api/client/registrationAPI.- Throws:
com.authlete.common.api.AuthleteApiException
-
dynamicClientGet
public com.authlete.common.dto.ClientRegistrationResponse dynamicClientGet(com.authlete.common.dto.ClientRegistrationRequest request, com.authlete.common.api.Options options) throws com.authlete.common.api.AuthleteApiExceptionCall/api/client/registration/getAPI.- Throws:
com.authlete.common.api.AuthleteApiException
-
dynamicClientUpdate
public com.authlete.common.dto.ClientRegistrationResponse dynamicClientUpdate(com.authlete.common.dto.ClientRegistrationRequest request, com.authlete.common.api.Options options) throws com.authlete.common.api.AuthleteApiExceptionCall/api/client/registration/updateAPI.- Throws:
com.authlete.common.api.AuthleteApiException
-
dynamicClientDelete
public com.authlete.common.dto.ClientRegistrationResponse dynamicClientDelete(com.authlete.common.dto.ClientRegistrationRequest request, com.authlete.common.api.Options options) throws com.authlete.common.api.AuthleteApiExceptionCall/api/client/registration/deleteAPI.- Throws:
com.authlete.common.api.AuthleteApiException
-
deleteClient
public void deleteClient(long clientId, com.authlete.common.api.Options options) throws com.authlete.common.api.AuthleteApiExceptionCall/api/client/delete/{clientId}API.- Throws:
com.authlete.common.api.AuthleteApiException
-
deleteClient
public void deleteClient(String clientId, com.authlete.common.api.Options options) throws com.authlete.common.api.AuthleteApiException
Call/api/client/delete/{clientId}API.- Throws:
com.authlete.common.api.AuthleteApiException
-
getClient
public com.authlete.common.dto.Client getClient(long clientId, com.authlete.common.api.Options options) throws com.authlete.common.api.AuthleteApiExceptionCall/api/client/get/{clientId}API.- Throws:
com.authlete.common.api.AuthleteApiException
-
getClient
public com.authlete.common.dto.Client getClient(String clientId, com.authlete.common.api.Options options) throws com.authlete.common.api.AuthleteApiException
Call/api/client/get/{clientId}API.- Throws:
com.authlete.common.api.AuthleteApiException
-
getClientList
public com.authlete.common.dto.ClientListResponse getClientList(com.authlete.common.api.Options options) throws com.authlete.common.api.AuthleteApiExceptionCall/api/client/get/listAPI.- Throws:
com.authlete.common.api.AuthleteApiException
-
getClientList
public com.authlete.common.dto.ClientListResponse getClientList(String developer, com.authlete.common.api.Options options) throws com.authlete.common.api.AuthleteApiException
- Throws:
com.authlete.common.api.AuthleteApiException
-
getClientList
public com.authlete.common.dto.ClientListResponse getClientList(int start, int end, com.authlete.common.api.Options options) throws com.authlete.common.api.AuthleteApiException- Throws:
com.authlete.common.api.AuthleteApiException
-
getClientList
public com.authlete.common.dto.ClientListResponse getClientList(String developer, int start, int end, com.authlete.common.api.Options options) throws com.authlete.common.api.AuthleteApiException
- Throws:
com.authlete.common.api.AuthleteApiException
-
updateClient
public com.authlete.common.dto.Client updateClient(com.authlete.common.dto.Client client, com.authlete.common.api.Options options) throws com.authlete.common.api.AuthleteApiExceptionCall/api/client/update/{clientId}API.- Throws:
com.authlete.common.api.AuthleteApiException
-
getRequestableScopes
public String[] getRequestableScopes(long clientId, com.authlete.common.api.Options options) throws com.authlete.common.api.AuthleteApiException
Call/api/client/extension/requestable_scopes/get/{clientId}API.- Throws:
com.authlete.common.api.AuthleteApiException
-
setRequestableScopes
public String[] setRequestableScopes(long clientId, String[] scopes, com.authlete.common.api.Options options) throws com.authlete.common.api.AuthleteApiException
- Throws:
com.authlete.common.api.AuthleteApiException
-
deleteRequestableScopes
public void deleteRequestableScopes(long clientId, com.authlete.common.api.Options options) throws com.authlete.common.api.AuthleteApiExceptionCall/api/client/extension/requestable_scopes/delete/{clientId}API.- Throws:
com.authlete.common.api.AuthleteApiException
-
getGrantedScopes
public com.authlete.common.dto.GrantedScopesGetResponse getGrantedScopes(long clientId, String subject, com.authlete.common.api.Options options)
-
deleteGrantedScopes
public void deleteGrantedScopes(long clientId, String subject, com.authlete.common.api.Options options)
-
deleteClientAuthorization
public void deleteClientAuthorization(long clientId, String subject, com.authlete.common.api.Options options) throws com.authlete.common.api.AuthleteApiException- Throws:
com.authlete.common.api.AuthleteApiException
-
getClientAuthorizationList
public com.authlete.common.dto.AuthorizedClientListResponse getClientAuthorizationList(com.authlete.common.dto.ClientAuthorizationGetListRequest request, com.authlete.common.api.Options options) throws com.authlete.common.api.AuthleteApiException- Throws:
com.authlete.common.api.AuthleteApiException
-
updateClientAuthorization
public void updateClientAuthorization(long clientId, com.authlete.common.dto.ClientAuthorizationUpdateRequest request, com.authlete.common.api.Options options) throws com.authlete.common.api.AuthleteApiException- Throws:
com.authlete.common.api.AuthleteApiException
-
refreshClientSecret
public com.authlete.common.dto.ClientSecretRefreshResponse refreshClientSecret(long clientId, com.authlete.common.api.Options options) throws com.authlete.common.api.AuthleteApiException- Throws:
com.authlete.common.api.AuthleteApiException
-
refreshClientSecret
public com.authlete.common.dto.ClientSecretRefreshResponse refreshClientSecret(String clientIdentifier, com.authlete.common.api.Options options) throws com.authlete.common.api.AuthleteApiException
- Throws:
com.authlete.common.api.AuthleteApiException
-
updateClientSecret
public com.authlete.common.dto.ClientSecretUpdateResponse updateClientSecret(long clientId, String clientSecret, com.authlete.common.api.Options options) throws com.authlete.common.api.AuthleteApiException- Throws:
com.authlete.common.api.AuthleteApiException
-
updateClientSecret
public com.authlete.common.dto.ClientSecretUpdateResponse updateClientSecret(String clientIdentifier, String clientSecret, com.authlete.common.api.Options options) throws com.authlete.common.api.AuthleteApiException
- Throws:
com.authlete.common.api.AuthleteApiException
-
verifyJose
public com.authlete.common.dto.JoseVerifyResponse verifyJose(com.authlete.common.dto.JoseVerifyRequest request, com.authlete.common.api.Options options) throws com.authlete.common.api.AuthleteApiExceptionCall/api/jose/verifyAPI.- Throws:
com.authlete.common.api.AuthleteApiException
-
backchannelAuthentication
public com.authlete.common.dto.BackchannelAuthenticationResponse backchannelAuthentication(com.authlete.common.dto.BackchannelAuthenticationRequest request, com.authlete.common.api.Options options) throws com.authlete.common.api.AuthleteApiExceptionCall/api/backchannel/authenticationAPI.- Throws:
com.authlete.common.api.AuthleteApiException
-
backchannelAuthenticationIssue
public com.authlete.common.dto.BackchannelAuthenticationIssueResponse backchannelAuthenticationIssue(com.authlete.common.dto.BackchannelAuthenticationIssueRequest request, com.authlete.common.api.Options options) throws com.authlete.common.api.AuthleteApiExceptionCall/api/backchannel/authentication/issueAPI.- Throws:
com.authlete.common.api.AuthleteApiException
-
backchannelAuthenticationFail
public com.authlete.common.dto.BackchannelAuthenticationFailResponse backchannelAuthenticationFail(com.authlete.common.dto.BackchannelAuthenticationFailRequest request, com.authlete.common.api.Options options) throws com.authlete.common.api.AuthleteApiExceptionCall/api/backchannel/authentication/failAPI.- Throws:
com.authlete.common.api.AuthleteApiException
-
backchannelAuthenticationComplete
public com.authlete.common.dto.BackchannelAuthenticationCompleteResponse backchannelAuthenticationComplete(com.authlete.common.dto.BackchannelAuthenticationCompleteRequest request, com.authlete.common.api.Options options) throws com.authlete.common.api.AuthleteApiExceptionCall/api/backchannel/authentication/completeAPI.- Throws:
com.authlete.common.api.AuthleteApiException
-
deviceAuthorization
public com.authlete.common.dto.DeviceAuthorizationResponse deviceAuthorization(com.authlete.common.dto.DeviceAuthorizationRequest request, com.authlete.common.api.Options options) throws com.authlete.common.api.AuthleteApiExceptionCall/api/device/authorizationAPI.- Throws:
com.authlete.common.api.AuthleteApiException
-
deviceComplete
public com.authlete.common.dto.DeviceCompleteResponse deviceComplete(com.authlete.common.dto.DeviceCompleteRequest request, com.authlete.common.api.Options options) throws com.authlete.common.api.AuthleteApiExceptionCall/api/device/completeAPI.- Throws:
com.authlete.common.api.AuthleteApiException
-
deviceVerification
public com.authlete.common.dto.DeviceVerificationResponse deviceVerification(com.authlete.common.dto.DeviceVerificationRequest request, com.authlete.common.api.Options options) throws com.authlete.common.api.AuthleteApiExceptionCall/api/device/verificationAPI.- Throws:
com.authlete.common.api.AuthleteApiException
-
pushAuthorizationRequest
public com.authlete.common.dto.PushedAuthReqResponse pushAuthorizationRequest(com.authlete.common.dto.PushedAuthReqRequest request, com.authlete.common.api.Options options) throws com.authlete.common.api.AuthleteApiException- Throws:
com.authlete.common.api.AuthleteApiException
-
hskCreate
public com.authlete.common.dto.HskResponse hskCreate(com.authlete.common.dto.HskCreateRequest request, com.authlete.common.api.Options options) throws com.authlete.common.api.AuthleteApiException- Throws:
com.authlete.common.api.AuthleteApiException
-
hskDelete
public com.authlete.common.dto.HskResponse hskDelete(String handle, com.authlete.common.api.Options options) throws com.authlete.common.api.AuthleteApiException
- Throws:
com.authlete.common.api.AuthleteApiException
-
hskGet
public com.authlete.common.dto.HskResponse hskGet(String handle, com.authlete.common.api.Options options) throws com.authlete.common.api.AuthleteApiException
- Throws:
com.authlete.common.api.AuthleteApiException
-
hskGetList
public com.authlete.common.dto.HskListResponse hskGetList(com.authlete.common.api.Options options) throws com.authlete.common.api.AuthleteApiException- Throws:
com.authlete.common.api.AuthleteApiException
-
echo
public Map<String,String> echo(Map<String,String> parameters, com.authlete.common.api.Options options) throws com.authlete.common.api.AuthleteApiException
- Throws:
com.authlete.common.api.AuthleteApiException
-
gm
public com.authlete.common.dto.GMResponse gm(com.authlete.common.dto.GMRequest request, com.authlete.common.api.Options options) throws com.authlete.common.api.AuthleteApiException- Throws:
com.authlete.common.api.AuthleteApiException
-
updateClientLockFlag
public void updateClientLockFlag(String clientIdentifier, boolean clientLocked, com.authlete.common.api.Options options) throws com.authlete.common.api.AuthleteApiException
- Throws:
com.authlete.common.api.AuthleteApiException
-
federationConfiguration
public com.authlete.common.dto.FederationConfigurationResponse federationConfiguration(com.authlete.common.dto.FederationConfigurationRequest request, com.authlete.common.api.Options options) throws com.authlete.common.api.AuthleteApiException- Throws:
com.authlete.common.api.AuthleteApiException
-
federationRegistration
public com.authlete.common.dto.FederationRegistrationResponse federationRegistration(com.authlete.common.dto.FederationRegistrationRequest request, com.authlete.common.api.Options options) throws com.authlete.common.api.AuthleteApiException- Throws:
com.authlete.common.api.AuthleteApiException
-
credentialIssuerMetadata
public com.authlete.common.dto.CredentialIssuerMetadataResponse credentialIssuerMetadata(com.authlete.common.dto.CredentialIssuerMetadataRequest request, com.authlete.common.api.Options options) throws com.authlete.common.api.AuthleteApiException- Throws:
com.authlete.common.api.AuthleteApiException
-
credentialJwtIssuerMetadata
public com.authlete.common.dto.CredentialJwtIssuerMetadataResponse credentialJwtIssuerMetadata(com.authlete.common.dto.CredentialJwtIssuerMetadataRequest request, com.authlete.common.api.Options options) throws com.authlete.common.api.AuthleteApiException- Throws:
com.authlete.common.api.AuthleteApiException
-
credentialIssuerJwks
public com.authlete.common.dto.CredentialIssuerJwksResponse credentialIssuerJwks(com.authlete.common.dto.CredentialIssuerJwksRequest request, com.authlete.common.api.Options options) throws com.authlete.common.api.AuthleteApiException- Throws:
com.authlete.common.api.AuthleteApiException
-
credentialOfferCreate
public com.authlete.common.dto.CredentialOfferCreateResponse credentialOfferCreate(com.authlete.common.dto.CredentialOfferCreateRequest request, com.authlete.common.api.Options options) throws com.authlete.common.api.AuthleteApiException- Throws:
com.authlete.common.api.AuthleteApiException
-
credentialOfferInfo
public com.authlete.common.dto.CredentialOfferInfoResponse credentialOfferInfo(com.authlete.common.dto.CredentialOfferInfoRequest request, com.authlete.common.api.Options options) throws com.authlete.common.api.AuthleteApiException- Throws:
com.authlete.common.api.AuthleteApiException
-
credentialSingleParse
public com.authlete.common.dto.CredentialSingleParseResponse credentialSingleParse(com.authlete.common.dto.CredentialSingleParseRequest request, com.authlete.common.api.Options options) throws com.authlete.common.api.AuthleteApiException- Throws:
com.authlete.common.api.AuthleteApiException
-
credentialSingleIssue
public com.authlete.common.dto.CredentialSingleIssueResponse credentialSingleIssue(com.authlete.common.dto.CredentialSingleIssueRequest request, com.authlete.common.api.Options options) throws com.authlete.common.api.AuthleteApiException- Throws:
com.authlete.common.api.AuthleteApiException
-
credentialBatchParse
public com.authlete.common.dto.CredentialBatchParseResponse credentialBatchParse(com.authlete.common.dto.CredentialBatchParseRequest request, com.authlete.common.api.Options options) throws com.authlete.common.api.AuthleteApiException- Throws:
com.authlete.common.api.AuthleteApiException
-
credentialBatchIssue
public com.authlete.common.dto.CredentialBatchIssueResponse credentialBatchIssue(com.authlete.common.dto.CredentialBatchIssueRequest request, com.authlete.common.api.Options options) throws com.authlete.common.api.AuthleteApiException- Throws:
com.authlete.common.api.AuthleteApiException
-
credentialDeferredParse
public com.authlete.common.dto.CredentialDeferredParseResponse credentialDeferredParse(com.authlete.common.dto.CredentialDeferredParseRequest request, com.authlete.common.api.Options options) throws com.authlete.common.api.AuthleteApiException- Throws:
com.authlete.common.api.AuthleteApiException
-
credentialDeferredIssue
public com.authlete.common.dto.CredentialDeferredIssueResponse credentialDeferredIssue(com.authlete.common.dto.CredentialDeferredIssueRequest request, com.authlete.common.api.Options options) throws com.authlete.common.api.AuthleteApiException- Throws:
com.authlete.common.api.AuthleteApiException
-
idTokenReissue
public com.authlete.common.dto.IDTokenReissueResponse idTokenReissue(com.authlete.common.dto.IDTokenReissueRequest request, com.authlete.common.api.Options options) throws com.authlete.common.api.AuthleteApiException- Throws:
com.authlete.common.api.AuthleteApiException
-
authorizationTicketInfo
public com.authlete.common.dto.AuthorizationTicketInfoResponse authorizationTicketInfo(com.authlete.common.dto.AuthorizationTicketInfoRequest request, com.authlete.common.api.Options options) throws com.authlete.common.api.AuthleteApiException- Throws:
com.authlete.common.api.AuthleteApiException
-
authorizationTicketUpdate
public com.authlete.common.dto.AuthorizationTicketUpdateResponse authorizationTicketUpdate(com.authlete.common.dto.AuthorizationTicketUpdateRequest request, com.authlete.common.api.Options options) throws com.authlete.common.api.AuthleteApiException- Throws:
com.authlete.common.api.AuthleteApiException
-
tokenCreateBatch
public com.authlete.common.dto.TokenCreateBatchResponse tokenCreateBatch(com.authlete.common.dto.TokenCreateRequest[] tokenCreateRequests, boolean dryRun, com.authlete.common.api.Options options) throws com.authlete.common.api.AuthleteApiException- Throws:
com.authlete.common.api.AuthleteApiException
-
getTokenCreateBatchStatus
public com.authlete.common.dto.TokenCreateBatchStatusResponse getTokenCreateBatchStatus(String requestId, com.authlete.common.api.Options options) throws com.authlete.common.api.AuthleteApiException
- Throws:
com.authlete.common.api.AuthleteApiException
-
nativeSso
public com.authlete.common.dto.NativeSsoResponse nativeSso(com.authlete.common.dto.NativeSsoRequest request, com.authlete.common.api.Options options) throws com.authlete.common.api.AuthleteApiException- Throws:
com.authlete.common.api.AuthleteApiException
-
-