- GENDER - Static variable in class com.authlete.common.types.StandardClaims
-
End-User's gender.
- generate() - Method in class com.authlete.common.util.UserCodeGenerator
-
Generate a user code.
- get(String, boolean) - Method in class com.authlete.common.util.TypedProperties
-
- get(Enum<?>, boolean) - Method in class com.authlete.common.util.TypedProperties
-
- get(String, float) - Method in class com.authlete.common.util.TypedProperties
-
Equivalent to
getFloat(key, defaultValue).
- get(Enum<?>, float) - Method in class com.authlete.common.util.TypedProperties
-
Equivalent to
getFloat(key, defaultValue).
- get(String, int) - Method in class com.authlete.common.util.TypedProperties
-
Equivalent to
getInt(key, defaultValue).
- get(Enum<?>, int) - Method in class com.authlete.common.util.TypedProperties
-
Equivalent to
getInt(key, defaultValue).
- get(String, long) - Method in class com.authlete.common.util.TypedProperties
-
Equivalent to
getLong(key, defaultValue).
- get(Enum<?>, long) - Method in class com.authlete.common.util.TypedProperties
-
Equivalent to
getLong(key, defaultValue).
- get(String, Class<TEnum>, TEnum) - Method in class com.authlete.common.util.TypedProperties
-
Equivalent to
getEnum(key, enumClass, defaultValue).
- get(String, TEnum) - Method in class com.authlete.common.util.TypedProperties
-
Equivalent to
getEnum(key, (Class<TEnum>)defaultValue.getClass(), defaultValue).
- get(Enum<?>, Class<TEnum>, TEnum) - Method in class com.authlete.common.util.TypedProperties
-
Equivalent to
getEnum(key, enumClass, defaultValue).
- get(Enum<?>, TEnum) - Method in class com.authlete.common.util.TypedProperties
-
Equivalent to
getEnum(key, (Class<TEnum>)defaultValue.getClass(), defaultValue).
- get(String, String) - Method in class com.authlete.common.util.TypedProperties
-
- get(String) - Method in class com.authlete.common.util.TypedProperties
-
- get(Enum<?>, String) - Method in class com.authlete.common.util.TypedProperties
-
- get(Enum<?>) - Method in class com.authlete.common.util.TypedProperties
-
- getAccessToken() - Method in class com.authlete.common.dto.AuthenticationCallbackRequest
-
Get the access token returned by the SNS which the end-user
used for social login.
- getAccessToken() - Method in class com.authlete.common.dto.AuthorizationIssueResponse
-
Get the access token.
- getAccessToken() - Method in class com.authlete.common.dto.BackchannelAuthenticationCompleteResponse
-
Get the issued access token.
- getAccessToken() - Method in class com.authlete.common.dto.DeveloperAuthenticationCallbackRequest
-
Get the access token returned by the SNS which the developer
used for social login.
- getAccessToken() - Method in class com.authlete.common.dto.TokenCreateRequest
-
Get the access token.
- getAccessToken() - Method in class com.authlete.common.dto.TokenCreateResponse
-
Get the newly issued access token.
- getAccessToken() - Method in class com.authlete.common.dto.TokenIssueResponse
-
Get the newly issued access token.
- getAccessToken() - Method in class com.authlete.common.dto.TokenResponse
-
Get the newly issued access token.
- getAccessToken() - Method in class com.authlete.common.dto.TokenUpdateRequest
-
Get the access token to update.
- getAccessToken() - Method in class com.authlete.common.dto.TokenUpdateResponse
-
- getAccessTokenDuration() - Method in class com.authlete.common.dto.AuthorizationIssueResponse
-
Get the duration of the access token in seconds.
- getAccessTokenDuration() - Method in class com.authlete.common.dto.BackchannelAuthenticationCompleteResponse
-
Get the duration of the access token in seconds.
- getAccessTokenDuration() - Method in class com.authlete.common.dto.Service
-
Get the duration of access tokens in seconds; the value of
expires_in in access token responses.
- getAccessTokenDuration() - Method in class com.authlete.common.dto.TokenCreateRequest
-
Get the duration of a newly created access token in seconds.
- getAccessTokenDuration() - Method in class com.authlete.common.dto.TokenIssueResponse
-
Get the duration of the access token in seconds.
- getAccessTokenDuration() - Method in class com.authlete.common.dto.TokenResponse
-
Get the duration of the access token in seconds.
- getAccessTokenExpiresAt() - Method in class com.authlete.common.dto.AccessToken
-
Get the timestamp at which the access token will expire.
- getAccessTokenExpiresAt() - Method in class com.authlete.common.dto.AuthorizationIssueResponse
-
Get the date in milliseconds since the Unix epoch at which
the access token will expire.
- getAccessTokenExpiresAt() - Method in class com.authlete.common.dto.TokenIssueResponse
-
Get the date in milliseconds since the Unix epoch (1970-01-01)
at which the access token will expire.
- getAccessTokenExpiresAt() - Method in class com.authlete.common.dto.TokenResponse
-
Get the date in milliseconds since the Unix epoch (1970-01-01)
at which the access token will expire.
- getAccessTokenExpiresAt() - Method in class com.authlete.common.dto.TokenUpdateRequest
-
Get the new date at which the access token will expire.
- getAccessTokenExpiresAt() - Method in class com.authlete.common.dto.TokenUpdateResponse
-
Get the date at which the access token will expire.
- getAccessTokenHash() - Method in class com.authlete.common.dto.AccessToken
-
Get the hash of the access token.
- getAccessTokenHash() - Method in class com.authlete.common.dto.TokenUpdateRequest
-
Get the hash of the access token value.
- getAccessTokens() - Method in class com.authlete.common.dto.TokenListResponse
-
Get the list of access tokens that match the query conditions.
- getAccessTokenSignAlg() - Method in class com.authlete.common.dto.Service
-
Get the signature algorithm of access tokens.
- getAccessTokenSignatureKeyId() - Method in class com.authlete.common.dto.Service
-
Get the key ID to identify a JWK used for signing access tokens.
- getAccessTokenType() - Method in class com.authlete.common.dto.Service
-
Get the access token type; the value of token_type in
access token responses.
- getAcr() - Method in class com.authlete.common.dto.AuthorizationIssueRequest
-
Get the value of "acr" which is the authentication
context class reference value which the end-user authentication
satisfied.
- getAcr() - Method in class com.authlete.common.dto.BackchannelAuthenticationCompleteRequest
-
Get the reference of the authentication context class which the
end-user authentication satisfied.
- getAcr() - Method in class com.authlete.common.dto.DeviceCompleteRequest
-
Get the reference of the authentication context class which the
end-user authentication satisfied.
- getAcrs() - Method in class com.authlete.common.dto.AuthorizationResponse
-
Get the list of ACRs (Authentication Context Class References)
requested by the client application.
- getAcrs() - Method in class com.authlete.common.dto.BackchannelAuthenticationResponse
-
Get the list of ACR values requested by the backchannel authentication
request.
- getAcrs() - Method in class com.authlete.common.dto.DeviceAuthorizationResponse
-
Get the list of ACR values requested by the device authorization
request.
- getAcrs() - Method in class com.authlete.common.dto.DeviceVerificationResponse
-
Get the list of ACR values requested by the device authorization
request.
- getAction() - Method in class com.authlete.common.dto.AuthorizationAuthenticateResponse
-
Get the next action that the service implementation should take.
- getAction() - Method in class com.authlete.common.dto.AuthorizationFailResponse
-
Get the next action that the service implementation should take.
- getAction() - Method in class com.authlete.common.dto.AuthorizationIssueResponse
-
Get the next action that the service implementation should take.
- getAction() - Method in class com.authlete.common.dto.AuthorizationResponse
-
Get the next action that the service implementation should take.
- getAction() - Method in class com.authlete.common.dto.BackchannelAuthenticationCompleteResponse
-
Get the next action that the OpenID provider should take.
- getAction() - Method in class com.authlete.common.dto.BackchannelAuthenticationFailResponse
-
Get the next action that the backchannel authentication endpoint should
take.
- getAction() - Method in class com.authlete.common.dto.BackchannelAuthenticationIssueResponse
-
Get the next action that the OpenID provider implementation should take.
- getAction() - Method in class com.authlete.common.dto.BackchannelAuthenticationResponse
-
Get the next action that the implementation of the backchannel
authentication endpoint should take.
- getAction() - Method in class com.authlete.common.dto.ClientRegistrationResponse
-
Get the next action that the implementation of client registration
endpoint should take.
- getAction() - Method in class com.authlete.common.dto.DeviceAuthorizationResponse
-
Get the next action that the implementation of the device authorization
endpoint should take.
- getAction() - Method in class com.authlete.common.dto.DeviceCompleteResponse
-
Get the next action that the authorization server implementation should
take.
- getAction() - Method in class com.authlete.common.dto.DeviceVerificationResponse
-
Get the next action that the authorization server should take.
- getAction() - Method in class com.authlete.common.dto.IntrospectionResponse
-
Get the next action the service implementation should take.
- getAction() - Method in class com.authlete.common.dto.PushedAuthReqResponse
-
Get the next action that the authorization server should take.
- getAction() - Method in class com.authlete.common.dto.RevocationResponse
-
Get the next action that the service implementation should take.
- getAction() - Method in class com.authlete.common.dto.StandardIntrospectionResponse
-
Get the next action that the introspection endpoint of your
authorization server should take.
- getAction() - Method in class com.authlete.common.dto.TokenCreateResponse
-
Get the code indicating how the response should be interpreted.
- getAction() - Method in class com.authlete.common.dto.TokenFailResponse
-
Get the next action that the service implementation should take.
- getAction() - Method in class com.authlete.common.dto.TokenIssueResponse
-
Get the next action that the service implementation should take.
- getAction() - Method in class com.authlete.common.dto.TokenResponse
-
Get the next action that the service implementation should take.
- getAction() - Method in class com.authlete.common.dto.TokenUpdateResponse
-
Get the code indicating how the response should be interpreted.
- getAction() - Method in class com.authlete.common.dto.UserInfoIssueResponse
-
Get the next action that the service implementation should take.
- getAction() - Method in class com.authlete.common.dto.UserInfoResponse
-
Get the next action the service implementation should take.
- getAllowableClockSkew() - Method in class com.authlete.common.dto.Service
-
Get the allowable clock skew between the server and clients in seconds.
- getApiKey() - Method in class com.authlete.common.dto.Service
-
Get the API key.
- getApiKey() - Method in class com.authlete.common.dto.ServiceOwner
-
Get the API key of the service owner.
- getApiKey() - Method in class com.authlete.common.dto.SnsCredentials
-
Get the API key.
- getApiSecret() - Method in class com.authlete.common.dto.Service
-
Get the API secret.
- getApiSecret() - Method in class com.authlete.common.dto.ServiceOwner
-
Get the API secret of the service owner.
- getApiSecret() - Method in class com.authlete.common.dto.SnsCredentials
-
Get the API secret.
- getApplicationType() - Method in class com.authlete.common.dto.Client
-
Get the application type.
- getAttribute(String) - Method in interface com.authlete.common.types.User
-
Get the value of an attribute of the user.
- getAttributes() - Method in class com.authlete.common.dto.Scope
-
Get attributes.
- getAuthenticationCallbackApiKey() - Method in class com.authlete.common.dto.Service
-
Get the API key to access the authentication callback endpoint.
- getAuthenticationCallbackApiSecret() - Method in class com.authlete.common.dto.Service
-
Get the API secret to access the authentication callback endpoint.
- getAuthenticationCallbackEndpoint() - Method in class com.authlete.common.dto.Service
-
Get the URI of the authentication callback endpoint.
- getAuthorizationCode() - Method in class com.authlete.common.dto.AuthorizationIssueResponse
-
Get the newly issued authorization code.
- getAuthorizationEncryptionAlg() - Method in class com.authlete.common.dto.Client
-
Get the JWE alg algorithm for encrypting authorization responses.
- getAuthorizationEncryptionEnc() - Method in class com.authlete.common.dto.Client
-
Get the JWE enc algorithm for encrypting authorization responses.
- getAuthorizationEndpoint() - Method in class com.authlete.common.dto.Service
-
Get the URI of the authorization endpoint.
- getAuthorizationResponseDuration() - Method in class com.authlete.common.dto.Service
-
Get the duration of authorization response JWTs.
- getAuthorizationSignAlg() - Method in class com.authlete.common.dto.Client
-
Get the JWS alg algorithm for signing authorization responses.
- getAuthorizationSignatureKeyId() - Method in class com.authlete.common.dto.Service
-
Get the key ID to identify a JWK used for signing authorization
responses using an asymmetric key.
- getAuthReqId() - Method in class com.authlete.common.dto.BackchannelAuthenticationCompleteResponse
-
Get the value of the "auth_req_id" which is associated with
the ticket.
- getAuthReqId() - Method in class com.authlete.common.dto.BackchannelAuthenticationIssueResponse
-
Get the issued authentication request ID.
- getAuthTime() - Method in class com.authlete.common.dto.AuthorizationIssueRequest
-
Get the value of "authTime" which is the time
when the authentication of the end-user occurred.
- getAuthTime() - Method in class com.authlete.common.dto.BackchannelAuthenticationCompleteRequest
-
Get the time at which the end-user was authenticated.
- getAuthTime() - Method in class com.authlete.common.dto.DeviceCompleteRequest
-
Get the time at which the end-user was authenticated.
- getBackchannelAuthenticationEndpoint() - Method in class com.authlete.common.dto.Service
-
Get the URI of the backchannel authentication endpoint.
- getBackchannelAuthReqIdDuration() - Method in class com.authlete.common.dto.Service
-
Get the duration of backchannel authentication request IDs issued from
the backchannel authentication endpoint in seconds.
- getBackchannelPollingInterval() - Method in class com.authlete.common.dto.Service
-
Get the minimum interval between polling requests to the token endpoint
from client applications in seconds.
- getBaseUrl() - Method in interface com.authlete.common.conf.AuthleteConfiguration
-
Get the base URL.
- getBaseUrl() - Method in class com.authlete.common.conf.AuthleteEnvConfiguration
-
- getBaseUrl() - Method in class com.authlete.common.conf.AuthletePropertiesConfiguration
-
Get the base URL.
- getBaseUrl() - Method in class com.authlete.common.conf.AuthleteSimpleConfiguration
-
- getBcDeliveryMode() - Method in class com.authlete.common.dto.Client
-
Get the backchannel token delivery mode.
- getBcNotificationEndpoint() - Method in class com.authlete.common.dto.Client
-
Get the backchannel client notification endpoint.
- getBcRequestSignAlg() - Method in class com.authlete.common.dto.Client
-
Get the signature algorithm of the request to the backchannel
authentication endpoint.
- getBindingMessage() - Method in class com.authlete.common.dto.BackchannelAuthenticationResponse
-
Get the binding message included in the backchannel authentication
request.
- getBoolean(String, boolean) - Method in class com.authlete.common.util.StringBasedTypedProperties
-
- getBoolean(String, boolean) - Method in class com.authlete.common.util.TypedProperties
-
Get the value of the property identified by the key as boolean.
- getBoolean(String) - Method in class com.authlete.common.util.TypedProperties
-
- getBoolean(Enum<?>, boolean) - Method in class com.authlete.common.util.TypedProperties
-
Equivalent to
getBoolean(key.name(), defaultValue).
- getBoolean(Enum<?>) - Method in class com.authlete.common.util.TypedProperties
-
- getByName(String) - Static method in enum com.authlete.common.types.ClaimsScope
-
- getByValue(short) - Static method in enum com.authlete.common.dto.BackchannelAuthenticationCompleteRequest.Result
-
Find an instance of this enum by a value.
- getByValue(short) - Static method in enum com.authlete.common.dto.DeviceCompleteRequest.Result
-
Find an instance of this enum by a value.
- getByValue(short) - Static method in enum com.authlete.common.types.ApplicationType
-
Find an instance of this enum by a value.
- getByValue(short) - Static method in enum com.authlete.common.types.AssertionTarget
-
Get the enum object with the given numerical value, or null if not
found.
- getByValue(short) - Static method in enum com.authlete.common.types.ClaimRuleOperation
-
Get the enum object with the given numerical value, or null if not
found.
- getByValue(short) - Static method in enum com.authlete.common.types.ClaimType
-
Find an instance of this enum by a value.
- getByValue(short) - Static method in enum com.authlete.common.types.ClientAuthMethod
-
Find an instance of this enum by a value.
- getByValue(short) - Static method in enum com.authlete.common.types.ClientType
-
Find an instance of this enum by a value.
- getByValue(short) - Static method in enum com.authlete.common.types.CodeChallengeMethod
-
Find an instance of this enum by a value.
- getByValue(short) - Static method in enum com.authlete.common.types.DeliveryMode
-
Find an instance of this enum by a value.
- getByValue(short) - Static method in enum com.authlete.common.types.Display
-
Find an instance of this enum by a value.
- getByValue(short) - Static method in enum com.authlete.common.types.GrantType
-
Find an instance of this enum by a value.
- getByValue(short) - Static method in enum com.authlete.common.types.JWEAlg
-
Find an instance of this enum by a value.
- getByValue(short) - Static method in enum com.authlete.common.types.JWEEnc
-
Find an instance of this enum by a value.
- getByValue(short) - Static method in enum com.authlete.common.types.JWSAlg
-
Find an instance of this enum by a value.
- getByValue(short) - Static method in enum com.authlete.common.types.Plan
-
Find an instance of this enum by a value.
- getByValue(short) - Static method in enum com.authlete.common.types.Prompt
-
Find an instance of this enum by a value.
- getByValue(short) - Static method in enum com.authlete.common.types.ResponseMode
-
Find an instance of this enum by a value.
- getByValue(short) - Static method in enum com.authlete.common.types.ResponseType
-
Find an instance of this enum by a value.
- getByValue(short) - Static method in enum com.authlete.common.types.ServiceProfile
-
Find an instance of this enum by a value.
- getByValue(short) - Static method in enum com.authlete.common.types.Sns
-
Find an instance of this enum by a value.
- getByValue(short) - Static method in enum com.authlete.common.types.StandardScope
-
Find an instance of this enum by a value.
- getByValue(short) - Static method in enum com.authlete.common.types.SubjectType
-
Find an instance of this enum by a value.
- getByValue(short) - Static method in enum com.authlete.common.types.UserCodeCharset
-
Find an instance of this enum by a value.
- getByValue(short) - Static method in enum com.authlete.common.types.UserIdentificationHintType
-
Find an instance of this enum by a value.
- getCertificateThumbprint() - Method in class com.authlete.common.dto.IntrospectionResponse
-
Get the client certificate thumbprint used to validate the access token.
- getCharacters() - Method in enum com.authlete.common.types.UserCodeCharset
-
Get the characters in this characters set.
- getCharacters() - Method in class com.authlete.common.util.UserCodeGenerator
-
Get the characters that may appear in generated user codes.
- getClaim(String, String) - Method in interface com.authlete.common.types.User
-
Get the value of a claim of the user.
- getClaimName() - Method in class com.authlete.common.dto.ClaimRule
-
Get the name of the claim that this rule applies to.
- getClaimNames() - Method in class com.authlete.common.dto.BackchannelAuthenticationResponse
-
Get the names of the claims which were requested indirectly via some
special scopes.
- getClaimNames() - Method in class com.authlete.common.dto.DeviceAuthorizationResponse
-
Get the names of the claims which were requested indirectly via some
special scopes.
- getClaimNames() - Method in class com.authlete.common.dto.DeviceVerificationResponse
-
Get the names of the claims which were requested indirectly via some
special scopes.
- getClaimRules() - Method in class com.authlete.common.dto.AssertionProcessor
-
Get the claim rules that will be applied to any assertions processed by
this processor.
- getClaims() - Method in class com.authlete.common.dto.AuthenticationCallbackRequest
-
Get the list of claims requested by a client application.
- getClaims() - Method in class com.authlete.common.dto.AuthenticationCallbackResponse
-
Get the claims of the authenticated user in JSON format.
- getClaims() - Method in class com.authlete.common.dto.AuthorizationAuthenticateRequest
-
Get the space-delimited names of claims to request.
- getClaims() - Method in class com.authlete.common.dto.AuthorizationIssueRequest
-
Get the value of "claims" which is the claims of the subject
in JSON format.
- getClaims() - Method in class com.authlete.common.dto.AuthorizationResponse
-
Get the list of claims that the client application requests
to be embedded in the ID token.
- getClaims() - Method in class com.authlete.common.dto.BackchannelAuthenticationCompleteRequest
-
Get additional claims which will be embedded in the ID token.
- getClaims() - Method in class com.authlete.common.dto.DeviceCompleteRequest
-
Get additional claims which will be embedded in the ID token.
- getClaims() - Method in class com.authlete.common.dto.UserInfoIssueRequest
-
Get the claims of the subject in JSON format.
- getClaims() - Method in class com.authlete.common.dto.UserInfoResponse
-
Get the list of claims that the client application requests
to be embedded in the userinfo response.
- getClaims() - Method in enum com.authlete.common.types.ClaimsScope
-
Get the list of claim names which are requested by this scope.
- getClaimsLocales() - Method in class com.authlete.common.dto.AuthenticationCallbackRequest
-
Get the list of locales for claims.
- getClaimsLocales() - Method in class com.authlete.common.dto.AuthorizationAuthenticateRequest
-
Get the space-delimited locales for claims.
- getClaimsLocales() - Method in class com.authlete.common.dto.AuthorizationResponse
-
Get the list of preferred languages and scripts for claim
values contained in the ID token.
- getClient(long) - Method in interface com.authlete.common.api.AuthleteApi
-
Get a client (= call Authlete's /client/get/{clientId} API).
- getClient(String) - Method in interface com.authlete.common.api.AuthleteApi
-
Get a client (= call Authlete's /client/get/{clientId} API).
- getClient() - Method in class com.authlete.common.dto.AuthorizationResponse
-
Get the information about the client application which has made
the authorization request.
- getClient() - Method in class com.authlete.common.dto.ClientRegistrationResponse
-
Get the information about the client which has been registered
successfully.
- getClient() - Method in class com.authlete.common.dto.TokenListResponse
-
Get the client information associated with the value of 'clientIdentifier'
parameter in the original request.
- getClientAuthMethod() - Method in class com.authlete.common.dto.BackchannelAuthenticationResponse
-
Get the client authentication method that should be performed at the
backchannel authentication endpoint.
- getClientAuthMethod() - Method in class com.authlete.common.dto.DeviceAuthorizationResponse
-
Get the client authentication method that should be performed at the
device authorization endpoint.
- getClientAuthMethod() - Method in class com.authlete.common.dto.PushedAuthReqResponse
-
Get the client authentication method that should be performed at the
pushed authorization request endpoint.
- getClientAuthMethod() - Method in class com.authlete.common.dto.TokenResponse
-
Get the client authentication method that should be performed at the
token endpoint.
- getClientAuthorizationList(ClientAuthorizationGetListRequest) - Method in interface com.authlete.common.api.AuthleteApi
-
Get a list of client applications authorized by the end-user.
- getClientCertificate() - Method in class com.authlete.common.dto.BackchannelAuthenticationRequest
-
Get the client certificate used in the TLS connection between the
client application and the backchannel authentication endpoint of the
OpenID provider.
- getClientCertificate() - Method in class com.authlete.common.dto.DeviceAuthorizationRequest
-
Get the client certificate used in the TLS connection between the
client application and the device authorization endpoint of the
authorization server.
- getClientCertificate() - Method in class com.authlete.common.dto.IntrospectionRequest
-
Get the client certificate, used to validate binding against
access tokens using the TLS client certificate confirmation method.
- getClientCertificate() - Method in class com.authlete.common.dto.PushedAuthReqRequest
-
Get the client certificate used in the TLS connection between the client
application and the pushed authorization request endpoint.
- getClientCertificate() - Method in class com.authlete.common.dto.TokenRequest
-
Get the client certificate from the MTLS of the token
request from the client application.
- getClientCertificate() - Method in class com.authlete.common.dto.UserInfoRequest
-
Get the client certificate used in the TLS connection established
between the client application and the userinfo endpoint.
- getClientCertificatePath() - Method in class com.authlete.common.dto.BackchannelAuthenticationRequest
-
Get the client certificate path presented by the client during client
authentication.
- getClientCertificatePath() - Method in class com.authlete.common.dto.DeviceAuthorizationRequest
-
Get the client certificate path presented by the client during client
authentication.
- getClientCertificatePath() - Method in class com.authlete.common.dto.PushedAuthReqRequest
-
Get the client certificate path presented by the client during client
authentication.
- getClientCertificatePath() - Method in class com.authlete.common.dto.TokenRequest
-
Get the certificate path presented by the client during
client authentication.
- getClientId() - Method in class com.authlete.common.dto.AccessToken
-
Get the ID of the client associated with the access token.
- getClientId() - Method in class com.authlete.common.dto.AuthenticationCallbackRequest
-
Get the ID of the client application that triggered this
authentication request.
- getClientId() - Method in class com.authlete.common.dto.BackchannelAuthenticationCompleteResponse
-
Get the client ID of the client application that has made the
backchannel authentication request.
- getClientId() - Method in class com.authlete.common.dto.BackchannelAuthenticationRequest
-
Get the client ID extracted from Authorization header of the
backchannel authentication request from the client application.
- getClientId() - Method in class com.authlete.common.dto.BackchannelAuthenticationResponse
-
Get the client ID of the client application that has made the
backchannel authentication request.
- getClientId() - Method in class com.authlete.common.dto.Client
-
Get the client ID.
- getClientId() - Method in class com.authlete.common.dto.ClientRegistrationRequest
-
Get the client's ID.
- getClientId() - Method in class com.authlete.common.dto.DeviceAuthorizationRequest
-
Get the client ID extracted from Authorization header of the
device authorization request from the client application.
- getClientId() - Method in class com.authlete.common.dto.DeviceAuthorizationResponse
-
Get the client ID of the client application that has made the device
authorization request.
- getClientId() - Method in class com.authlete.common.dto.DeviceVerificationResponse
-
Get the client ID of the client application to which the user code has
been issued.
- getClientId() - Method in class com.authlete.common.dto.GrantedScopesGetResponse
-
Get the client ID.
- getClientId() - Method in class com.authlete.common.dto.IntrospectionResponse
-
Get the client ID.
- getClientId() - Method in class com.authlete.common.dto.PushedAuthReqRequest
-
Get the client ID extracted from the Authorization header of the
request to the pushed authorization request endpoint.
- getClientId() - Method in class com.authlete.common.dto.RevocationRequest
-
Get the client ID extracted from Authorization header
of the token revocation request from the client application.
- getClientId() - Method in class com.authlete.common.dto.TokenCreateRequest
-
Get the client ID that will be associated with a newly created
access token.
- getClientId() - Method in class com.authlete.common.dto.TokenCreateResponse
-
Get the client ID associated with the newly issued access token.
- getClientId() - Method in class com.authlete.common.dto.TokenIssueResponse
-
Get the client ID.
- getClientId() - Method in class com.authlete.common.dto.TokenRequest
-
Get the client ID extracted from Authorization
header of the token request from the client application.
- getClientId() - Method in class com.authlete.common.dto.TokenResponse
-
Get the client ID.
- getClientId() - Method in class com.authlete.common.dto.UserInfoResponse
-
Get the client ID.
- getClientIdAlias() - Method in class com.authlete.common.dto.BackchannelAuthenticationCompleteResponse
-
Get the client ID alias of the client application that has made the
backchannel authentication request.
- getClientIdAlias() - Method in class com.authlete.common.dto.BackchannelAuthenticationResponse
-
Get the client ID alias of the client application that has made the
backchannel authentication request.
- getClientIdAlias() - Method in class com.authlete.common.dto.Client
-
Get the alias of the client ID.
- getClientIdAlias() - Method in class com.authlete.common.dto.DeviceAuthorizationResponse
-
Get the client ID alias of the client application that has made the
device authorization request.
- getClientIdAlias() - Method in class com.authlete.common.dto.DeviceVerificationResponse
-
Get the client ID alias of the client application to which the user code
has been issued.
- getClientIdAlias() - Method in class com.authlete.common.dto.IntrospectionResponse
-
Get the client ID alias when the authorization request or the token
request for the access token was made.
- getClientIdAlias() - Method in class com.authlete.common.dto.TokenIssueResponse
-
Get the client ID alias.
- getClientIdAlias() - Method in class com.authlete.common.dto.TokenResponse
-
Get the client ID alias when the token request was made.
- getClientIdAlias() - Method in class com.authlete.common.dto.UserInfoResponse
-
Get the client ID alias when the authorization request for the access
token was made.
- getClientIdentifier() - Method in class com.authlete.common.dto.BackchannelAuthenticationCompleteResponse
-
Get the client identifier used in the backchannel authentication
request.
- getClientIdentifier() - Method in class com.authlete.common.dto.BackchannelAuthenticationResponse
-
Get the client identifier used in the backchannel authentication
request.
- getClientIdentifier() - Method in class com.authlete.common.dto.DeviceAuthorizationResponse
-
Get the client identifier used in the device authorization request.
- getClientIdentifier() - Method in class com.authlete.common.dto.DeviceVerificationResponse
-
Get the client identifier used in the device authorization request for
the user code.
- getClientIdentifier() - Method in class com.authlete.common.dto.JoseVerifyRequest
-
Get the identifier of the client application whose keys are required
for verification of the JOSE object.
- getClientList() - Method in interface com.authlete.common.api.AuthleteApi
-
Get the list of client applications that belong to the service
(= call Authlete's /client/get/list API).
- getClientList(String) - Method in interface com.authlete.common.api.AuthleteApi
-
Get the list of client applications that belong to the developer
(= call Authlete's /client/get/list API with developer parameter).
- getClientList(int, int) - Method in interface com.authlete.common.api.AuthleteApi
-
Get the list of client applications that belong to the service
(= call Authlete's /client/get/list API with start and end parameters).
- getClientList(String, int, int) - Method in interface com.authlete.common.api.AuthleteApi
-
Get the list of client applications
(= call Authlete's /client/get/list API with developer, start and end parameters).
- getClientName() - Method in class com.authlete.common.dto.BackchannelAuthenticationCompleteResponse
-
Get the name of the client application which has made the backchannel
authentication request.
- getClientName() - Method in class com.authlete.common.dto.BackchannelAuthenticationResponse
-
Get the name of the client application which has made the backchannel
authentication request.
- getClientName() - Method in class com.authlete.common.dto.Client
-
Get the client name.
- getClientName() - Method in class com.authlete.common.dto.DeviceAuthorizationResponse
-
Get the name of the client application which has made the device
authorization request.
- getClientName() - Method in class com.authlete.common.dto.DeviceVerificationResponse
-
Get the name of the client application to which the user code has been
issued.
- getClientNames() - Method in class com.authlete.common.dto.Client
-
Get the client names each of which has a language tag.
- getClientNotificationEndpoint() - Method in class com.authlete.common.dto.BackchannelAuthenticationCompleteResponse
-
Get the client notification endpoint to which a notification needs to be
sent.
- getClientNotificationToken() - Method in class com.authlete.common.dto.BackchannelAuthenticationCompleteResponse
-
Get the client notification token which needs to be embedded as a
Bearer token in the Authorization header in the
notification.
- getClientNotificationToken() - Method in class com.authlete.common.dto.BackchannelAuthenticationResponse
-
Get the client notification token included in the backchannel
authentication request.
- getClients() - Method in class com.authlete.common.dto.ClientListResponse
-
Get the list of clients that match the query conditions.
- getClientSecret() - Method in class com.authlete.common.dto.BackchannelAuthenticationRequest
-
Get the client secret extracted from Authorization header of
the backchannel authentication request from the client application.
- getClientSecret() - Method in class com.authlete.common.dto.Client
-
Get the client secret.
- getClientSecret() - Method in class com.authlete.common.dto.ClientSecretUpdateRequest
-
Get the client secret.
- getClientSecret() - Method in class com.authlete.common.dto.DeviceAuthorizationRequest
-
Get the client secret extracted from Authorization header of
the device authorization request from the client application.
- getClientSecret() - Method in class com.authlete.common.dto.PushedAuthReqRequest
-
Get the client secret extracted from the Authorization header of
the request to the pushed authorization request endpoint.
- getClientSecret() - Method in class com.authlete.common.dto.RevocationRequest
-
Get the client secret extracted from Authorization header
of the token revocation request from the client application.
- getClientSecret() - Method in class com.authlete.common.dto.TokenRequest
-
Get the client secret extracted from Authorization
header of the token request from the client application.
- getClientsPerDeveloper() - Method in class com.authlete.common.dto.Service
-
Get the number of client applications that one developer can create.
- getClientType() - Method in class com.authlete.common.dto.Client
-
Get the client type.
- getClientUri() - Method in class com.authlete.common.dto.Client
-
Get the URI of the home page.
- getClientUris() - Method in class com.authlete.common.dto.Client
-
Get the URIs of the home pages for specific languages.
- getClockSkew() - Method in class com.authlete.common.dto.JoseVerifyRequest
-
Get the allowable clock skew in seconds.
- getComparisonValue() - Method in class com.authlete.common.dto.ClaimRule
-
Get the value to compare the claim value to, if the operation is
EQUALS.
- getConnectionTimeout() - Method in class com.authlete.common.api.Settings
-
Get the timeout value in milliseconds for socket connection.
- getContacts() - Method in class com.authlete.common.dto.Client
-
Get the email addresses of contacts.
- getCount() - Method in class com.authlete.common.dto.ServiceCreatableResponse
-
Get the current number of services that the service owner has.
- getCountry() - Method in class com.authlete.common.dto.Address
-
Get the country name component.
- getCreatedAt() - Method in class com.authlete.common.dto.AccessToken
-
Get the timestamp at which the access token was first created.
- getCreatedAt() - Method in class com.authlete.common.dto.Client
-
Get the time at which this client was created.
- getCreatedAt() - Method in class com.authlete.common.dto.Service
-
Get the time at which this service was created.
- getDefaultAcrs() - Method in class com.authlete.common.dto.Client
-
Get the default list of authentication context class references.
- getDefaultApi() - Static method in class com.authlete.common.api.AuthleteApiFactory
-
- getDefaultMaxAge() - Method in class com.authlete.common.dto.Client
-
Get the default value of the maximum authentication age in seconds.
- getDeliveryMode() - Method in class com.authlete.common.dto.BackchannelAuthenticationCompleteResponse
-
Get the backchannel token delivery mode.
- getDeliveryMode() - Method in class com.authlete.common.dto.BackchannelAuthenticationResponse
-
Get the backchannel token delivery mode of the client application.
- getDescription() - Method in class com.authlete.common.dto.AuthorizationFailRequest
-
Get the custom description about the authorization failure.
- getDescription() - Method in class com.authlete.common.dto.Client
-
Get the description.
- getDescription() - Method in class com.authlete.common.dto.Scope
-
Get the description.
- getDescription() - Method in class com.authlete.common.dto.Service
-
Get the description.
- getDescriptions() - Method in class com.authlete.common.dto.Client
-
Get the descriptions for specific languages.
- getDescriptions() - Method in class com.authlete.common.dto.Scope
-
Get descriptions for various languages.
- getDeveloper() - Method in class com.authlete.common.dto.Client
-
Get the unique ID of the developer of this client application.
- getDeveloper() - Method in class com.authlete.common.dto.ClientAuthorizationGetListRequest
-
Get the developer of client applications.
- getDeveloper() - Method in class com.authlete.common.dto.ClientListResponse
-
Get the developer specified in the query.
- getDeveloperAuthenticationCallbackApiKey() - Method in class com.authlete.common.dto.Service
-
Get the API key to access the developer authentication callback endpoint.
- getDeveloperAuthenticationCallbackApiSecret() - Method in class com.authlete.common.dto.Service
-
Get the API secret to access the developer authentication callback endpoint.
- getDeveloperAuthenticationCallbackEndpoint() - Method in class com.authlete.common.dto.Service
-
Get the URI of the developer authentication callback endpoint.
- getDeveloperSnsCredentials() - Method in class com.authlete.common.dto.Service
-
Get the list of SNS credentials that Authlete uses to support social login
at the developer console.
- getDeviceAuthorizationEndpoint() - Method in class com.authlete.common.dto.Service
-
Get the URI of the device authorization endpoint.
- getDeviceCode() - Method in class com.authlete.common.dto.DeviceAuthorizationResponse
-
Get the device verification code.
- getDeviceFlowCodeDuration() - Method in class com.authlete.common.dto.Service
-
Get the duration of device verification codes and end-user verification
codes issued from the device authorization endpoint in seconds.
- getDeviceFlowPollingInterval() - Method in class com.authlete.common.dto.Service
-
Get the minimum interval between polling requests to the token endpoint
from client applications in seconds in device flow.
- getDeviceVerificationUri() - Method in class com.authlete.common.dto.Service
-
Get the verification URI for the device flow.
- getDeviceVerificationUriComplete() - Method in class com.authlete.common.dto.Service
-
Get the verification URI for the device flow with a placeholder for a
user code.
- getDisplay() - Method in class com.authlete.common.dto.AuthorizationResponse
-
Get the display mode which the client application requests
by "display" request parameter.
- getDisplayName() - Method in class com.authlete.common.dto.DeveloperAuthenticationCallbackResponse
-
Get the display name of the authenticated developer.
- getEmail() - Method in class com.authlete.common.dto.ServiceOwner
-
Get the email address of the service owner.
- getEnd() - Method in class com.authlete.common.dto.ClientAuthorizationGetListRequest
-
Get the end index of search results (exclusive).
- getEnd() - Method in class com.authlete.common.dto.ClientListResponse
-
Get the end index (exclusive) for the result set of the query.
- getEnd() - Method in class com.authlete.common.dto.ServiceListResponse
-
Get the end index (exclusive) for the result set of the query.
- getEnd() - Method in class com.authlete.common.dto.TokenListResponse
-
Get the end index (exclusive) for the result set of the query.
- getEnum(String, Class<TEnum>, TEnum) - Method in class com.authlete.common.util.TypedProperties
-
Get the value of the property identified by the key as Enum.
- getEnum(String, TEnum) - Method in class com.authlete.common.util.TypedProperties
-
Equivalent to
getEnum(key, (Class<TEnum>)defaultValue.getClass(), defaultValue).
- getEnum(String, Class<TEnum>) - Method in class com.authlete.common.util.TypedProperties
-
Equivalent to
getEnum(key, enumClass, null).
- getEnum(Enum<?>, Class<TEnum>, TEnum) - Method in class com.authlete.common.util.TypedProperties
-
Equivalent to
getEnum(key.name(), enumClass, defaultValue).
- getEnum(Enum<?>, TEnum) - Method in class com.authlete.common.util.TypedProperties
-
Equivalent to
getEnum(key, (Class<TEnum>)defaultValue.getClass(), defaultValue).
- getEnum(Enum<?>, Class<TEnum>) - Method in class com.authlete.common.util.TypedProperties
-
Equivalent to
getEnum(key.name(), enumClass).
- getErrorDescription() - Method in class com.authlete.common.dto.BackchannelAuthenticationCompleteRequest
-
Get the description of the error.
- getErrorDescription() - Method in class com.authlete.common.dto.BackchannelAuthenticationFailRequest
-
Get the description of the error.
- getErrorDescription() - Method in class com.authlete.common.dto.DeviceCompleteRequest
-
Get the description of the error.
- getErrorDescriptions() - Method in class com.authlete.common.dto.JoseVerifyResponse
-
Get the list of error messages.
- getErrorUri() - Method in class com.authlete.common.dto.BackchannelAuthenticationCompleteRequest
-
Get the URI of a document which describes the error in detail.
- getErrorUri() - Method in class com.authlete.common.dto.BackchannelAuthenticationFailRequest
-
Get the URI of a document which describes the error in detail.
- getErrorUri() - Method in class com.authlete.common.dto.DeviceCompleteRequest
-
Get the URI of a document which describes the error in detail.
- getExpiresAt() - Method in class com.authlete.common.dto.DeviceVerificationResponse
-
Get the date in milliseconds since the Unix epoch (1970-01-01)
at which the user code will expire.
- getExpiresAt() - Method in class com.authlete.common.dto.IntrospectionResponse
-
Get the time at which the access token expires in milliseconds
since the Unix epoch (1970-01-01).
- getExpiresAt() - Method in class com.authlete.common.dto.TokenCreateResponse
-
Get the date at which the newly issued access token will expire.
- getExpiresIn() - Method in class com.authlete.common.dto.AuthenticationCallbackRequest
-
Get the lifetime of the access token in seconds.
- getExpiresIn() - Method in class com.authlete.common.dto.BackchannelAuthenticationIssueResponse
-
Get the duration of the issued authentication request ID in seconds.
- getExpiresIn() - Method in class com.authlete.common.dto.DeveloperAuthenticationCallbackRequest
-
Get the lifetime of the access token in seconds.
- getExpiresIn() - Method in class com.authlete.common.dto.DeviceAuthorizationResponse
-
Get the duration of the issued device verification code and end-user
verification code in seconds.
- getExpiresIn() - Method in class com.authlete.common.dto.TokenCreateResponse
-
Get the duration of the newly issued access token in seconds.
- getExtension() - Method in class com.authlete.common.dto.Client
-
Get the extended information about this client.
- getFloat(String, float) - Method in class com.authlete.common.util.StringBasedTypedProperties
-
- getFloat(String, float) - Method in class com.authlete.common.util.TypedProperties
-
Get the value of the property identified by the key as float.
- getFloat(String) - Method in class com.authlete.common.util.TypedProperties
-
- getFloat(Enum<?>, float) - Method in class com.authlete.common.util.TypedProperties
-
Equivalent to
getFloat(key.name(), defaultValue).
- getFloat(Enum<?>) - Method in class com.authlete.common.util.TypedProperties
-
- getFormatted() - Method in class com.authlete.common.dto.Address
-
Get the full mailing address, formatted for display or use on a mailing label.
- getGrantedScopes(long, String) - Method in interface com.authlete.common.api.AuthleteApi
-
Get the set of scopes that a user has granted to a client application
(call Authlete's /client/granted_scopes/get/{clientId} API).
- getGrantType() - Method in class com.authlete.common.dto.AccessToken
-
Get the grant type of the access token when the access token was created.
- getGrantType() - Method in class com.authlete.common.dto.TokenCreateRequest
-
Get the grant type for a newly created access token.
- getGrantType() - Method in class com.authlete.common.dto.TokenCreateResponse
-
Get the
grant type for the newly issued
access token.
- getGrantType() - Method in class com.authlete.common.dto.TokenResponse
-
Get the grant type of the token request.
- getGrantTypes() - Method in class com.authlete.common.dto.Client
-
Get grant_type values that the client is declaring
that it will restrict itself to using.
- getHashAlg() - Method in enum com.authlete.common.types.JWSAlg
-
Get the hash algorithm used by this signature algorithm.
- getHint() - Method in class com.authlete.common.dto.BackchannelAuthenticationResponse
-
Get the value of the hint for end-user identification.
- getHintType() - Method in class com.authlete.common.dto.BackchannelAuthenticationResponse
-
Get the type of the hint for end-user identification which was
included in the backchannel authentication request.
- getId() - Method in class com.authlete.common.dto.AuthenticationCallbackRequest
-
Get the ID of the end-user to authenticate.
- getId() - Method in class com.authlete.common.dto.DeveloperAuthenticationCallbackRequest
-
Get the ID of the developer to authenticate.
- getIdToken() - Method in class com.authlete.common.dto.AuthorizationIssueResponse
-
Get the newly issued ID token.
- getIdToken() - Method in class com.authlete.common.dto.BackchannelAuthenticationCompleteResponse
-
Get the issued ID token.
- getIdToken() - Method in class com.authlete.common.dto.TokenResponse
-
Get the ID token.
- getIdTokenClaims() - Method in class com.authlete.common.dto.AuthorizationResponse
-
Get the value of the "id_token" property in the "claims"
request parameter or in the "claims" property in a request object.
- getIdTokenClaims() - Static method in class com.authlete.common.types.IdTokenClaims
-
- getIdTokenDuration() - Method in class com.authlete.common.dto.BackchannelAuthenticationCompleteResponse
-
Get the duration of the ID token in seconds.
- getIdTokenDuration() - Method in class com.authlete.common.dto.Service
-
Get the duration of ID tokens in seconds.
- getIdTokenEncryptionAlg() - Method in class com.authlete.common.dto.Client
-
Get the JWE alg algorithm for encrypting the ID token
issued to this client.
- getIdTokenEncryptionEnc() - Method in class com.authlete.common.dto.Client
-
Get the JWE enc algorithm for encrypting the ID token
issued to this client.
- getIdTokenSignAlg() - Method in class com.authlete.common.dto.Client
-
Get the JWS alg algorithm for signing the ID token
issued to this client.
- getIdTokenSignatureKeyId() - Method in class com.authlete.common.dto.Service
-
Get the key ID to identify a JWK used for ID token signature using
an asymmetric key.
- getInt(String, int) - Method in class com.authlete.common.util.StringBasedTypedProperties
-
- getInt(String, int) - Method in class com.authlete.common.util.TypedProperties
-
Get the value of the property identified by the key as int.
- getInt(String) - Method in class com.authlete.common.util.TypedProperties
-
- getInt(Enum<?>, int) - Method in class com.authlete.common.util.TypedProperties
-
Equivalent to
getInt(key.name(), defaultValue).
- getInt(Enum<?>) - Method in class com.authlete.common.util.TypedProperties
-
Equivalent to
getInt(key.name()).
- getInterval() - Method in class com.authlete.common.dto.BackchannelAuthenticationIssueResponse
-
Get the minimum amount of time in seconds that the client must wait for
between polling requests to the token endpoint.
- getInterval() - Method in class com.authlete.common.dto.DeviceAuthorizationResponse
-
Get the minimum amount of time in seconds that the client must wait for
between polling requests to the token endpoint.
- getIntrospectionEndpoint() - Method in class com.authlete.common.dto.Service
-
Get the URI of the introspection endpoint.
- getInvalidClaims() - Method in class com.authlete.common.dto.JoseVerifyResponse
-
Get the list of invalid claims.
- getIssuer() - Method in class com.authlete.common.dto.Service
-
Get the issuer identifier of this OpenID provider.
- getJose() - Method in class com.authlete.common.dto.JoseVerifyRequest
-
Get the JOSE object that will be verified.
- getJson() - Method in class com.authlete.common.dto.ClientRegistrationRequest
-
Get client metadata in JSON format that complies with
RFC 7591 (OAuth 2.0
Dynamic Client Registration Protocol).
- getJwks() - Method in class com.authlete.common.dto.AssertionProcessor
-
Get the JSON Web Key set used to check the assertion's signatures, serialized
as a JSON string.
- getJwks() - Method in class com.authlete.common.dto.Client
-
Get the JSON Web Key Set.
- getJwks() - Method in class com.authlete.common.dto.Service
-
Get the JSON Web Key Set of the service.
- getJwksUri() - Method in class com.authlete.common.dto.Client
-
Get the URI of the JSON Web Key Set of the client application.
- getJwksUri() - Method in class com.authlete.common.dto.Service
-
Get the URI of the service's JSON Web Key Set.
- getJwtAccessToken() - Method in class com.authlete.common.dto.AuthorizationIssueResponse
-
Get the newly issued access token in JWT format.
- getJwtAccessToken() - Method in class com.authlete.common.dto.BackchannelAuthenticationCompleteResponse
-
Get the newly issued access token in JWT format.
- getJwtAccessToken() - Method in class com.authlete.common.dto.TokenIssueResponse
-
Get the newly issued access token in JWT format.
- getJwtAccessToken() - Method in class com.authlete.common.dto.TokenResponse
-
Get the newly issued access token in JWT format.
- getKey() - Method in class com.authlete.common.dto.Pair
-
Get the key of this pair.
- getKey() - Method in class com.authlete.common.dto.Property
-
Get the key.
- getLastRefreshedAt() - Method in class com.authlete.common.dto.AccessToken
-
Get the timestamp at which the access token was last refreshed using the
refresh token.
- getLatestGrantedScopes() - Method in class com.authlete.common.dto.GrantedScopesGetResponse
-
Get the scopes granted to the client application by the last
authorization process by the user (who is identified by the
subject).
- getLength() - Method in class com.authlete.common.util.UserCodeGenerator
-
Get the length of generated user codes.
- getLimit() - Method in class com.authlete.common.dto.ServiceCreatableResponse
-
Get the maximum number of services that can be created in the plan.
- getLocality() - Method in class com.authlete.common.dto.Address
-
Get the city or locality component.
- getLoginHint() - Method in class com.authlete.common.dto.AuthorizationResponse
-
Get the value of login hint, which is specified by the client
application using "login_hint" request parameter.
- getLoginId() - Method in class com.authlete.common.dto.AuthorizationAuthenticateRequest
-
Get the login ID of the end-user to authenticate.
- getLoginId() - Method in class com.authlete.common.dto.ServiceOwner
-
Get the login ID of the service owner.
- getLoginUri() - Method in class com.authlete.common.dto.Client
-
Get the URL that can initiate a login for this client application.
- getLogoUri() - Method in class com.authlete.common.dto.Client
-
Get the URI of the logo image.
- getLogoUris() - Method in class com.authlete.common.dto.Client
-
Get the logo URIs each of which has a language tag.
- getLong(String, long) - Method in class com.authlete.common.util.StringBasedTypedProperties
-
- getLong(String, long) - Method in class com.authlete.common.util.TypedProperties
-
Get the value of the property identified by the key as long.
- getLong(String) - Method in class com.authlete.common.util.TypedProperties
-
- getLong(Enum<?>, long) - Method in class com.authlete.common.util.TypedProperties
-
Equivalent to
getLong(key.name(), defaultValue).
- getLong(Enum<?>) - Method in class com.authlete.common.util.TypedProperties
-
- getLowestPrompt() - Method in class com.authlete.common.dto.AuthorizationResponse
-
Deprecated.
- getMandatoryClaims() - Method in class com.authlete.common.dto.JoseVerifyRequest
-
Get the mandatory claims that are required to be included in the JOSE
object.
- getMaxAge() - Method in class com.authlete.common.dto.AuthorizationResponse
-
Get the maximum authentication age which is the allowable
elapsed time in seconds since the last time the end-user
was actively authenticated by the service implementation.
- getMergedGrantedScopes() - Method in class com.authlete.common.dto.GrantedScopesGetResponse
-
Get the scopes granted to the client application by all the
past authorization processes.
- getMetadata() - Method in class com.authlete.common.dto.Service
-
Get metadata.
- getMissingClaims() - Method in class com.authlete.common.dto.JoseVerifyResponse
-
Get the list of missing claims; the claims that are not included in the
payload part of the JOSE object although they are listed in the mandatoryClaims request parameter.
- getModifiedAt() - Method in class com.authlete.common.dto.Client
-
Get the time at which this client was last modified.
- getModifiedAt() - Method in class com.authlete.common.dto.GrantedScopesGetResponse
-
Get the timestamp in milliseconds since Unix epoch
at which this record was modified.
- getModifiedAt() - Method in class com.authlete.common.dto.Service
-
Get the time at which this service was last modified.
- getMtlsEndpointAliases() - Method in class com.authlete.common.dto.Service
-
Get the MTLS endpoint aliases.
- getName() - Method in class com.authlete.common.dto.NamedUri
-
Get the name of the URI.
- getName() - Method in class com.authlete.common.dto.Scope
-
Get the scope name.
- getName() - Method in class com.authlete.common.dto.ServiceOwner
-
Get the service owner name.
- getName() - Method in enum com.authlete.common.types.ClaimsScope
-
Get the scope name in lower-case letters.
- getName() - Method in enum com.authlete.common.types.JWEAlg
-
Get the name of this algorithm.
- getName() - Method in enum com.authlete.common.types.JWEEnc
-
Get the name of this encryption method.
- getName() - Method in enum com.authlete.common.types.JWSAlg
-
Get the name of this algorithm.
- getNewClientSecret() - Method in class com.authlete.common.dto.ClientSecretRefreshResponse
-
Get the new client secret.
- getNewClientSecret() - Method in class com.authlete.common.dto.ClientSecretUpdateResponse
-
Get the new client secret.
- getNumber() - Method in class com.authlete.common.dto.AssertionProcessor
-
Get the object number for this assertion processor.
- getNumber() - Method in class com.authlete.common.dto.Client
-
Get the client number.
- getNumber() - Method in class com.authlete.common.dto.Service
-
Get the service number.
- getNumber() - Method in class com.authlete.common.dto.ServiceOwner
-
Get the service owner number.
- getOldClientSecret() - Method in class com.authlete.common.dto.ClientSecretRefreshResponse
-
Get the old client secret.
- getOldClientSecret() - Method in class com.authlete.common.dto.ClientSecretUpdateResponse
-
Get the old client secret.
- getOperation() - Method in class com.authlete.common.dto.ClaimRule
-
Get the operation that this rule will apply to any claims it processes.
- getParameters() - Method in class com.authlete.common.dto.AuthorizationRequest
-
Get the value of parameters which are the request
parameters that the OAuth 2.0 authorization endpoint of the
service implementation received from the client application.
- getParameters() - Method in class com.authlete.common.dto.BackchannelAuthenticationRequest
-
Get the value of parameters which are the request parameters
that the backchannel authentication endpoint of the OpenID provider
implementation received from the client application.
- getParameters() - Method in class com.authlete.common.dto.DeviceAuthorizationRequest
-
Get the value of parameters which are the request parameters
that the device authorization endpoint of the authorization server
implementation received from the client application.
- getParameters() - Method in class com.authlete.common.dto.PushedAuthReqRequest
-
Get the request parameters that the pushed authorization request
endpoint received from the client application.
- getParameters() - Method in class com.authlete.common.dto.RevocationRequest
-
Get the value of parameters which are the request
parameters that the OAuth 2.0 token revocation endpoint of
the service implementation received from the client application.
- getParameters() - Method in class com.authlete.common.dto.StandardIntrospectionRequest
-
Get the value of parameters that represents the
request parameters which the introspection endpoint of
the authorization server received.
- getParameters() - Method in class com.authlete.common.dto.TokenRequest
-
Get the value of parameters which are the request
parameters that the OAuth 2.0 token endpoint of the service
implementation received from the client application.
- getPassword() - Method in class com.authlete.common.dto.AuthenticationCallbackRequest
-
Get the password of the end-user to authenticate.
- getPassword() - Method in class com.authlete.common.dto.AuthorizationAuthenticateRequest
-
Get the password of the end-user to authenticate.
- getPassword() - Method in class com.authlete.common.dto.DeveloperAuthenticationCallbackRequest
-
Get the password of the developer to authenticate.
- getPassword() - Method in class com.authlete.common.dto.TokenResponse
-
Get the value of "password" request parameter.
- getPassword() - Method in class com.authlete.common.web.BasicCredentials
-
Get the password.
- getPlan() - Method in class com.authlete.common.dto.ServiceCreatableResponse
-
Get the plan of the service owner.
- getPlan() - Method in class com.authlete.common.dto.ServiceOwner
-
Get the plan.
- getPolicyUri() - Method in class com.authlete.common.dto.Client
-
Get the URI of the policy page which describes how
the client application uses the profile data of the
end-user.
- getPolicyUri() - Method in class com.authlete.common.dto.Service
-
Get the URI that this OpenID Provider provides to the person
registering the client to read about the OP's requirements on
how the Relying Party can use the data provided by the OP.
- getPolicyUris() - Method in class com.authlete.common.dto.Client
-
Get the URIs of the policy pages for specific languages.
- getPostalCode() - Method in class com.authlete.common.dto.Address
-
Get the zip code or postal code component.
- getPrompts() - Method in class com.authlete.common.dto.AuthorizationResponse
-
Get the list of prompts contained in the authorization request
(= the value of prompt request parameter).
- getProperties() - Method in class com.authlete.common.dto.AccessToken
-
Get the properties associated with the access token.
- getProperties() - Method in class com.authlete.common.dto.AuthorizationIssueRequest
-
Get the extra properties to associate with an access token and/or
an authorization code which will be issued by this request.
- getProperties() - Method in class com.authlete.common.dto.BackchannelAuthenticationCompleteRequest
-
Get the extra properties associated with the access token.
- getProperties() - Method in class com.authlete.common.dto.DeviceCompleteRequest
-
Get the extra properties associated with the access token that will be
issued.
- getProperties() - Method in class com.authlete.common.dto.IntrospectionResponse
-
Get the extra properties associated with the access token.
- getProperties() - Method in class com.authlete.common.dto.TokenCreateRequest
-
Get the extra properties to associate with an access token which
will be issued by this request.
- getProperties() - Method in class com.authlete.common.dto.TokenCreateResponse
-
Get the properties associated with the access token.
- getProperties() - Method in class com.authlete.common.dto.TokenIssueRequest
-
Get the extra properties to associate with an access token which
will be issued by this request.
- getProperties() - Method in class com.authlete.common.dto.TokenIssueResponse
-
Get the extra properties associated with the access token.
- getProperties() - Method in class com.authlete.common.dto.TokenRequest
-
Get the extra properties to associate with an access token which
may be issued by this request.
- getProperties() - Method in class com.authlete.common.dto.TokenResponse
-
Get the extra properties associated with the access token.
- getProperties() - Method in class com.authlete.common.dto.TokenUpdateRequest
-
Get a new set of properties assigned to the access token.
- getProperties() - Method in class com.authlete.common.dto.TokenUpdateResponse
-
Get the properties associated with the access token.
- getProperties() - Method in class com.authlete.common.dto.UserInfoResponse
-
Get the extra properties associated with the access token.
- getPushedAuthReqDuration() - Method in class com.authlete.common.dto.Service
-
Get the duration of pushed authorization requests.
- getRandom() - Method in class com.authlete.common.util.UserCodeGenerator
-
Get the
Random instance used for user code generation.
- getRawTokenResponse() - Method in class com.authlete.common.dto.AuthenticationCallbackRequest
-
Get the raw response from the token endpoint of the SNS.
- getRawTokenResponse() - Method in class com.authlete.common.dto.DeveloperAuthenticationCallbackRequest
-
Get the raw response from the token endpoint of the SNS.
- getReadTimeout() - Method in class com.authlete.common.api.Settings
-
Get the read timeout in milliseconds.
- getReason() - Method in class com.authlete.common.dto.AuthorizationFailRequest
-
Get the value of "reason" which is the reason
of the failure of the authorization request.
- getReason() - Method in class com.authlete.common.dto.BackchannelAuthenticationFailRequest
-
Get the reason of the failure of the backchannel authentication request.
- getReason() - Method in class com.authlete.common.dto.TokenFailRequest
-
Get the value of "reason" which is the reason
of the failure of the token request.
- getRedirectUris() - Method in class com.authlete.common.dto.Client
-
Get the redirect URIs.
- getRefreshToken() - Method in class com.authlete.common.dto.AuthenticationCallbackRequest
-
Get the refresh token returned by the SNS which the end-user
used for social login.
- getRefreshToken() - Method in class com.authlete.common.dto.BackchannelAuthenticationCompleteResponse
-
Get the issued refresh token.
- getRefreshToken() - Method in class com.authlete.common.dto.DeveloperAuthenticationCallbackRequest
-
Get the refresh token returned by the SNS which the developer
used for social login.
- getRefreshToken() - Method in class com.authlete.common.dto.TokenCreateRequest
-
Get the refresh token.
- getRefreshToken() - Method in class com.authlete.common.dto.TokenCreateResponse
-
Get the newly issued refresh token.
- getRefreshToken() - Method in class com.authlete.common.dto.TokenIssueResponse
-
Get the refresh token.
- getRefreshToken() - Method in class com.authlete.common.dto.TokenResponse
-
Get the newly issued refresh token.
- getRefreshTokenDuration() - Method in class com.authlete.common.dto.BackchannelAuthenticationCompleteResponse
-
Get the duration of the refresh token in seconds.
- getRefreshTokenDuration() - Method in class com.authlete.common.dto.Service
-
Get the duration of refresh tokens in seconds.
- getRefreshTokenDuration() - Method in class com.authlete.common.dto.TokenCreateRequest
-
Get the duration of a newly created refresh token in seconds.
- getRefreshTokenDuration() - Method in class com.authlete.common.dto.TokenIssueResponse
-
Get the duration of the refresh token in seconds.
- getRefreshTokenDuration() - Method in class com.authlete.common.dto.TokenResponse
-
Get the duration of the refresh token in seconds.
- getRefreshTokenExpiresAt() - Method in class com.authlete.common.dto.AccessToken
-
Get the timestamp at which the refresh token will expire.
- getRefreshTokenExpiresAt() - Method in class com.authlete.common.dto.TokenIssueResponse
-
Get the date in milliseconds since the Unix epoch (1970-01-01)
at which the refresh token will expire.
- getRefreshTokenExpiresAt() - Method in class com.authlete.common.dto.TokenResponse
-
Get the date in milliseconds since the Unix epoch (1970-01-01)
at which the refresh token will expire.
- getRefreshTokenHash() - Method in class com.authlete.common.dto.AccessToken
-
Get the hash of the refresh token.
- getRegion() - Method in class com.authlete.common.dto.Address
-
Get the state, province, prefecture, or region component.
- getRegistrationAccessTokenHash() - Method in class com.authlete.common.dto.Client
-
Get the hash of the registration access token for this client.
- getRegistrationEndpoint() - Method in class com.authlete.common.dto.Service
-
Get the URI of the registration endpoint.
- getRegistrationManagementEndpoint() - Method in class com.authlete.common.dto.Service
-
Get the URI of the registration management endpoint.
- getRequestableScopes(long) - Method in interface com.authlete.common.api.AuthleteApi
-
Get the requestable scopes assigned to a client (= call Authlete's
/client/extension/requestable_scopes/get/{clientId} API).
- getRequestableScopes() - Method in class com.authlete.common.dto.ClientExtension
-
- getRequestContext() - Method in class com.authlete.common.dto.BackchannelAuthenticationResponse
-
Get the request context of the backchannel authentication request.
- getRequestedExpiry() - Method in class com.authlete.common.dto.BackchannelAuthenticationResponse
-
Get the requested expiry for the authentication request ID
(auth_req_id).
- getRequestEncryptionAlg() - Method in class com.authlete.common.dto.Client
-
Get the JWE alg algorithm for encrypting request objects.
- getRequestEncryptionEnc() - Method in class com.authlete.common.dto.Client
-
Get the JWE enc algorithm for encrypting request objects.
- getRequestObjectEndpoint() - Method in class com.authlete.common.dto.Service
-
Get the URI of the request object endpoint.
- getRequestObjectPayload() - Method in class com.authlete.common.dto.AuthorizationResponse
-
Get the payload part of the request object.
- getRequestSignAlg() - Method in class com.authlete.common.dto.Client
-
Get the JWS alg algorithm for signing request objects.
- getRequestUri() - Method in class com.authlete.common.dto.PushedAuthReqResponse
-
Get the request URI created to represent the pushed authorization
request.
- getRequestUris() - Method in class com.authlete.common.dto.Client
-
Get the request URIs that this client declares it may use.
- getResponseBody() - Method in exception com.authlete.common.api.AuthleteApiException
-
Get the response body contained in the response from Authlete server.
- getResponseContent() - Method in class com.authlete.common.dto.AuthorizationAuthenticateResponse
-
Get the response content which can be used as the entity body
of the response.
- getResponseContent() - Method in class com.authlete.common.dto.AuthorizationFailResponse
-
Get the response content which can be used to generate a response
to the client application.
- getResponseContent() - Method in class com.authlete.common.dto.AuthorizationIssueResponse
-
Get the response content which can be used as the entity body
of the response returned to the client application.
- getResponseContent() - Method in class com.authlete.common.dto.AuthorizationResponse
-
Get the response content which can be used to generate a response
to the client application.
- getResponseContent() - Method in class com.authlete.common.dto.BackchannelAuthenticationCompleteResponse
-
Get the content of the notification.
- getResponseContent() - Method in class com.authlete.common.dto.BackchannelAuthenticationFailResponse
-
Get the content of the response body of the response to the client.
- getResponseContent() - Method in class com.authlete.common.dto.BackchannelAuthenticationIssueResponse
-
Get the content of the response body of the response to the client
application.
- getResponseContent() - Method in class com.authlete.common.dto.BackchannelAuthenticationResponse
-
Get the content that can be used to generate a response to the client
application.
- getResponseContent() - Method in class com.authlete.common.dto.ClientRegistrationResponse
-
Get the response content which can be used as the entity body
of the response returned to the client application.
- getResponseContent() - Method in class com.authlete.common.dto.DeviceAuthorizationResponse
-
Get the content that can be used to generate a response to the client
application.
- getResponseContent() - Method in class com.authlete.common.dto.IntrospectionResponse
-
Get the response content which can be used as a part of the
response to the client application.
- getResponseContent() - Method in class com.authlete.common.dto.PushedAuthReqResponse
-
Get the response content which can be used as the entity body
of the response returned to the client application.
- getResponseContent() - Method in class com.authlete.common.dto.RevocationResponse
-
Get the response content which can be used as the entity body
of the response returned to the client application.
- getResponseContent() - Method in class com.authlete.common.dto.StandardIntrospectionResponse
-
Get the response content which can be used as the entity body
of the response returned to the client application.
- getResponseContent() - Method in class com.authlete.common.dto.TokenFailResponse
-
Get the response content which can be used as the entity body
of the response returned to the client application.
- getResponseContent() - Method in class com.authlete.common.dto.TokenIssueResponse
-
Get the response content which can be used as the entity body
of the response returned to the client application.
- getResponseContent() - Method in class com.authlete.common.dto.TokenResponse
-
Get the response content which can be used as the entity body
of the response returned to the client application.
- getResponseContent() - Method in class com.authlete.common.dto.UserInfoIssueResponse
-
Get the response content which can be used as the entity body
of the response returned to the client application.
- getResponseContent() - Method in class com.authlete.common.dto.UserInfoResponse
-
Get the response content which can be used as a part of the
response to the client application.
- getResponseHeaders() - Method in exception com.authlete.common.api.AuthleteApiException
-
Get the response headers contained in the response from Authlete server.
- getResponseTypes() - Method in class com.authlete.common.dto.Client
-
Get response_type values that the client is declaring
that it will restrict itself to using.
- getResult() - Method in class com.authlete.common.dto.BackchannelAuthenticationCompleteRequest
-
Get the result of end-user authentication and authorization.
- getResult() - Method in class com.authlete.common.dto.DeviceCompleteRequest
-
Get the result of end-user authentication and authorization.
- getResultCode() - Method in class com.authlete.common.dto.ApiResponse
-
Get the code of the result of an Authlete API call.
- getResultMessage() - Method in class com.authlete.common.dto.ApiResponse
-
Get the message of the result of an Authlete API call.
- getRevocationEndpoint() - Method in class com.authlete.common.dto.Service
-
Get the URI of the token revocation endpoint.
- getScopes() - Method in class com.authlete.common.dto.AccessToken
-
Get the scopes associated with the access token.
- getScopes() - Method in class com.authlete.common.dto.AuthorizationIssueRequest
-
Get scopes to associate with an authorization code and/or an access token.
- getScopes() - Method in class com.authlete.common.dto.AuthorizationResponse
-
Get the scopes which the client application requests by "scope" request parameter.
- getScopes() - Method in class com.authlete.common.dto.BackchannelAuthenticationCompleteRequest
-
Get scopes associated with the access token.
- getScopes() - Method in class com.authlete.common.dto.BackchannelAuthenticationResponse
-
Get the scopes requested by the backchannel authentication request.
- getScopes() - Method in class com.authlete.common.dto.ClientAuthorizationUpdateRequest
-
Get the new set of scopes assigned to existing access tokens.
- getScopes() - Method in class com.authlete.common.dto.DeviceAuthorizationResponse
-
Get the scopes requested by the device authorization request.
- getScopes() - Method in class com.authlete.common.dto.DeviceCompleteRequest
-
Get scopes associated with the access token.
- getScopes() - Method in class com.authlete.common.dto.DeviceVerificationResponse
-
Get the scopes requested by the device authorization request for the
user code.
- getScopes() - Method in class com.authlete.common.dto.IntrospectionRequest
-
Get the scopes which are required to access the target
protected resource.
- getScopes() - Method in class com.authlete.common.dto.IntrospectionResponse
-
Get the scopes covered by the access token.
- getScopes() - Method in class com.authlete.common.dto.TokenCreateRequest
-
Get the scopes that will be associated with a newly created
access token.
- getScopes() - Method in class com.authlete.common.dto.TokenCreateResponse
-
Get the scopes associated with the newly issued access token.
- getScopes() - Method in class com.authlete.common.dto.TokenIssueResponse
-
Get the scopes covered by the access token.
- getScopes() - Method in class com.authlete.common.dto.TokenResponse
-
Get the scopes covered by the access token.
- getScopes() - Method in class com.authlete.common.dto.TokenUpdateRequest
-
Get the new set of scopes assigned to the access token.
- getScopes() - Method in class com.authlete.common.dto.TokenUpdateResponse
-
Get the scopes associated with the access token.
- getScopes() - Method in class com.authlete.common.dto.UserInfoResponse
-
Get the scopes covered by the access token.
- getSectorIdentifier() - Method in class com.authlete.common.dto.Client
-
Get the sector identifier.
- getSectorIdentifierUri() - Method in class com.authlete.common.dto.Client
-
Get the value of the sector identifier URI.
- getSelfSignedCertificateKeyId() - Method in class com.authlete.common.dto.Client
-
Get the key ID of a JWK containing a self-signed certificate of this client.
- getService(long) - Method in interface com.authlete.common.api.AuthleteApi
-
Get a service (= call Authlete's /service/get/{apiKey} API).
- getService() - Method in class com.authlete.common.dto.AuthorizationResponse
-
Get the information about the service.
- getServiceAccessToken() - Method in interface com.authlete.common.conf.AuthleteConfiguration
-
Get the service API access token
- getServiceAccessToken() - Method in class com.authlete.common.conf.AuthleteEnvConfiguration
-
- getServiceAccessToken() - Method in class com.authlete.common.conf.AuthletePropertiesConfiguration
-
- getServiceAccessToken() - Method in class com.authlete.common.conf.AuthleteSimpleConfiguration
-
- getServiceApiKey() - Method in interface com.authlete.common.conf.AuthleteConfiguration
-
Get the service API key.
- getServiceApiKey() - Method in class com.authlete.common.conf.AuthleteEnvConfiguration
-
- getServiceApiKey() - Method in class com.authlete.common.conf.AuthletePropertiesConfiguration
-
Get the service API key.
- getServiceApiKey() - Method in class com.authlete.common.conf.AuthleteSimpleConfiguration
-
- getServiceApiKey() - Method in class com.authlete.common.dto.AuthenticationCallbackRequest
-
Get the API key of the target service.
- getServiceApiKey() - Method in class com.authlete.common.dto.DeveloperAuthenticationCallbackRequest
-
Get the API key of the target service.
- getServiceApiKey() - Method in class com.authlete.common.dto.GrantedScopesGetResponse
-
Get the API key of the service.
- getServiceApiSecret() - Method in interface com.authlete.common.conf.AuthleteConfiguration
-
Get the service API secret.
- getServiceApiSecret() - Method in class com.authlete.common.conf.AuthleteEnvConfiguration
-
- getServiceApiSecret() - Method in class com.authlete.common.conf.AuthletePropertiesConfiguration
-
Get the service API secret.
- getServiceApiSecret() - Method in class com.authlete.common.conf.AuthleteSimpleConfiguration
-
- getServiceConfiguration() - Method in interface com.authlete.common.api.AuthleteApi
-
- getServiceConfiguration(boolean) - Method in interface com.authlete.common.api.AuthleteApi
-
- getServiceDocumentation() - Method in class com.authlete.common.dto.Service
-
Get the URI of a page containing human-readable information
that developers might want or need to know when using this
OpenID Provider.
- getServiceJwks() - Method in interface com.authlete.common.api.AuthleteApi
-
Get the JWK Set of a service.
- getServiceJwks(boolean, boolean) - Method in interface com.authlete.common.api.AuthleteApi
-
Get the JWK Set of a service.
- getServiceList() - Method in interface com.authlete.common.api.AuthleteApi
-
Get the list of services that belong to the service owner
(= call Authlete's /service/get/list API).
- getServiceList(int, int) - Method in interface com.authlete.common.api.AuthleteApi
-
Get the list of services that belong to the service owner
(= call Authlete's /service/get/list API with start and end parameters).
- getServiceName() - Method in class com.authlete.common.dto.Service
-
Get the service name.
- getServiceNumber() - Method in class com.authlete.common.dto.AssertionProcessor
-
Get the number of the service that this assertion processor is attached to.
- getServiceNumber() - Method in class com.authlete.common.dto.Client
-
Get the number of the service which this client belongs to.
- getServiceOwnerAccessToken() - Method in interface com.authlete.common.conf.AuthleteConfiguration
-
Get the service owner API access token
- getServiceOwnerAccessToken() - Method in class com.authlete.common.conf.AuthleteEnvConfiguration
-
- getServiceOwnerAccessToken() - Method in class com.authlete.common.conf.AuthletePropertiesConfiguration
-
- getServiceOwnerAccessToken() - Method in class com.authlete.common.conf.AuthleteSimpleConfiguration
-
- getServiceOwnerApiKey() - Method in interface com.authlete.common.conf.AuthleteConfiguration
-
Get the service owner API key.
- getServiceOwnerApiKey() - Method in class com.authlete.common.conf.AuthleteEnvConfiguration
-
- getServiceOwnerApiKey() - Method in class com.authlete.common.conf.AuthletePropertiesConfiguration
-
Get the service owner API key.
- getServiceOwnerApiKey() - Method in class com.authlete.common.conf.AuthleteSimpleConfiguration
-
- getServiceOwnerApiSecret() - Method in interface com.authlete.common.conf.AuthleteConfiguration
-
Get the service owner API secret.
- getServiceOwnerApiSecret() - Method in class com.authlete.common.conf.AuthleteEnvConfiguration
-
- getServiceOwnerApiSecret() - Method in class com.authlete.common.conf.AuthletePropertiesConfiguration
-
Get the service owner API secret.
- getServiceOwnerApiSecret() - Method in class com.authlete.common.conf.AuthleteSimpleConfiguration
-
- getServiceOwnerNumber() - Method in class com.authlete.common.dto.Service
-
Get the service owner number.
- getServices() - Method in class com.authlete.common.dto.ServiceListResponse
-
Get the list of services.
- getSettings() - Method in interface com.authlete.common.api.AuthleteApi
-
Get the reference to the settings of this AuthleteApi
implementation.
- getSns() - Method in class com.authlete.common.dto.AuthenticationCallbackRequest
-
Get the SNS that the end-user used for social login.
- getSns() - Method in class com.authlete.common.dto.DeveloperAuthenticationCallbackRequest
-
Get the SNS that the developer used for social login.
- getSns() - Method in class com.authlete.common.dto.SnsCredentials
-
Get the SNS.
- getSnsCredentials() - Method in class com.authlete.common.dto.Service
-
Get the list of SNS credentials that Authlete uses to support social login.
- getSoftwareId() - Method in class com.authlete.common.dto.Client
-
Get the unique identifier string assigned by the client developer or
software publisher used by registration endpoints to identify the client
software to be dynamically registered.
- getSoftwareVersion() - Method in class com.authlete.common.dto.Client
-
Get the version identifier string for the client software identified by
the software ID.
- getStandardClaims() - Static method in class com.authlete.common.types.StandardClaims
-
- getStart() - Method in class com.authlete.common.dto.ClientAuthorizationGetListRequest
-
Get the start index of search results (inclusive).
- getStart() - Method in class com.authlete.common.dto.ClientListResponse
-
Get the start index (inclusive) for the result set of the query.
- getStart() - Method in class com.authlete.common.dto.ServiceListResponse
-
Get the start index (inclusive) for the result set of the query.
- getStart() - Method in class com.authlete.common.dto.TokenListResponse
-
Get the start index (inclusive) for the result set of the query.
- getStatusCode() - Method in exception com.authlete.common.api.AuthleteApiException
-
Get the HTTP status code contained in the response from Authlete server.
- getStatusMessage() - Method in exception com.authlete.common.api.AuthleteApiException
-
Get the HTTP status message contained in the response from Authlete server.
- getStreetAddress() - Method in class com.authlete.common.dto.Address
-
Get the full street address component, which MAY include house number,
street name, Post Office Box, and multi-line extended street address
information.
- getString(String, String) - Method in class com.authlete.common.util.PropertiesWrapper
-
- getString(String, String) - Method in class com.authlete.common.util.TypedProperties
-
Get the value of the property identified by the key as String.
- getString(String) - Method in class com.authlete.common.util.TypedProperties
-
- getString(Enum<?>, String) - Method in class com.authlete.common.util.TypedProperties
-
Equivalent to
getString(key.name(), defaultValue).
- getString(Enum<?>) - Method in class com.authlete.common.util.TypedProperties
-
- getSub() - Method in class com.authlete.common.dto.AuthorizationIssueRequest
-
Get the value of the sub claim that should be used in
the ID token which is to be issued.
- getSub() - Method in class com.authlete.common.dto.BackchannelAuthenticationCompleteRequest
-
Get the value of the sub claim that should be used in the ID
token.
- getSub() - Method in class com.authlete.common.dto.BackchannelAuthenticationResponse
-
Get the value of the "sub" claim contained in the ID token hint
included in the backchannel authentication request.
- getSub() - Method in class com.authlete.common.dto.DeviceCompleteRequest
-
Get the value of the sub claim that should be used in the ID
token.
- getSub() - Method in class com.authlete.common.dto.UserInfoIssueRequest
-
Get the value of the sub claim.
- getSubject() - Method in class com.authlete.common.dto.AccessToken
-
Get the subject (= unique user ID) associated with the access token.
- getSubject() - Method in class com.authlete.common.dto.AuthenticationCallbackResponse
-
Get the subject (= unique identifier) of the authenticated user.
- getSubject() - Method in class com.authlete.common.dto.AuthorizationIssueRequest
-
Get the value of "subject" which is the subject
(= a user account managed by the service) who has granted
authorization to the client application.
- getSubject() - Method in class com.authlete.common.dto.AuthorizationResponse
-
Get the subject (= end-user's unique ID) that the client
application requests.
- getSubject() - Method in class com.authlete.common.dto.AuthorizedClientListResponse
-
Get the identifier of the user who has granted authorization
to the client applications.
- getSubject() - Method in class com.authlete.common.dto.BackchannelAuthenticationCompleteRequest
-
Get the subject (= unique identifier) of the end-user who has granted
authorization to the client application.
- getSubject() - Method in class com.authlete.common.dto.ClientAuthorizationDeleteRequest
-
Get the subject (= unique identifier) of the end-user who has granted
authorization to the client application.
- getSubject() - Method in class com.authlete.common.dto.ClientAuthorizationGetListRequest
-
Get the subject (= unique identifier) of the end-user.
- getSubject() - Method in class com.authlete.common.dto.ClientAuthorizationUpdateRequest
-
Get the subject (= unique identifier) of the end-user who has granted
authorization to the client application.
- getSubject() - Method in class com.authlete.common.dto.DeveloperAuthenticationCallbackResponse
-
Get the subject (= unique identifier) of the authenticated developer.
- getSubject() - Method in class com.authlete.common.dto.DeviceCompleteRequest
-
Get the subject (= unique identifier) of the end-user who has granted
authorization to the client application.
- getSubject() - Method in class com.authlete.common.dto.GrantedScopesGetResponse
-
Get the subject (= unique identifier) of the user
who has granted authorization to the client.
- getSubject() - Method in class com.authlete.common.dto.IntrospectionRequest
-
Get the subject (= end-user ID managed by the service
implementation) which is required to access the target
protected resource.
- getSubject() - Method in class com.authlete.common.dto.IntrospectionResponse
-
Get the subject (= resource owner's ID).
- getSubject() - Method in class com.authlete.common.dto.TokenCreateRequest
-
Get the subject (= unique identifier) of the user who will be
associated with a newly created access token.
- getSubject() - Method in class com.authlete.common.dto.TokenCreateResponse
-
Get the subject (= unique identifier) of the user associated
with the newly issued access token.
- getSubject() - Method in class com.authlete.common.dto.TokenIssueRequest
-
Get the value of "subject" which is the unique
identifier of the authenticated user.
- getSubject() - Method in class com.authlete.common.dto.TokenIssueResponse
-
Get the subject (= resource owner's ID) of the access token.
- getSubject() - Method in class com.authlete.common.dto.TokenListResponse
-
Get the value of 'subject' parameter in the original request.
- getSubject() - Method in class com.authlete.common.dto.TokenResponse
-
Get the subject (= resource owner's ID) of the access token.
- getSubject() - Method in class com.authlete.common.dto.UserInfoResponse
-
Get the subject (= resource owner's ID).
- getSubject() - Method in interface com.authlete.common.types.User
-
Get the subject (= unique identifier) of the user.
- getSubjectType() - Method in class com.authlete.common.dto.Client
-
Get the subject type that this client application requests.
- getSupportedAcrs() - Method in class com.authlete.common.dto.Service
-
Get the supported ACRs (authentication context class references).
- getSupportedBackchannelTokenDeliveryModes() - Method in class com.authlete.common.dto.Service
-
Get the supported backchannel token delivery modes.
- getSupportedClaimLocales() - Method in class com.authlete.common.dto.Service
-
Get the supported claim locales.
- getSupportedClaims() - Method in class com.authlete.common.dto.Service
-
Get the supported claims.
- getSupportedClaimTypes() - Method in class com.authlete.common.dto.Service
-
Get the supported claim types.
- getSupportedDeveloperSnses() - Method in class com.authlete.common.dto.Service
-
Get the list of supported SNSes for social login at the developer console.
- getSupportedDisplays() - Method in class com.authlete.common.dto.Service
-
Get the supported values of display parameter passed to
the authorization endpoint.
- getSupportedGrantTypes() - Method in class com.authlete.common.dto.Service
-
Get the supported grant types.
- getSupportedIntrospectionAuthMethods() - Method in class com.authlete.common.dto.Service
-
Get client authentication methods supported at the introspection endpoint.
- getSupportedResponseTypes() - Method in class com.authlete.common.dto.Service
-
Get the supported response types.
- getSupportedRevocationAuthMethods() - Method in class com.authlete.common.dto.Service
-
Get client authentication methods supported at the revocation endpoint.
- getSupportedScopes() - Method in class com.authlete.common.dto.Service
-
Get the supported scopes.
- getSupportedServiceProfiles() - Method in class com.authlete.common.dto.Service
-
Get the supported service profiles.
- getSupportedSnses() - Method in class com.authlete.common.dto.Service
-
Get the list of supported SNSes for social login at the authorization
endpoint.
- getSupportedTokenAuthMethods() - Method in class com.authlete.common.dto.Service
-
Get the supported client authentication methods at the token endpoint.
- getSupportedUiLocales() - Method in class com.authlete.common.dto.Service
-
Get the supported UI locales.
- getTag() - Method in class com.authlete.common.dto.TaggedValue
-
Get the tag.
- getTarget() - Method in class com.authlete.common.dto.AssertionProcessor
-
Get the part of the service that this assertion processor will be applied
to.
- getTicket() - Method in class com.authlete.common.dto.AuthorizationAuthenticateRequest
-
Get the value of "ticket" which is the ticket
issued by Authlete's /auth/authorization API
to the service implementation.
- getTicket() - Method in class com.authlete.common.dto.AuthorizationFailRequest
-
Get the value of "ticket" which is the ticket
issued by Authlete's /auth/authorization API
to the service implementation.
- getTicket() - Method in class com.authlete.common.dto.AuthorizationIssueRequest
-
Get the value of "ticket" which is the ticket
issued by Authlete's /auth/authorization API
to the service implementation.
- getTicket() - Method in class com.authlete.common.dto.AuthorizationResponse
-
Get the ticket which has been issued to the service implementation
from Authlete's /auth/authorization API.
- getTicket() - Method in class com.authlete.common.dto.BackchannelAuthenticationCompleteRequest
-
Get the ticket which is necessary to call Authlete's
/api/backchannel/authentication/complete API.
- getTicket() - Method in class com.authlete.common.dto.BackchannelAuthenticationFailRequest
-
Get the ticket which should be deleted on a call of Authlete's
/api/backchannel/authentication/fail API.
- getTicket() - Method in class com.authlete.common.dto.BackchannelAuthenticationIssueRequest
-
Get the ticket which is necessary to call Authlete's
/api/backchannel/authentication/issue API.
- getTicket() - Method in class com.authlete.common.dto.BackchannelAuthenticationResponse
-
Get the ticket that is necessary for the implementation of the
backchannel authentication endpoint to call
/api/backchannel/authentication/* API.
- getTicket() - Method in class com.authlete.common.dto.TokenFailRequest
-
Get the value of "ticket" which is the ticket
issued by Authlete's /auth/token API to the
service implementation.
- getTicket() - Method in class com.authlete.common.dto.TokenIssueRequest
-
Get the value of "ticket" which is the ticket
issued by Authlete's /auth/token API to the
service implementation.
- getTicket() - Method in class com.authlete.common.dto.TokenResponse
-
Get the ticket issued from Authlete's /auth/token endpoint.
- getTlsClientAuthSanDns() - Method in class com.authlete.common.dto.Client
-
Get the string representation of the expected DNS subject
alternative name of the certificate this client will
use in mutual TLS authentication.
- getTlsClientAuthSanEmail() - Method in class com.authlete.common.dto.Client
-
Get the string representation of the expected email address
subject alternative name of the certificate this client will
use in mutual TLS authentication.
- getTlsClientAuthSanIp() - Method in class com.authlete.common.dto.Client
-
Get the string representation of the expected IP address
subject alternative name of the certificate this client will
use in mutual TLS authentication.
- getTlsClientAuthSanUri() - Method in class com.authlete.common.dto.Client
-
Get the string representation of the expected URI subject
alternative name of the certificate this client will
use in mutual TLS authentication.
- getTlsClientAuthSubjectDn() - Method in class com.authlete.common.dto.Client
-
Get the string representation of the expected subject
distinguished name of the certificate this client will
use in mutual TLS authentication.
- getToken() - Method in class com.authlete.common.dto.ClientRegistrationRequest
-
Get the client registration access token which was passed with this update
request.
- getToken() - Method in class com.authlete.common.dto.IntrospectionRequest
-
Get the access token.
- getToken() - Method in class com.authlete.common.dto.UserInfoIssueRequest
-
Get the access token which has come along with the userinfo
request from the client application.
- getToken() - Method in class com.authlete.common.dto.UserInfoRequest
-
Get the access token which has come along with the userinfo
request from the client application.
- getToken() - Method in class com.authlete.common.dto.UserInfoResponse
-
Get the access token that came along with the userinfo request.
- getTokenAuthMethod() - Method in class com.authlete.common.dto.Client
-
Get the client authentication method for the token endpoint.
- getTokenAuthSignAlg() - Method in class com.authlete.common.dto.Client
-
Get the JWS alg algorithm for signing the JWT used to
authenticate the client at the token endpoint.
- getTokenEndpoint() - Method in class com.authlete.common.dto.Service
-
Get the URI of the token endpoint.
- getTokenList() - Method in interface com.authlete.common.api.AuthleteApi
-
Get the list of access tokens that are associated with the
service
(= call Authlete's /auth/token/get/list API).
- getTokenList(String, String) - Method in interface com.authlete.common.api.AuthleteApi
-
Get the list of access tokens
(= call Authlete's /auth/token/get/list API with
clientIdentifier and subject).
- getTokenList(int, int) - Method in interface com.authlete.common.api.AuthleteApi
-
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).
- getTokenList(String, String, int, int) - Method in interface com.authlete.common.api.AuthleteApi
-
Get the list of access tokens
(= call Authlete's /auth/token/get/list API with clientIdentifier,
subject, start and end parameters).
- getTokenType() - Method in class com.authlete.common.dto.TokenCreateResponse
-
Get the token type of the access token.
- getTokenType() - Method in class com.authlete.common.dto.TokenUpdateResponse
-
Get the token type associated with the access token.
- getTosUri() - Method in class com.authlete.common.dto.Client
-
Get the URI of the "Terms Of Service" page.
- getTosUri() - Method in class com.authlete.common.dto.Service
-
Get the URI that the OpenID Provider provides to the person
registering the client to read about the OP's terms of service.
- getTosUris() - Method in class com.authlete.common.dto.Client
-
Get the URIs of the "Terms Of Service" pages for specific languages.
- getTotalCount() - Method in class com.authlete.common.dto.ClientListResponse
-
Get the total count of client applications either of the
service (when developer is null) or of
the developer (when developer is not null).
- getTotalCount() - Method in class com.authlete.common.dto.ServiceListResponse
-
Get the total count of services.
- getTotalCount() - Method in class com.authlete.common.dto.TokenListResponse
-
Get the total count of access tokens.
- getTrustedRootCertificates() - Method in class com.authlete.common.dto.Service
-
Get the list of root certificates trusted by this service for PKI-based
client mutual TLS authentication.
- getUiLocales() - Method in class com.authlete.common.dto.AuthorizationResponse
-
Get the list of preferred languages and scripts for the user
interface.
- getUri() - Method in class com.authlete.common.dto.NamedUri
-
Get the value of the URI.
- getUserCode() - Method in class com.authlete.common.dto.BackchannelAuthenticationResponse
-
Get the user code included in the backchannel authentication request.
- getUserCode() - Method in class com.authlete.common.dto.DeviceAuthorizationResponse
-
Get the end-user verification code.
- getUserCode() - Method in class com.authlete.common.dto.DeviceCompleteRequest
-
Get the user code input by the end-user.
- getUserCode() - Method in class com.authlete.common.dto.DeviceVerificationRequest
-
Get the user code.
- getUserCodeCharset() - Method in class com.authlete.common.dto.Service
-
Get the character set for end-user verification codes
(user_code) for Device Flow.
- getUserCodeLength() - Method in class com.authlete.common.dto.Service
-
Get the length of end-user verification codes (user_code) for
Device Flow.
- getUserId() - Method in class com.authlete.common.web.BasicCredentials
-
Get the user ID.
- getUserInfoClaims() - Method in class com.authlete.common.dto.AuthorizationResponse
-
Get the value of the "userinfo" property in the "claims"
request parameter or in the "claims" property in a request object.
- getUserInfoEncryptionAlg() - Method in class com.authlete.common.dto.Client
-
Get the JWE alg algorithm for encrypting UserInfo responses.
- getUserInfoEncryptionEnc() - Method in class com.authlete.common.dto.Client
-
Get the JWE enc algorithm for encrypting UserInfo responses.
- getUserInfoEndpoint() - Method in class com.authlete.common.dto.Service
-
Get the URI of the user info endpoint.
- getUserInfoSignAlg() - Method in class com.authlete.common.dto.Client
-
Get the JWS alg algorithm for signing UserInfo responses.
- getUserInfoSignatureKeyId() - Method in class com.authlete.common.dto.Service
-
Get the key ID to identify a JWK used for user info signature using
an asymmetric key.
- getUsername() - Method in class com.authlete.common.dto.TokenResponse
-
Get the value of "username" request parameter.
- getValue() - Method in enum com.authlete.common.dto.BackchannelAuthenticationCompleteRequest.Result
-
Get the integer representation of this enum instance.
- getValue() - Method in enum com.authlete.common.dto.DeviceCompleteRequest.Result
-
Get the integer representation of this enum instance.
- getValue() - Method in class com.authlete.common.dto.Pair
-
Get the value of this pair.
- getValue() - Method in class com.authlete.common.dto.Property
-
Get the value.
- getValue() - Method in class com.authlete.common.dto.TaggedValue
-
Get the value.
- getValue() - Method in enum com.authlete.common.types.ApplicationType
-
Get the integer representation of this enum instance.
- getValue() - Method in enum com.authlete.common.types.AssertionTarget
-
Get the numerical value for this target.
- getValue() - Method in enum com.authlete.common.types.ClaimRuleOperation
-
Get the numerical value for this operation.
- getValue() - Method in enum com.authlete.common.types.ClaimType
-
Get the integer representation of this enum instance.
- getValue() - Method in enum com.authlete.common.types.ClientAuthMethod
-
Get the integer representation of this enum instance.
- getValue() - Method in enum com.authlete.common.types.ClientType
-
Get the integer representation of this enum instance.
- getValue() - Method in enum com.authlete.common.types.CodeChallengeMethod
-
Get the integer representation of this enum instance.
- getValue() - Method in enum com.authlete.common.types.DeliveryMode
-
Get the integer representation of this enum instance.
- getValue() - Method in enum com.authlete.common.types.Display
-
Get the integer representation of this enum instance.
- getValue() - Method in enum com.authlete.common.types.GrantType
-
Get the integer representation of this enum instance.
- getValue() - Method in enum com.authlete.common.types.JWEAlg
-
Get the integer representation of this enum instance.
- getValue() - Method in enum com.authlete.common.types.JWEEnc
-
Get the integer representation of this enum instance.
- getValue() - Method in enum com.authlete.common.types.JWSAlg
-
Get the integer representation of this enum instance.
- getValue() - Method in enum com.authlete.common.types.Plan
-
Get the integer representation of this enum instance.
- getValue() - Method in enum com.authlete.common.types.Prompt
-
Get the integer representation of this enum instance.
- getValue() - Method in enum com.authlete.common.types.ResponseMode
-
Get the integer representation of this enum instance.
- getValue() - Method in enum com.authlete.common.types.ResponseType
-
Get the integer representation of this enum instance.
- getValue() - Method in enum com.authlete.common.types.ServiceProfile
-
Get the integer representation of this enum instance.
- getValue() - Method in enum com.authlete.common.types.Sns
-
Get the integer representation of this enum instance.
- getValue() - Method in enum com.authlete.common.types.StandardScope
-
Get the integer representation of this enum instance.
- getValue() - Method in enum com.authlete.common.types.SubjectType
-
Get the integer representation of this enum instance.
- getValue() - Method in enum com.authlete.common.types.UserCodeCharset
-
Get the integer representation of this enum instance.
- getValue() - Method in enum com.authlete.common.types.UserIdentificationHintType
-
Get the integer representation of this enum instance.
- getVerificationUri() - Method in class com.authlete.common.dto.DeviceAuthorizationResponse
-
Get the end-user verification URI.
- getVerificationUriComplete() - Method in class com.authlete.common.dto.DeviceAuthorizationResponse
-
Get the end-user verification URI that includes the end-user verification
code.
- getWarnings() - Method in class com.authlete.common.dto.BackchannelAuthenticationResponse
-
Get the warnings raised during processing the backchannel authentication
request.
- getWarnings() - Method in class com.authlete.common.dto.DeviceAuthorizationResponse
-
Get the warnings raised during processing the device authorization
request.
- GIVEN_NAME - Static variable in class com.authlete.common.types.StandardClaims
-
Given name(s) or first name(s) of the End-User.
- GrantedScopesGetResponse - Class in com.authlete.common.dto
-
Response from Authlete's /client/granted_scopes/get/{clientId} API.
- GrantedScopesGetResponse() - Constructor for class com.authlete.common.dto.GrantedScopesGetResponse
-
- GrantType - Enum in com.authlete.common.types
-
Values for grant_type.
- Scope - Class in com.authlete.common.dto
-
Information about a scope of a service.
- Scope() - Constructor for class com.authlete.common.dto.Scope
-
- Scope.NameComparator - Class in com.authlete.common.dto
-
Comparator based on scope names.
- Service - Class in com.authlete.common.dto
-
Information about a service.
- Service() - Constructor for class com.authlete.common.dto.Service
-
- ServiceCreatableResponse - Class in com.authlete.common.dto
-
Response from Authlete's /api/service/creatable API.
- ServiceCreatableResponse() - Constructor for class com.authlete.common.dto.ServiceCreatableResponse
-
- ServiceListResponse - Class in com.authlete.common.dto
-
Response from Authlete's /service/get/list API.
- ServiceListResponse() - Constructor for class com.authlete.common.dto.ServiceListResponse
-
- ServiceOwner - Class in com.authlete.common.dto
-
Information about a service owner.
- ServiceOwner() - Constructor for class com.authlete.common.dto.ServiceOwner
-
- ServiceProfile - Enum in com.authlete.common.types
-
Service profile.
- set(String, boolean) - Method in class com.authlete.common.util.TypedProperties
-
- set(Enum<?>, boolean) - Method in class com.authlete.common.util.TypedProperties
-
- set(String, float) - Method in class com.authlete.common.util.TypedProperties
-
- set(Enum<?>, float) - Method in class com.authlete.common.util.TypedProperties
-
- set(String, int) - Method in class com.authlete.common.util.TypedProperties
-
Equivalent to
setInt(key, value).
- set(Enum<?>, int) - Method in class com.authlete.common.util.TypedProperties
-
Equivalent to
setInt(key, value).
- set(String, long) - Method in class com.authlete.common.util.TypedProperties
-
- set(Enum<?>, long) - Method in class com.authlete.common.util.TypedProperties
-
- set(String, TEnum) - Method in class com.authlete.common.util.TypedProperties
-
- set(Enum<?>, TEnum) - Method in class com.authlete.common.util.TypedProperties
-
- set(String, String) - Method in class com.authlete.common.util.TypedProperties
-
- set(Enum<?>, String) - Method in class com.authlete.common.util.TypedProperties
-
- setAccessToken(String) - Method in class com.authlete.common.dto.AuthenticationCallbackRequest
-
Set the access token returned by the SNS which the end-user
used for social login.
- setAccessToken(String) - Method in class com.authlete.common.dto.AuthorizationIssueResponse
-
Set the access token.
- setAccessToken(String) - Method in class com.authlete.common.dto.BackchannelAuthenticationCompleteResponse
-
Set the issued access token.
- setAccessToken(String) - Method in class com.authlete.common.dto.DeveloperAuthenticationCallbackRequest
-
Set the access token returned by the SNS which the developer
used for social login.
- setAccessToken(String) - Method in class com.authlete.common.dto.TokenCreateRequest
-
Set the access token.
- setAccessToken(String) - Method in class com.authlete.common.dto.TokenCreateResponse
-
Set the newly issued access token.
- setAccessToken(String) - Method in class com.authlete.common.dto.TokenIssueResponse
-
Set the newly issued access token.
- setAccessToken(String) - Method in class com.authlete.common.dto.TokenResponse
-
Set the newly issued access token.
- setAccessToken(String) - Method in class com.authlete.common.dto.TokenUpdateRequest
-
Set an existing access token to update.
- setAccessToken(String) - Method in class com.authlete.common.dto.TokenUpdateResponse
-
- setAccessTokenDuration(long) - Method in class com.authlete.common.dto.AuthorizationIssueResponse
-
Set the duration of the access token in seconds.
- setAccessTokenDuration(long) - Method in class com.authlete.common.dto.BackchannelAuthenticationCompleteResponse
-
Set the duration of the access token in seconds.
- setAccessTokenDuration(long) - Method in class com.authlete.common.dto.Service
-
Set the duration of access tokens in seconds; the value of
expires_in in access token responses.
- setAccessTokenDuration(long) - Method in class com.authlete.common.dto.TokenCreateRequest
-
Set the duration of a newly created access token in seconds.
- setAccessTokenDuration(long) - Method in class com.authlete.common.dto.TokenIssueResponse
-
Set the duration of the access token in seconds.
- setAccessTokenDuration(long) - Method in class com.authlete.common.dto.TokenResponse
-
Set the duration of the access token in seconds.
- setAccessTokenExpiresAt(long) - Method in class com.authlete.common.dto.AccessToken
-
Set the timestamp at which the access token will expire.
- setAccessTokenExpiresAt(long) - Method in class com.authlete.common.dto.AuthorizationIssueResponse
-
Set the date in milliseconds since the Unix epoch at which
the access token will expire.
- setAccessTokenExpiresAt(long) - Method in class com.authlete.common.dto.TokenIssueResponse
-
Set the date in milliseconds since the Unix epoch (1970-01-01)
at which the access token will expire.
- setAccessTokenExpiresAt(long) - Method in class com.authlete.common.dto.TokenResponse
-
Set the date in milliseconds since the Unix epoch (1970-01-01)
at which the access token will expire.
- setAccessTokenExpiresAt(long) - Method in class com.authlete.common.dto.TokenUpdateRequest
-
Set the new date at which the access token will expire.
- setAccessTokenExpiresAt(long) - Method in class com.authlete.common.dto.TokenUpdateResponse
-
Set the date at which the access token will expire.
- setAccessTokenExpiresAtUpdatedOnScopeUpdate(boolean) - Method in class com.authlete.common.dto.TokenUpdateRequest
-
Set the flag which indicates whether /auth/token/update API attempts
to update the expiration date of the access token when the scopes linked to
the access token are changed by this request.
- setAccessTokenHash(String) - Method in class com.authlete.common.dto.AccessToken
-
Set the hash of the access token.
- setAccessTokenHash(String) - Method in class com.authlete.common.dto.TokenUpdateRequest
-
Set the hash of the access token value.
- setAccessTokenPersistent(boolean) - Method in class com.authlete.common.dto.TokenCreateRequest
-
Set whether the access token expires or not.
- setAccessTokenPersistent(boolean) - Method in class com.authlete.common.dto.TokenUpdateRequest
-
Set whether the access token expires or not.
- setAccessTokens(AccessToken[]) - Method in class com.authlete.common.dto.TokenListResponse
-
Set the list of access tokens that match the query conditions.
- setAccessTokenSignAlg(JWSAlg) - Method in class com.authlete.common.dto.Service
-
Set the signature algorithm of access tokens.
- setAccessTokenSignatureKeyId(String) - Method in class com.authlete.common.dto.Service
-
Set the key ID to identify a JWK used for signing access tokens.
- setAccessTokenType(String) - Method in class com.authlete.common.dto.Service
-
Set the access token type; the value of token_type in
access token responses.
- setAccessTokenValueUpdated(boolean) - Method in class com.authlete.common.dto.TokenUpdateRequest
-
Set whether to update the value of the access token in the data store.
- setAcr(String) - Method in class com.authlete.common.dto.AuthorizationIssueRequest
-
Set the value of "acr" which is the authentication
context class reference value which the end-user authentication
satisfied.
- setAcr(String) - Method in class com.authlete.common.dto.BackchannelAuthenticationCompleteRequest
-
Set the reference of the authentication context class which the
end-user authentication satisfied.
- setAcr(String) - Method in class com.authlete.common.dto.DeviceCompleteRequest
-
Set the reference of the authentication context class which the
end-user authentication satisfied.
- setAcrEssential(boolean) - Method in class com.authlete.common.dto.AuthorizationResponse
-
Set the flag which indicates whether the end-user authentication
must satisfy one of the requested ACRs.
- setAcrs(String[]) - Method in class com.authlete.common.dto.AuthorizationResponse
-
Set the list of ACRs (Authentication Context Class References)
requested by the client application.
- setAcrs(String[]) - Method in class com.authlete.common.dto.BackchannelAuthenticationResponse
-
Set the list of ACR values requested by the backchannel authentication
request.
- setAcrs(String[]) - Method in class com.authlete.common.dto.DeviceAuthorizationResponse
-
Set the list of ACR values requested by the device authorization
request.
- setAcrs(String[]) - Method in class com.authlete.common.dto.DeviceVerificationResponse
-
Set the list of ACR values requested by the device authorization
request.
- setAction(AuthorizationAuthenticateResponse.Action) - Method in class com.authlete.common.dto.AuthorizationAuthenticateResponse
-
Set the next action that the service implementation should take.
- setAction(AuthorizationFailResponse.Action) - Method in class com.authlete.common.dto.AuthorizationFailResponse
-
Set the next action that the service implementation should take.
- setAction(AuthorizationIssueResponse.Action) - Method in class com.authlete.common.dto.AuthorizationIssueResponse
-
Set the next action that the service implementation should take.
- setAction(AuthorizationResponse.Action) - Method in class com.authlete.common.dto.AuthorizationResponse
-
Set the next action that the service implementation should take.
- setAction(BackchannelAuthenticationCompleteResponse.Action) - Method in class com.authlete.common.dto.BackchannelAuthenticationCompleteResponse
-
Set the next action that the OpenID provider should take.
- setAction(BackchannelAuthenticationFailResponse.Action) - Method in class com.authlete.common.dto.BackchannelAuthenticationFailResponse
-
Set the next action that the backchannel authentication endpoint should
take.
- setAction(BackchannelAuthenticationIssueResponse.Action) - Method in class com.authlete.common.dto.BackchannelAuthenticationIssueResponse
-
Set the next action that the OpenID provider implementation should take.
- setAction(BackchannelAuthenticationResponse.Action) - Method in class com.authlete.common.dto.BackchannelAuthenticationResponse
-
Set the next action that the implementation of the backchannel
authentication endpoint should take.
- setAction(ClientRegistrationResponse.Action) - Method in class com.authlete.common.dto.ClientRegistrationResponse
-
Set the next action that the implementation of client registration
endpoint should take.
- setAction(DeviceAuthorizationResponse.Action) - Method in class com.authlete.common.dto.DeviceAuthorizationResponse
-
Set the next action that the implementation of the device authorization
endpoint should take.
- setAction(DeviceCompleteResponse.Action) - Method in class com.authlete.common.dto.DeviceCompleteResponse
-
Set the next action that the authorization server implementation should
take.
- setAction(DeviceVerificationResponse.Action) - Method in class com.authlete.common.dto.DeviceVerificationResponse
-
Set the next action that the authorization server should take.
- setAction(IntrospectionResponse.Action) - Method in class com.authlete.common.dto.IntrospectionResponse
-
Set the next action the service implementation should take.
- setAction(PushedAuthReqResponse.Action) - Method in class com.authlete.common.dto.PushedAuthReqResponse
-
Set the next action that the authorization server should take.
- setAction(RevocationResponse.Action) - Method in class com.authlete.common.dto.RevocationResponse
-
Set the next action that the service implementation should take.
- setAction(StandardIntrospectionResponse.Action) - Method in class com.authlete.common.dto.StandardIntrospectionResponse
-
Set the next action that the introspection endpoint of the
authorization server should take.
- setAction(TokenCreateResponse.Action) - Method in class com.authlete.common.dto.TokenCreateResponse
-
Set the code indicating how the response should be interpreted.
- setAction(TokenFailResponse.Action) - Method in class com.authlete.common.dto.TokenFailResponse
-
Set the next action that the service implementation should take.
- setAction(TokenIssueResponse.Action) - Method in class com.authlete.common.dto.TokenIssueResponse
-
Set the next action that the service implementation should take.
- setAction(TokenResponse.Action) - Method in class com.authlete.common.dto.TokenResponse
-
Set the next action that the service implementation should take.
- setAction(TokenUpdateResponse.Action) - Method in class com.authlete.common.dto.TokenUpdateResponse
-
Set the code indicating how the response should be interpreted.
- setAction(UserInfoIssueResponse.Action) - Method in class com.authlete.common.dto.UserInfoIssueResponse
-
Set the next action that the service implementation should take.
- setAction(UserInfoResponse.Action) - Method in class com.authlete.common.dto.UserInfoResponse
-
Set the next action the service implementation should take.
- setAllowableClockSkew(int) - Method in class com.authlete.common.dto.Service
-
Set the allowable clock skew between the server and clients in seconds.
- setApiKey(long) - Method in class com.authlete.common.dto.Service
-
Set the API key.
- setApiKey(long) - Method in class com.authlete.common.dto.ServiceOwner
-
Set the API key of the service owner.
- setApiKey(String) - Method in class com.authlete.common.dto.SnsCredentials
-
Set the API key.
- setApiSecret(String) - Method in class com.authlete.common.dto.Service
-
Set the API secret.
- setApiSecret(String) - Method in class com.authlete.common.dto.ServiceOwner
-
Set the API secret of the service owner.
- setApiSecret(String) - Method in class com.authlete.common.dto.SnsCredentials
-
Set the API secret.
- setApplicationType(ApplicationType) - Method in class com.authlete.common.dto.Client
-
Set the application type.
- setAttributes(Pair[]) - Method in class com.authlete.common.dto.Scope
-
Set attributes.
- setAttributes(Iterable<Pair>) - Method in class com.authlete.common.dto.Scope
-
Set attributes.
- setAuthenticated(boolean) - Method in class com.authlete.common.dto.AuthenticationCallbackResponse
-
Set the authentication result.
- setAuthenticated(boolean) - Method in class com.authlete.common.dto.AuthorizationAuthenticateResponse
-
Set the result of the authentication.
- setAuthenticated(boolean) - Method in class com.authlete.common.dto.DeveloperAuthenticationCallbackResponse
-
Set the authentication result.
- setAuthenticationCallbackApiKey(String) - Method in class com.authlete.common.dto.Service
-
Set the API key to access the authentication callback endpoint.
- setAuthenticationCallbackApiSecret(String) - Method in class com.authlete.common.dto.Service
-
Set the API secret to access the authentication callback endpoint.
- setAuthenticationCallbackEndpoint(URI) - Method in class com.authlete.common.dto.Service
-
Set the URI of the authentication callback endpoint.
- setAuthorizationCode(String) - Method in class com.authlete.common.dto.AuthorizationIssueResponse
-
Set the newly issued authorization code.
- setAuthorizationEncryptionAlg(JWEAlg) - Method in class com.authlete.common.dto.Client
-
Set the JWE alg algorithm for encrypting authorization responses.
- setAuthorizationEncryptionEnc(JWEEnc) - Method in class com.authlete.common.dto.Client
-
Set the JWE enc algorithm for encrypting authorization responses.
- setAuthorizationEndpoint(URI) - Method in class com.authlete.common.dto.Service
-
Set the URI of the authorization endpoint.
- setAuthorizationResponseDuration(long) - Method in class com.authlete.common.dto.Service
-
Set the duration of authorization response JWTs.
- setAuthorizationSignAlg(JWSAlg) - Method in class com.authlete.common.dto.Client
-
Set the JWS alg algorithm for signing authorization responses.
- setAuthorizationSignatureKeyId(String) - Method in class com.authlete.common.dto.Service
-
Set the key ID to identify a JWK used for signing authorization responses
using an asymmetric key.
- setAuthReqId(String) - Method in class com.authlete.common.dto.BackchannelAuthenticationCompleteResponse
-
Set the value of the "auth_req_id" which is associated with
the ticket.
- setAuthReqId(String) - Method in class com.authlete.common.dto.BackchannelAuthenticationIssueResponse
-
Set the issued authentication request ID.
- setAuthTime(long) - Method in class com.authlete.common.dto.AuthorizationIssueRequest
-
Set the value of "authTime" which is the time
when the authentication of the end-user occurred.
- setAuthTime(long) - Method in class com.authlete.common.dto.BackchannelAuthenticationCompleteRequest
-
Set the time at which the end-user was authenticated.
- setAuthTime(long) - Method in class com.authlete.common.dto.DeviceCompleteRequest
-
Set the time at which the end-user was authenticated.
- setAuthTimeRequired(boolean) - Method in class com.authlete.common.dto.Client
-
Set the flag which indicates whether this client requires auth_time
claim to be embedded in the ID token.
- setBackchannelAuthenticationEndpoint(URI) - Method in class com.authlete.common.dto.Service
-
Set the URI of the backchannel authentication endpoint.
- setBackchannelAuthReqIdDuration(int) - Method in class com.authlete.common.dto.Service
-
Set the duration of backchannel authentication request IDs issued from
the backchannel authentication endpoint in seconds.
- setBackchannelBindingMessageRequiredInFapi(boolean) - Method in class com.authlete.common.dto.Service
-
Set the boolean flag which indicates whether the binding_message
request parameter is always required whenever a backchannel authentication
request is judged as a request for Financial-grade API.
- setBackchannelPollingInterval(int) - Method in class com.authlete.common.dto.Service
-
Set the minimum interval between polling requests to the token endpoint
from client applications in seconds.
- setBackchannelUserCodeParameterSupported(boolean) - Method in class com.authlete.common.dto.Service
-
Set the boolean flag which indicates whether the "user_code"
request parameter is supported at the backchannel authentication
endpoint.
- setBaseUrl(String) - Method in class com.authlete.common.conf.AuthleteSimpleConfiguration
-
Set the base URL.
- setBcDeliveryMode(DeliveryMode) - Method in class com.authlete.common.dto.Client
-
Set the backchannel token delivery mode.
- setBcNotificationEndpoint(URI) - Method in class com.authlete.common.dto.Client
-
Set the backchannel client notification endpoint.
- setBcRequestSignAlg(JWSAlg) - Method in class com.authlete.common.dto.Client
-
Set the signature algorithm of the request to the backchannel
authentication endpoint.
- setBcUserCodeRequired(boolean) - Method in class com.authlete.common.dto.Client
-
Set the boolean flag which indicates whether a user code is required
when this client makes a backchannel authentication request.
- setBindingMessage(String) - Method in class com.authlete.common.dto.BackchannelAuthenticationResponse
-
Set the binding message included in the backchannel authentication
request.
- setBoolean(String, boolean) - Method in class com.authlete.common.util.StringBasedTypedProperties
-
- setBoolean(String, boolean) - Method in class com.authlete.common.util.TypedProperties
-
Set the value to the property identified by the key.
- setBoolean(Enum<?>, boolean) - Method in class com.authlete.common.util.TypedProperties
-
- setCertificateThumbprint(String) - Method in class com.authlete.common.dto.IntrospectionResponse
-
Set the client certificate thumbprint used to validate the access token.
- setCharacters(String) - Method in class com.authlete.common.util.UserCodeGenerator
-
Set characters that may appear in generated user codes.
- setCharacters(UserCodeCharset) - Method in class com.authlete.common.util.UserCodeGenerator
-
Set characters that may appear in generated user codes.
- setClaimName(String) - Method in class com.authlete.common.dto.ClaimRule
-
Set the name of the claim that this rule applies to.
- setClaimNames(String[]) - Method in class com.authlete.common.dto.BackchannelAuthenticationResponse
-
Set the names of the claims which were requested indirectly via some
special scopes.
- setClaimNames(String[]) - Method in class com.authlete.common.dto.DeviceAuthorizationResponse
-
Set the names of the claims which were requested indirectly via some
special scopes.
- setClaimNames(String[]) - Method in class com.authlete.common.dto.DeviceVerificationResponse
-
Set the names of the claims which were requested indirectly via some
special scopes.
- setClaimRules(ClaimRule[]) - Method in class com.authlete.common.dto.AssertionProcessor
-
Set the claim rules that will be applied to any assertions processed by
this processor.
- setClaims(String[]) - Method in class com.authlete.common.dto.AuthenticationCallbackRequest
-
Set the list of claims requested by a client application.
- setClaims(String) - Method in class com.authlete.common.dto.AuthenticationCallbackResponse
-
Set the claims of the authenticated user in JSON format.
- setClaims(String) - Method in class com.authlete.common.dto.AuthorizationAuthenticateRequest
-
Set the space-delimited names of claims to request.
- setClaims(String) - Method in class com.authlete.common.dto.AuthorizationIssueRequest
-
Set the value of "claims" which is the claims of the subject
in JSON format.
- setClaims(Map<String, Object>) - Method in class com.authlete.common.dto.AuthorizationIssueRequest
-
Set the value of "claims" which is the claims of the subject.
- setClaims(String[]) - Method in class com.authlete.common.dto.AuthorizationResponse
-
Set the list of claims that the client application requests
to be embedded in the ID token.
- setClaims(String) - Method in class com.authlete.common.dto.BackchannelAuthenticationCompleteRequest
-
Set additional claims which will be embedded in the ID token.
- setClaims(Map<String, Object>) - Method in class com.authlete.common.dto.BackchannelAuthenticationCompleteRequest
-
Set additional claims which will be embedded in the ID token.
- setClaims(String) - Method in class com.authlete.common.dto.DeviceCompleteRequest
-
Set additional claims which will be embedded in the ID token.
- setClaims(Map<String, Object>) - Method in class com.authlete.common.dto.DeviceCompleteRequest
-
Set additional claims which will be embedded in the ID token.
- setClaims(String) - Method in class com.authlete.common.dto.UserInfoIssueRequest
-
Set the claims of the subject in JSON format.
- setClaims(Map<String, Object>) - Method in class com.authlete.common.dto.UserInfoIssueRequest
-
Set the value of "claims" which is the claims of the subject.
- setClaims(String[]) - Method in class com.authlete.common.dto.UserInfoResponse
-
Set the list of claims that the client application requests
to be embedded in the ID token.
- setClaimsLocales(String[]) - Method in class com.authlete.common.dto.AuthenticationCallbackRequest
-
Set the list of locales for claims.
- setClaimsLocales(String) - Method in class com.authlete.common.dto.AuthorizationAuthenticateRequest
-
Set the space-delimited locales for claims.
- setClaimsLocales(String[]) - Method in class com.authlete.common.dto.AuthorizationResponse
-
Set the list of preferred languages and scripts for claim
values contained in the ID token.
- setClient(Client) - Method in class com.authlete.common.dto.AuthorizationResponse
-
Set the information about the client application which has made
the authorization request.
- setClient(Client) - Method in class com.authlete.common.dto.ClientRegistrationResponse
-
Set the information about the newly registered client.
- setClient(Client) - Method in class com.authlete.common.dto.TokenListResponse
-
Set the client information associated with the value of 'clientIdentifier'
parameter in the original request.
- setClientAuthMethod(ClientAuthMethod) - Method in class com.authlete.common.dto.BackchannelAuthenticationResponse
-
Set the client authentication method that should be performed at the
backchannel authentication endpoint.
- setClientAuthMethod(ClientAuthMethod) - Method in class com.authlete.common.dto.DeviceAuthorizationResponse
-
Set the client authentication method that should be performed at the
device authorization endpoint.
- setClientAuthMethod(ClientAuthMethod) - Method in class com.authlete.common.dto.PushedAuthReqResponse
-
Set the client authentication method that should be performed at the
pushed authorization request endpoint.
- setClientAuthMethod(ClientAuthMethod) - Method in class com.authlete.common.dto.TokenResponse
-
Set the client authentication method that should be performed at the
token endpoint.
- setClientCertificate(String) - Method in class com.authlete.common.dto.BackchannelAuthenticationRequest
-
Set the client certificate used in the TLS connection between the
client application and the backchannel authentication endpoint of the
OpenID provider.
- setClientCertificate(String) - Method in class com.authlete.common.dto.DeviceAuthorizationRequest
-
Set the client certificate used in the TLS connection between the
client application and the device authorization endpoint of the
authorization server.
- setClientCertificate(String) - Method in class com.authlete.common.dto.IntrospectionRequest
-
Set the client certificate, used to validate binding against
access tokens using the TLS client certificate confirmation method.
- setClientCertificate(String) - Method in class com.authlete.common.dto.PushedAuthReqRequest
-
Set the client certificate used in the TLS connection between the client
application and the pushed authorization request endpoint.
- setClientCertificate(String) - Method in class com.authlete.common.dto.TokenRequest
-
Set the client certificate from the MTLS of the token
request from the client application.
- setClientCertificate(String) - Method in class com.authlete.common.dto.UserInfoRequest
-
Set the client certificate used in the TLS connection established
between the client application and the userinfo endpoint.
- setClientCertificatePath(String[]) - Method in class com.authlete.common.dto.BackchannelAuthenticationRequest
-
Set the client certificate path presented by the client during client
authentication.
- setClientCertificatePath(String[]) - Method in class com.authlete.common.dto.DeviceAuthorizationRequest
-
Set the client certificate path presented by the client during client
authentication.
- setClientCertificatePath(String[]) - Method in class com.authlete.common.dto.PushedAuthReqRequest
-
Set the client certificate path presented by the client during client
authentication.
- setClientCertificatePath(String[]) - Method in class com.authlete.common.dto.TokenRequest
-
Get the certificate path presented by the client during
client authentication.
- setClientId(long) - Method in class com.authlete.common.dto.AccessToken
-
Set the ID of the client associated with the access token.
- setClientId(long) - Method in class com.authlete.common.dto.AuthenticationCallbackRequest
-
Set the ID of the client application that triggered this
authentication request.
- setClientId(long) - Method in class com.authlete.common.dto.BackchannelAuthenticationCompleteResponse
-
Set the client ID of the client application that has made the
backchannel authentication request.
- setClientId(String) - Method in class com.authlete.common.dto.BackchannelAuthenticationRequest
-
Set the client ID extracted from Authorization header of the
backchannel authentication request from the client application.
- setClientId(long) - Method in class com.authlete.common.dto.BackchannelAuthenticationResponse
-
Set the client ID of the client application that has made the
backchannel authentication request.
- setClientId(long) - Method in class com.authlete.common.dto.Client
-
Set the client ID.
- setClientId(String) - Method in class com.authlete.common.dto.ClientRegistrationRequest
-
Set the client's ID.
- setClientId(String) - Method in class com.authlete.common.dto.DeviceAuthorizationRequest
-
Set the client ID extracted from Authorization header of the
device authorization request from the client application.
- setClientId(long) - Method in class com.authlete.common.dto.DeviceAuthorizationResponse
-
Set the client ID of the client application that has made the device
authorization request.
- setClientId(long) - Method in class com.authlete.common.dto.DeviceVerificationResponse
-
Set the client ID of the client application to which the user code has
been issued.
- setClientId(long) - Method in class com.authlete.common.dto.GrantedScopesGetResponse
-
Set the client ID.
- setClientId(long) - Method in class com.authlete.common.dto.IntrospectionResponse
-
Set the client ID.
- setClientId(String) - Method in class com.authlete.common.dto.PushedAuthReqRequest
-
Set the client ID extracted from the Authorization header of the
request to the pushed authorization request endpoint.
- setClientId(String) - Method in class com.authlete.common.dto.RevocationRequest
-
Set the client ID extracted from Authorization header
of the token revocation request from the client application.
- setClientId(long) - Method in class com.authlete.common.dto.TokenCreateRequest
-
Set the client ID that will be associated with a newly created
access token.
- setClientId(long) - Method in class com.authlete.common.dto.TokenCreateResponse
-
Set the client ID associated with the newly issued access token.
- setClientId(long) - Method in class com.authlete.common.dto.TokenIssueResponse
-
Set the client ID.
- setClientId(String) - Method in class com.authlete.common.dto.TokenRequest
-
Set the client ID extracted from Authorization
header of the token request from the client application.
- setClientId(long) - Method in class com.authlete.common.dto.TokenResponse
-
Set the client ID.
- setClientId(long) - Method in class com.authlete.common.dto.UserInfoResponse
-
Set the client ID.
- setClientIdAlias(String) - Method in class com.authlete.common.dto.BackchannelAuthenticationCompleteResponse
-
Set the client ID alias of the client application that has made the
backchannel authentication request.
- setClientIdAlias(String) - Method in class com.authlete.common.dto.BackchannelAuthenticationResponse
-
Set the client ID alias of the client application that has made the
backchannel authentication request.
- setClientIdAlias(String) - Method in class com.authlete.common.dto.Client
-
Set the alias of the client ID.
- setClientIdAlias(String) - Method in class com.authlete.common.dto.DeviceAuthorizationResponse
-
Set the client ID alias of the client application that has made the
device authorization request.
- setClientIdAlias(String) - Method in class com.authlete.common.dto.DeviceVerificationResponse
-
Set the client ID alias of the client application to which the user code
has been issued.
- setClientIdAlias(String) - Method in class com.authlete.common.dto.IntrospectionResponse
-
Set the client ID alias when the authorization request or the token
request for the access token was made.
- setClientIdAlias(String) - Method in class com.authlete.common.dto.TokenIssueResponse
-
Set the client ID alias.
- setClientIdAlias(String) - Method in class com.authlete.common.dto.TokenResponse
-
Set the client ID alias when the token request was made.
- setClientIdAlias(String) - Method in class com.authlete.common.dto.UserInfoResponse
-
Set the client ID alias when the authorization request for the access
token was made.
- setClientIdAliasEnabled(boolean) - Method in class com.authlete.common.dto.Client
-
Enable/disable the client ID alias.
- setClientIdAliasEnabled(boolean) - Method in class com.authlete.common.dto.Service
-
Enable/disable the 'Client ID Alias' feature.
- setClientIdAliasUsed(boolean) - Method in class com.authlete.common.dto.AuthorizationResponse
-
Set the flag which indicates whether the value of the client_id
request parameter included in the authorization request is the client
ID alias or the original numeric client ID.
- setClientIdAliasUsed(boolean) - Method in class com.authlete.common.dto.BackchannelAuthenticationCompleteResponse
-
Set the flag which indicates whether the client ID alias was used in
the backchannel authentication request.
- setClientIdAliasUsed(boolean) - Method in class com.authlete.common.dto.BackchannelAuthenticationResponse
-
Set the flag which indicates whether the client ID alias was used in
the backchannel authentication request.
- setClientIdAliasUsed(boolean) - Method in class com.authlete.common.dto.DeviceAuthorizationResponse
-
Set the flag which indicates whether the client ID alias was used in
the device authorization request.
- setClientIdAliasUsed(boolean) - Method in class com.authlete.common.dto.DeviceVerificationResponse
-
Set the flag which indicates whether the client ID alias was used in
the device authorization request for the user code.
- setClientIdAliasUsed(boolean) - Method in class com.authlete.common.dto.IntrospectionResponse
-
Set the flag which indicates whether the client ID alias was used
when the authorization request or the token request for the access
token was made.
- setClientIdAliasUsed(boolean) - Method in class com.authlete.common.dto.TokenCreateRequest
-
Set the flag which indicates whether to emulate that the client ID alias is used
instead of the original numeric client ID when a new access token is created.
- setClientIdAliasUsed(boolean) - Method in class com.authlete.common.dto.TokenIssueResponse
-
Set the flag which indicates whether the client ID alias was used
when the token request was made.
- setClientIdAliasUsed(boolean) - Method in class com.authlete.common.dto.TokenResponse
-
Set the flag which indicates whether the client ID alias was used
when the token request was made.
- setClientIdAliasUsed(boolean) - Method in class com.authlete.common.dto.UserInfoResponse
-
Set the flag which indicates whether the client ID alias was used
when the authorization request for the access token was made.
- setClientIdentifier(String) - Method in class com.authlete.common.dto.JoseVerifyRequest
-
Set the identifier of the client application whose keys are required
for verification of the JOSE object.
- setClientName(String) - Method in class com.authlete.common.dto.BackchannelAuthenticationCompleteResponse
-
Set the name of the client application which has made the backchannel
authentication request.
- setClientName(String) - Method in class com.authlete.common.dto.BackchannelAuthenticationResponse
-
Set the name of the client application which has made the backchannel
authentication request.
- setClientName(String) - Method in class com.authlete.common.dto.Client
-
Set the client name.
- setClientName(String) - Method in class com.authlete.common.dto.DeviceAuthorizationResponse
-
Set the name of the client application which has made the device
authorization request.
- setClientName(String) - Method in class com.authlete.common.dto.DeviceVerificationResponse
-
Set the name of the client application to which the user code has been
issued.
- setClientNames(TaggedValue[]) - Method in class com.authlete.common.dto.Client
-
Set the client names each of which has a language tag.
- setClientNotificationEndpoint(URI) - Method in class com.authlete.common.dto.BackchannelAuthenticationCompleteResponse
-
Set the client notification endpoint to which a notification needs to be
sent.
- setClientNotificationToken(String) - Method in class com.authlete.common.dto.BackchannelAuthenticationCompleteResponse
-
Set the client notification token which needs to be embedded as a
Bearer token in the Authorization header in the
notification.
- setClientNotificationToken(String) - Method in class com.authlete.common.dto.BackchannelAuthenticationResponse
-
Set the client notification token included in the backchannel
authentication request.
- setClients(Client[]) - Method in class com.authlete.common.dto.ClientListResponse
-
Set the list of clients that match the query conditions.
- setClientSecret(String) - Method in class com.authlete.common.dto.BackchannelAuthenticationRequest
-
Set the client secret extracted from Authorization header of
the backchannel authentication request from the client application.
- setClientSecret(String) - Method in class com.authlete.common.dto.Client
-
Set the client secret.
- setClientSecret(String) - Method in class com.authlete.common.dto.ClientSecretUpdateRequest
-
Set the client secret.
- setClientSecret(String) - Method in class com.authlete.common.dto.DeviceAuthorizationRequest
-
Set the client secret extracted from Authorization header of
the device authorization request from the client application.
- setClientSecret(String) - Method in class com.authlete.common.dto.PushedAuthReqRequest
-
Set the client secret extracted from the Authorization header of
the request to the pushed authorization request endpoint.
- setClientSecret(String) - Method in class com.authlete.common.dto.RevocationRequest
-
Set the client secret extracted from Authorization header
of the token revocation request from the client application.
- setClientSecret(String) - Method in class com.authlete.common.dto.TokenRequest
-
Set the client secret extracted from Authorization
header of the token request from the client application.
- setClientsPerDeveloper(int) - Method in class com.authlete.common.dto.Service
-
Set the number of client applications that one developer can create.
- setClientType(ClientType) - Method in class com.authlete.common.dto.Client
-
Set the client type.
- setClientUri(URI) - Method in class com.authlete.common.dto.Client
-
Set the URI of the home page.
- setClientUris(TaggedValue[]) - Method in class com.authlete.common.dto.Client
-
Set the URIs of the home pages for specific languages.
- setClockSkew(int) - Method in class com.authlete.common.dto.JoseVerifyRequest
-
Set allowable clock skew in seconds.
- setComparisonValue(String) - Method in class com.authlete.common.dto.ClaimRule
-
Set the value to compare the claim value to, if the operation is
EQUALS.
- setConnectionTimeout(int) - Method in class com.authlete.common.api.Settings
-
Set the timeout value in milliseconds for socket connection.
- setContacts(String[]) - Method in class com.authlete.common.dto.Client
-
Set the email addresses of contacts.
- setCount(int) - Method in class com.authlete.common.dto.ServiceCreatableResponse
-
Set the current number of services that the service owner has.
- setCountry(String) - Method in class com.authlete.common.dto.Address
-
Set the country name component.
- setCreatable(boolean) - Method in class com.authlete.common.dto.ServiceCreatableResponse
-
Set the flag to indicate whether the service owner can create
a new service.
- setCreatedAt(long) - Method in class com.authlete.common.dto.AccessToken
-
Set the timestamp at which the access token was first created.
- setCreatedAt(long) - Method in class com.authlete.common.dto.Client
-
Set the time at which this client was created.
- setCreatedAt(long) - Method in class com.authlete.common.dto.Service
-
Set the time at which this service was created.
- setDefaultAcrs(String[]) - Method in class com.authlete.common.dto.Client
-
Set the default list of authentication context class references.
- setDefaultEntry(boolean) - Method in class com.authlete.common.dto.Scope
-
Set the flag that indicates whether this scope is included in
the default scope list.
- setDefaultMaxAge(int) - Method in class com.authlete.common.dto.Client
-
Set the default value of the maximum authentication age in seconds.
- setDeliveryMode(DeliveryMode) - Method in class com.authlete.common.dto.BackchannelAuthenticationCompleteResponse
-
Set the backchannel token delivery mode.
- setDeliveryMode(DeliveryMode) - Method in class com.authlete.common.dto.BackchannelAuthenticationResponse
-
Set the backchannel token delivery mode of the client application.
- setDescription(String) - Method in class com.authlete.common.dto.AuthorizationFailRequest
-
Set the custom description about the authorization failure.
- setDescription(String) - Method in class com.authlete.common.dto.Client
-
Set the description.
- setDescription(String) - Method in class com.authlete.common.dto.Scope
-
Set the description.
- setDescription(String) - Method in class com.authlete.common.dto.Service
-
Set the description.
- setDescriptions(TaggedValue[]) - Method in class com.authlete.common.dto.Client
-
Set the descriptions for specific languages.
- setDescriptions(TaggedValue[]) - Method in class com.authlete.common.dto.Scope
-
Set descriptions for various languages.
- setDeveloper(String) - Method in class com.authlete.common.dto.Client
-
Set the unique ID of the developer of this client application.
- setDeveloper(String) - Method in class com.authlete.common.dto.ClientAuthorizationGetListRequest
-
Set the developer of client applications.
- setDeveloper(String) - Method in class com.authlete.common.dto.ClientListResponse
-
Set the developer.
- setDeveloperAuthenticationCallbackApiKey(String) - Method in class com.authlete.common.dto.Service
-
Set the API key to access the developer authentication callback endpoint.
- setDeveloperAuthenticationCallbackApiSecret(String) - Method in class com.authlete.common.dto.Service
-
Set the API secret to access the developer authentication callback endpoint.
- setDeveloperAuthenticationCallbackEndpoint(URI) - Method in class com.authlete.common.dto.Service
-
Set the URI of the developer authentication callback endpoint.
- setDeveloperSnsCredentials(SnsCredentials[]) - Method in class com.authlete.common.dto.Service
-
Set the list of SNS credentials that Authlete uses to support social login
at the developer console.
- setDeviceAuthorizationEndpoint(URI) - Method in class com.authlete.common.dto.Service
-
Set the URI of the device authorization endpoint.
- setDeviceCode(String) - Method in class com.authlete.common.dto.DeviceAuthorizationResponse
-
Set the device verification code.
- setDeviceFlowCodeDuration(int) - Method in class com.authlete.common.dto.Service
-
Set the duration of device verification codes and end-user verification
codes issued from the device authorization endpoint in seconds.
- setDeviceFlowPollingInterval(int) - Method in class com.authlete.common.dto.Service
-
Set the minimum interval between polling requests to the token endpoint
from client applications in seconds in device flow.
- setDeviceVerificationUri(URI) - Method in class com.authlete.common.dto.Service
-
Set the verification URI for the device flow.
- setDeviceVerificationUriComplete(URI) - Method in class com.authlete.common.dto.Service
-
Set the verification URI for the device flow with a placeholder for a
user code.
- setDirectAuthorizationEndpointEnabled(boolean) - Method in class com.authlete.common.dto.Service
-
Set the flag which indicates whether the direct authorization endpoint
is enabled or not.
- setDirectIntrospectionEndpointEnabled(boolean) - Method in class com.authlete.common.dto.Service
-
Set the flag which indicates whether the direct introspection endpoint
is enabled or not.
- setDirectJwksEndpointEnabled(boolean) - Method in class com.authlete.common.dto.Service
-
Set the flag which indicates whether the direct jwks endpoint
is enabled or not.
- setDirectRevocationEndpointEnabled(boolean) - Method in class com.authlete.common.dto.Service
-
Set the flag which indicates whether the direct revocation endpoint
is enabled or not.
- setDirectTokenEndpointEnabled(boolean) - Method in class com.authlete.common.dto.Service
-
Set the flag which indicates whether the direct token endpoint
is enabled or not.
- setDirectUserInfoEndpointEnabled(boolean) - Method in class com.authlete.common.dto.Service
-
Set the flag which indicates whether the direct userinfo endpoint
is enabled or not.
- setDisplay(Display) - Method in class com.authlete.common.dto.AuthorizationResponse
-
Set the display mode which the client application requires
by "display" request parameter.
- setDisplayName(String) - Method in class com.authlete.common.dto.DeveloperAuthenticationCallbackResponse
-
Set the display name of the authenticated developer.
- setDynamicallyRegistered(boolean) - Method in class com.authlete.common.dto.Client
-
Set the flag which indicates whether this client has been registered dynamically.
- setDynamicRegistrationSupported(boolean) - Method in class com.authlete.common.dto.Service
-
Set the flag which indicates whether dynamic client registration is supported.
- setEmail(String) - Method in class com.authlete.common.dto.ServiceOwner
-
Set the email address of the service owner.
- setEnd(int) - Method in class com.authlete.common.dto.ClientAuthorizationGetListRequest
-
Set the end index of search results (exclusive).
- setEnd(int) - Method in class com.authlete.common.dto.ClientListResponse
-
Set the end index (exclusive) for the result set of the query.
- setEnd(int) - Method in class com.authlete.common.dto.ServiceListResponse
-
Set the end index (exclusive) for the result set of the query.
- setEnd(int) - Method in class com.authlete.common.dto.TokenListResponse
-
Set the end index (exclusive) for the result set of the query.
- setEnum(String, TEnum) - Method in class com.authlete.common.util.TypedProperties
-
Equivalent to
setString(key, (value == null) ? null : value.name()).
- setEnum(Enum<?>, TEnum) - Method in class com.authlete.common.util.TypedProperties
-
Equivalent to
setEnum(key.name(), value).
- setErrorDescription(String) - Method in class com.authlete.common.dto.BackchannelAuthenticationCompleteRequest
-
Set the description of the error.
- setErrorDescription(String) - Method in class com.authlete.common.dto.BackchannelAuthenticationFailRequest
-
Set the description of the error.
- setErrorDescription(String) - Method in class com.authlete.common.dto.DeviceCompleteRequest
-
Set the description of the error.
- setErrorDescriptionOmitted(boolean) - Method in class com.authlete.common.dto.Service
-
Omit or embed the error_description response parameter in
error responses.
- setErrorDescriptions(String[]) - Method in class com.authlete.common.dto.JoseVerifyResponse
-
Set the list of error messages.
- setErrorUri(URI) - Method in class com.authlete.common.dto.BackchannelAuthenticationCompleteRequest
-
Set the URI of a document which describes the error in detail.
- setErrorUri(URI) - Method in class com.authlete.common.dto.BackchannelAuthenticationFailRequest
-
Set the URI of a document which describes the error in detail.
- setErrorUri(URI) - Method in class com.authlete.common.dto.DeviceCompleteRequest
-
Set the URI of a document which describes the error in detail.
- setErrorUriOmitted(boolean) - Method in class com.authlete.common.dto.Service
-
Omit or embed the error_uri response parameter in error
responses.
- setExistent(boolean) - Method in class com.authlete.common.dto.IntrospectionResponse
-
Set the flag which indicates whether the access token exists.
- setExpiresAt(long) - Method in class com.authlete.common.dto.DeviceVerificationResponse
-
Set the date in milliseconds since the Unix epoch (1970-01-01)
at which the user code will expire.
- setExpiresAt(long) - Method in class com.authlete.common.dto.IntrospectionResponse
-
Set the time at which the access token expires in milliseconds
since the Unix epoch (1970-01-01).
- setExpiresAt(long) - Method in class com.authlete.common.dto.TokenCreateResponse
-
Set the date at which the newly issued access token will expire.
- setExpiresIn(long) - Method in class com.authlete.common.dto.AuthenticationCallbackRequest
-
Set the lifetime of the access token in seconds.
- setExpiresIn(int) - Method in class com.authlete.common.dto.BackchannelAuthenticationIssueResponse
-
Set the duration of the issued authentication request ID in seconds.
- setExpiresIn(long) - Method in class com.authlete.common.dto.DeveloperAuthenticationCallbackRequest
-
Set the lifetime of the access token in seconds.
- setExpiresIn(int) - Method in class com.authlete.common.dto.DeviceAuthorizationResponse
-
Set the duration of the issued device verification code and end-user
verification code in seconds.
- setExpiresIn(long) - Method in class com.authlete.common.dto.TokenCreateResponse
-
Set the duration of the newly issued access token in seconds.
- setExtension(ClientExtension) - Method in class com.authlete.common.dto.Client
-
Set the extended information about this client.
- setFloat(String, float) - Method in class com.authlete.common.util.StringBasedTypedProperties
-
- setFloat(String, float) - Method in class com.authlete.common.util.TypedProperties
-
Set the value to the property identified by the key.
- setFloat(Enum<?>, float) - Method in class com.authlete.common.util.TypedProperties
-
Equivalent to
setFloat(key.name(), value).
- setFormatted(String) - Method in class com.authlete.common.dto.Address
-
Set the full mailing address, formatted for display or use on a mailing label.
- setGrantType(GrantType) - Method in class com.authlete.common.dto.AccessToken
-
Set the grant type of the access token when the access token was created.
- setGrantType(GrantType) - Method in class com.authlete.common.dto.TokenCreateRequest
-
Set the grant type for a newly created access token.
- setGrantType(GrantType) - Method in class com.authlete.common.dto.TokenCreateResponse
-
Set the
grant type for the newly issued
access token.
- setGrantType(GrantType) - Method in class com.authlete.common.dto.TokenResponse
-
Set the grant type of the token request.
- setGrantTypes(GrantType[]) - Method in class com.authlete.common.dto.Client
-
Set grant_type values that the client is declaring
that it will restrict itself to using.
- setHidden(boolean) - Method in class com.authlete.common.dto.Property
-
Set this property hidden from or visible to client applications.
- setHint(String) - Method in class com.authlete.common.dto.BackchannelAuthenticationResponse
-
Set the value of the hint for end-user identification.
- setHintType(UserIdentificationHintType) - Method in class com.authlete.common.dto.BackchannelAuthenticationResponse
-
Set the type of the hint for end-user identification which was
included in the backchannel authentication request.
- setId(String) - Method in class com.authlete.common.dto.AuthenticationCallbackRequest
-
Set the ID of the end-user to authenticate.
- setId(String) - Method in class com.authlete.common.dto.DeveloperAuthenticationCallbackRequest
-
Set the ID of the developer to authenticate.
- setIdToken(String) - Method in class com.authlete.common.dto.AuthorizationIssueResponse
-
Set the newly issued ID token.
- setIdToken(String) - Method in class com.authlete.common.dto.BackchannelAuthenticationCompleteResponse
-
Set the issued ID token.
- setIdToken(String) - Method in class com.authlete.common.dto.TokenResponse
-
Set the ID token.
- setIdTokenClaims(String) - Method in class com.authlete.common.dto.AuthorizationResponse
-
Set the value of the "id_token" property in the "claims"
request parameter or in the "claims" property in a request object.
- setIdTokenDuration(long) - Method in class com.authlete.common.dto.BackchannelAuthenticationCompleteResponse
-
Set the duration of the ID token in seconds.
- setIdTokenDuration(long) - Method in class com.authlete.common.dto.Service
-
Set the duration of ID tokens in seconds.
- setIdTokenEncryptionAlg(JWEAlg) - Method in class com.authlete.common.dto.Client
-
Set the JWE alg algorithm for encrypting the ID token
issued to this client.
- setIdTokenEncryptionEnc(JWEEnc) - Method in class com.authlete.common.dto.Client
-
Set the JWE enc algorithm for encrypting the ID token
issued to this client.
- setIdTokenSignAlg(JWSAlg) - Method in class com.authlete.common.dto.Client
-
Set the JWS alg algorithm for signing the ID token
issued to this client.
- setIdTokenSignatureKeyId(String) - Method in class com.authlete.common.dto.Service
-
Set the key ID to identify a JWK used for ID token signature using
an asymmetric key.
- setInt(String, int) - Method in class com.authlete.common.util.StringBasedTypedProperties
-
- setInt(String, int) - Method in class com.authlete.common.util.TypedProperties
-
Set the value to the property identified by the key.
- setInt(Enum<?>, int) - Method in class com.authlete.common.util.TypedProperties
-
Equivalent to
setInt(key.name(), value).
- setInterval(int) - Method in class com.authlete.common.dto.BackchannelAuthenticationIssueResponse
-
Set the minimum amount of time in seconds that the client must wait for
between polling requests to the token endpoint.
- setInterval(int) - Method in class com.authlete.common.dto.DeviceAuthorizationResponse
-
Set the minimum amount of time in seconds that the client must wait for
between polling requests to the token endpoint.
- setIntrospectionEndpoint(URI) - Method in class com.authlete.common.dto.Service
-
Set the URI of the introspection endpoint.
- setInvalidClaims(String[]) - Method in class com.authlete.common.dto.JoseVerifyResponse
-
Set the list of invalid claims.
- setIssuer(URI) - Method in class com.authlete.common.dto.Service
-
Set the issuer identifier of this OpenID provider.
- setJose(String) - Method in class com.authlete.common.dto.JoseVerifyRequest
-
Set a JOSE object that will be verified.
- setJson(String) - Method in class com.authlete.common.dto.ClientRegistrationRequest
-
Set client metadata in JSON format that complies with
RFC 7591 (OAuth 2.0
Dynamic Client Registration Protocol).
- setJwks(String) - Method in class com.authlete.common.dto.AssertionProcessor
-
Set the JSON Web Key set used to check the assertion's signatures, serialized
as a JSON string.
- setJwks(String) - Method in class com.authlete.common.dto.Client
-
Set the JSON Web Key Set.
- setJwks(String) - Method in class com.authlete.common.dto.Service
-
Set the JSON Web Key Set of the service.
- setJwksUri(URI) - Method in class com.authlete.common.dto.Client
-
Set the URI of the JSON Web Key Set of the client application.
- setJwksUri(URI) - Method in class com.authlete.common.dto.Service
-
Set the URI of the service's JSON Web Key Set.
- setJwtAccessToken(String) - Method in class com.authlete.common.dto.AuthorizationIssueResponse
-
Set the newly issued access token in JWT format.
- setJwtAccessToken(String) - Method in class com.authlete.common.dto.BackchannelAuthenticationCompleteResponse
-
Set the newly issued access token in JWT format.
- setJwtAccessToken(String) - Method in class com.authlete.common.dto.TokenIssueResponse
-
Set the newly issued access token in JWT format.
- setJwtAccessToken(String) - Method in class com.authlete.common.dto.TokenResponse
-
Set the newly issued access token in JWT format.
- setKey(String) - Method in class com.authlete.common.dto.Pair
-
Set the key of this pair.
- setKey(String) - Method in class com.authlete.common.dto.Property
-
Set the key.
- setLastRefreshedAt(long) - Method in class com.authlete.common.dto.AccessToken
-
Set the timestamp at which the access token was last refreshed using the
refresh token.
- setLatestGrantedScopes(String[]) - Method in class com.authlete.common.dto.GrantedScopesGetResponse
-
Set the scopes granted to the client application by the last
authorization process by the user (who is identified by the
subject).
- setLength(int) - Method in class com.authlete.common.util.UserCodeGenerator
-
Set length of generated user codes.
- setLimit(int) - Method in class com.authlete.common.dto.ServiceCreatableResponse
-
Set the maximum number of services that can be created in the plan.
- setLocality(String) - Method in class com.authlete.common.dto.Address
-
Set the city or locality component.
- setLoginHint(String) - Method in class com.authlete.common.dto.AuthorizationResponse
-
Set the value of login hint, which is specified by the client
application using "login_hint" request parameter.
- setLoginId(String) - Method in class com.authlete.common.dto.AuthorizationAuthenticateRequest
-
Set the login ID of the end-user to authenticate.
- setLoginId(String) - Method in class com.authlete.common.dto.ServiceOwner
-
Set the login ID of the service owner.
- setLoginUri(URI) - Method in class com.authlete.common.dto.Client
-
Set the URL that can initiate a login for this client application.
- setLogoUri(URI) - Method in class com.authlete.common.dto.Client
-
Set the URI of the logo image.
- setLogoUris(TaggedValue[]) - Method in class com.authlete.common.dto.Client
-
Set the logo URIs each of which has a language tag.
- setLong(String, long) - Method in class com.authlete.common.util.StringBasedTypedProperties
-
- setLong(String, long) - Method in class com.authlete.common.util.TypedProperties
-
Set the value to the property identified by the key.
- setLong(Enum<?>, long) - Method in class com.authlete.common.util.TypedProperties
-
Equivalent to
setLong(key.name(), value).
- setLowestPrompt(Prompt) - Method in class com.authlete.common.dto.AuthorizationResponse
-
Set the prompt that the UI displayed to the end-user must satisfy
at least.
- setMandatoryClaims(String[]) - Method in class com.authlete.common.dto.JoseVerifyRequest
-
Set mandatory claims that are required to be included in the JOSE
object.
- setMaxAge(int) - Method in class com.authlete.common.dto.AuthorizationResponse
-
Set the maximum authentication age.
- setMergedGrantedScopes(String[]) - Method in class com.authlete.common.dto.GrantedScopesGetResponse
-
Set the scopes granted to the client application by all the
past authorization processes.
- setMetadata(Pair[]) - Method in class com.authlete.common.dto.Service
-
Set metadata.
- setMissingClaims(String[]) - Method in class com.authlete.common.dto.JoseVerifyResponse
-
Set the list of missing claims.
- setModifiedAt(long) - Method in class com.authlete.common.dto.Client
-
Set the time at which this client was last modified.
- setModifiedAt(long) - Method in class com.authlete.common.dto.GrantedScopesGetResponse
-
Set the timestamp in milliseconds since Unix epoch
at which this record was modified.
- setModifiedAt(long) - Method in class com.authlete.common.dto.Service
-
Set the time at which this service was last modified.
- setMtlsEndpointAliases(NamedUri[]) - Method in class com.authlete.common.dto.Service
-
Set the MTLS endpoint aliases.
- setMutualTlsValidatePkiCertChain(boolean) - Method in class com.authlete.common.dto.Service
-
Set whether this service validates certificate chains during PKI-based
client mutual TLS authentication.
- setName(String) - Method in class com.authlete.common.dto.NamedUri
-
Set the name of the URI.
- setName(String) - Method in class com.authlete.common.dto.Scope
-
Set the scope name.
- setName(String) - Method in class com.authlete.common.dto.ServiceOwner
-
Set the service owner name.
- setNewClientSecret(String) - Method in class com.authlete.common.dto.ClientSecretRefreshResponse
-
Set the new client secret.
- setNewClientSecret(String) - Method in class com.authlete.common.dto.ClientSecretUpdateResponse
-
Set the new client secret.
- setNumber(int) - Method in class com.authlete.common.dto.AssertionProcessor
-
Get the object number for this assertion processor.
- setNumber(int) - Method in class com.authlete.common.dto.Client
-
Set the client number.
- setNumber(int) - Method in class com.authlete.common.dto.Service
-
Set the service number.
- setNumber(int) - Method in class com.authlete.common.dto.ServiceOwner
-
Set the service owner number.
- setOldClientSecret(String) - Method in class com.authlete.common.dto.ClientSecretRefreshResponse
-
Set the old client secret.
- setOldClientSecret(String) - Method in class com.authlete.common.dto.ClientSecretUpdateResponse
-
Set the old client secret.
- setOperation(ClaimRuleOperation) - Method in class com.authlete.common.dto.ClaimRule
-
Set the operation that this rule will apply to any claims it processes.
- setParameters(String) - Method in class com.authlete.common.dto.AuthorizationRequest
-
Set the value of parameters which are the request
parameters that the OAuth 2.0 authorization endpoint of the
service implementation received from the client application.
- setParameters(Map<String, String[]>) - Method in class com.authlete.common.dto.AuthorizationRequest
-
Set the value of parameters which are the request
parameters that the OAuth 2.0 authorization endpoint of the
service implementation received from the client application.
- setParameters(String) - Method in class com.authlete.common.dto.BackchannelAuthenticationRequest
-
Set the value of parameters which are the request parameters
that the backchannel authentication endpoint of the OpenID provider
implementation received from the client application.
- setParameters(Map<String, String[]>) - Method in class com.authlete.common.dto.BackchannelAuthenticationRequest
-
Set the value of parameters which are the request parameters
that the backchannel authentication endpoint of the OpenID provider
implementation received from the client application.
- setParameters(String) - Method in class com.authlete.common.dto.DeviceAuthorizationRequest
-
Set the value of parameters which are the request parameters
that the device authorization endpoint of the authorization server
implementation received from the client application.
- setParameters(Map<String, String[]>) - Method in class com.authlete.common.dto.DeviceAuthorizationRequest
-
Set the value of parameters which are the request parameters
that the device authorization endpoint of the authorization server
implementation received from the client application.
- setParameters(String) - Method in class com.authlete.common.dto.PushedAuthReqRequest
-
Set the request parameters that the pushed authorization request
endpoint received from the client application.
- setParameters(String) - Method in class com.authlete.common.dto.RevocationRequest
-
Set the value of parameters which are the request
parameters that the OAuth 2.0 token revocation endpoint of
the service implementation received from the client application.
- setParameters(Map<String, String[]>) - Method in class com.authlete.common.dto.RevocationRequest
-
Set the value of parameters which are the request
parameters that the OAuth 2.0 token revocation endpoint of
the service implementation received from the client application.
- setParameters(String) - Method in class com.authlete.common.dto.StandardIntrospectionRequest
-
Set the value of parameters that represents the
request parameters which the introspection endpoint of
the authorization server received.
- setParameters(String) - Method in class com.authlete.common.dto.TokenRequest
-
Set the value of parameters which are the request
parameters that the OAuth 2.0 token endpoint of the service
implementation received from the client application.
- setParameters(Map<String, String[]>) - Method in class com.authlete.common.dto.TokenRequest
-
Set the value of parameters which are the request
parameters that the OAuth 2.0 token endpoint of the service
implementation received from the client application.
- setPassword(String) - Method in class com.authlete.common.dto.AuthenticationCallbackRequest
-
Set the password of the end-user to authenticate.
- setPassword(String) - Method in class com.authlete.common.dto.AuthorizationAuthenticateRequest
-
Set the password of the end-user to authenticate.
- setPassword(String) - Method in class com.authlete.common.dto.DeveloperAuthenticationCallbackRequest
-
Set the password of the developer to authenticate.
- setPassword(String) - Method in class com.authlete.common.dto.TokenResponse
-
Set the value of "password" request parameter.
- setPkceRequired(boolean) - Method in class com.authlete.common.dto.Service
-
Set the flag which indicates whether the use of Proof Key for Code
Exchange (PKCE) is always required for authorization requests
by
Authorization Code Flow.
- setPkceS256Required(boolean) - Method in class com.authlete.common.dto.Service
-
Set the flag which indicates whether
S256 is always required
as the code challenge method whenever PKCE (
RFC 7636) is used.
- setPlan(Plan) - Method in class com.authlete.common.dto.ServiceCreatableResponse
-
Set the plan of the service owner.
- setPlan(Plan) - Method in class com.authlete.common.dto.ServiceOwner
-
Set the plan.
- setPolicyUri(URI) - Method in class com.authlete.common.dto.Client
-
Set the URI of the policy page which describes how
the client application uses the profile data of the
end-user.
- setPolicyUri(URI) - Method in class com.authlete.common.dto.Service
-
Set the URI that this OpenID Provider provides to the person
registering the client to read about the OP's requirements on
how the Relying Party can use the data provided by the OP.
- setPolicyUris(TaggedValue[]) - Method in class com.authlete.common.dto.Client
-
Set the URIs of the policy pages for specific languages.
- setPostaCode(String) - Method in class com.authlete.common.dto.Address
-
Set the zip code or postal code component.
- setPrompts(Prompt[]) - Method in class com.authlete.common.dto.AuthorizationResponse
-
Set the list of prompts contained in the authorization request
(= the value of prompt request parameter).
- setProperties(Property[]) - Method in class com.authlete.common.dto.AccessToken
-
Set the properties associated with the access token.
- setProperties(Property[]) - Method in class com.authlete.common.dto.AuthorizationIssueRequest
-
Set extra properties to associate with an access token and/or
an authorization code which will be issued by this request.
- setProperties(Property[]) - Method in class com.authlete.common.dto.BackchannelAuthenticationCompleteRequest
-
Set extra properties associated with the access token.
- setProperties(Property[]) - Method in class com.authlete.common.dto.DeviceCompleteRequest
-
Set extra properties associated with the access token that will be
issued.
- setProperties(Property[]) - Method in class com.authlete.common.dto.IntrospectionResponse
-
Set the extra properties associated with the access token.
- setProperties(Property[]) - Method in class com.authlete.common.dto.TokenCreateRequest
-
Set extra properties to associate with an access token which will
be issued by this request.
- setProperties(Property[]) - Method in class com.authlete.common.dto.TokenCreateResponse
-
Set the properties associated with the access token.
- setProperties(Property[]) - Method in class com.authlete.common.dto.TokenIssueRequest
-
Set extra properties to associate with an access token which will
be issued by this request.
- setProperties(Property[]) - Method in class com.authlete.common.dto.TokenIssueResponse
-
Set the extra properties associated with the access token.
- setProperties(Property[]) - Method in class com.authlete.common.dto.TokenRequest
-
Set extra properties to associate with an access token which may
be issued by this request.
- setProperties(Property[]) - Method in class com.authlete.common.dto.TokenResponse
-
Set the extra properties associated with the access token.
- setProperties(Property[]) - Method in class com.authlete.common.dto.TokenUpdateRequest
-
Set a new set of properties assigned to the access token.
- setProperties(Property[]) - Method in class com.authlete.common.dto.TokenUpdateResponse
-
Set the properties associated with the access token.
- setProperties(Property[]) - Method in class com.authlete.common.dto.UserInfoResponse
-
Set the extra properties associated with the access token.
- setPushedAuthReqDuration(long) - Method in class com.authlete.common.dto.Service
-
Set the duration of pushed authorization requests.
- setRandom(Random) - Method in class com.authlete.common.util.UserCodeGenerator
-
Set a
Random instance used for user code generation.
- setRawTokenResponse(String) - Method in class com.authlete.common.dto.AuthenticationCallbackRequest
-
Set the raw response from the token endpoint of the SNS.
- setRawTokenResponse(String) - Method in class com.authlete.common.dto.DeveloperAuthenticationCallbackRequest
-
Set the raw response from the token endpoint of the SNS.
- setReadTimeout(int) - Method in class com.authlete.common.api.Settings
-
Set the read timeout in milliseconds.
- setReason(AuthorizationFailRequest.Reason) - Method in class com.authlete.common.dto.AuthorizationFailRequest
-
Set the value of "reason" which is the reason
of the failure of the authorization request.
- setReason(BackchannelAuthenticationFailRequest.Reason) - Method in class com.authlete.common.dto.BackchannelAuthenticationFailRequest
-
Set the reason of the failure of the backchannel authentication request.
- setReason(TokenFailRequest.Reason) - Method in class com.authlete.common.dto.TokenFailRequest
-
Set the value of "reason" which is the reason
of the failure of the token request.
- setRedirectUris(String[]) - Method in class com.authlete.common.dto.Client
-
Set the redirect URIs.
- setRefreshable(boolean) - Method in class com.authlete.common.dto.IntrospectionResponse
-
Set the flag which indicates whether the access token can be
refreshed using the associated refresh token.
- setRefreshToken(String) - Method in class com.authlete.common.dto.AuthenticationCallbackRequest
-
Set the refresh token returned by the SNS which the end-user
used for social login.
- setRefreshToken(String) - Method in class com.authlete.common.dto.BackchannelAuthenticationCompleteResponse
-
Set the issued refresh token.
- setRefreshToken(String) - Method in class com.authlete.common.dto.DeveloperAuthenticationCallbackRequest
-
Set the refresh token returned by the SNS which the developer
used for social login.
- setRefreshToken(String) - Method in class com.authlete.common.dto.TokenCreateRequest
-
Set the refresh token.
- setRefreshToken(String) - Method in class com.authlete.common.dto.TokenCreateResponse
-
Set the newly issued refresh token.
- setRefreshToken(String) - Method in class com.authlete.common.dto.TokenIssueResponse
-
Set the refresh token.
- setRefreshToken(String) - Method in class com.authlete.common.dto.TokenResponse
-
Set the newly issued refresh token.
- setRefreshTokenDuration(long) - Method in class com.authlete.common.dto.BackchannelAuthenticationCompleteResponse
-
Set the duration of the refresh token in seconds.
- setRefreshTokenDuration(long) - Method in class com.authlete.common.dto.Service
-
Set the duration of refresh tokens in seconds.
- setRefreshTokenDuration(long) - Method in class com.authlete.common.dto.TokenCreateRequest
-
Set the duration of a newly created refresh token in seconds.
- setRefreshTokenDuration(long) - Method in class com.authlete.common.dto.TokenIssueResponse
-
Set the duration of the refresh token in seconds.
- setRefreshTokenDuration(long) - Method in class com.authlete.common.dto.TokenResponse
-
Set the duration of the refresh token in seconds.
- setRefreshTokenExpiresAt(long) - Method in class com.authlete.common.dto.AccessToken
-
Set the timestamp at which the refresh token will expire.
- setRefreshTokenExpiresAt(long) - Method in class com.authlete.common.dto.TokenIssueResponse
-
Set the date in milliseconds since the Unix epoch (1970-01-01)
at which the refresh token will expire.
- setRefreshTokenExpiresAt(long) - Method in class com.authlete.common.dto.TokenResponse
-
Set the date in milliseconds since the Unix epoch (1970-01-01)
at which the refresh token will expire.
- setRefreshTokenHash(String) - Method in class com.authlete.common.dto.AccessToken
-
Set the hash of the refresh token.
- setRefreshTokenKept(boolean) - Method in class com.authlete.common.dto.Service
-
Set the flag which indicates whether a refresh token remains valid
or gets renewed after its use.
- setRegion(String) - Method in class com.authlete.common.dto.Address
-
Set the state, province, prefecture, or region component.
- setRegistrationAccessTokenHash(String) - Method in class com.authlete.common.dto.Client
-
Set the hash of the registration access token for this client.
- setRegistrationEndpoint(URI) - Method in class com.authlete.common.dto.Service
-
Set the URI of the registration endpoint.
- setRegistrationManagementEndpoint(URI) - Method in class com.authlete.common.dto.Service
-
Set the URI of the registration management endpoint.
- setRequestableScopes(long, String[]) - Method in interface com.authlete.common.api.AuthleteApi
-
Set the requestable scopes assigned to a client (= call Authlete's
/client/extension/requestable_scopes/update/{clientId} API).
- setRequestableScopes(String[]) - Method in class com.authlete.common.dto.ClientExtension
-
- setRequestableScopes(Set<String>) - Method in class com.authlete.common.dto.ClientExtension
-
- setRequestableScopesEnabled(boolean) - Method in class com.authlete.common.dto.ClientExtension
-
Enable or disable "Requestable Scopes per Client".
- setRequestContext(String) - Method in class com.authlete.common.dto.BackchannelAuthenticationResponse
-
Set the request context of the backchannel authentication request.
- setRequestedExpiry(int) - Method in class com.authlete.common.dto.BackchannelAuthenticationResponse
-
Set the requested expiry for the authentication request ID
(auth_req_id).
- setRequestEncryptionAlg(JWEAlg) - Method in class com.authlete.common.dto.Client
-
Set the JWE alg algorithm for encrypting request objects.
- setRequestEncryptionEnc(JWEEnc) - Method in class com.authlete.common.dto.Client
-
Set the JWE enc algorithm for encrypting request objects.
- setRequestObjectEndpoint(URI) - Method in class com.authlete.common.dto.Service
-
Set the URI of the request object endpoint.
- setRequestObjectPayload(String) - Method in class com.authlete.common.dto.AuthorizationResponse
-
Set the payload part of the request object.
- setRequestSignAlg(JWSAlg) - Method in class com.authlete.common.dto.Client
-
Set the JWS alg algorithm for signing request objects.
- setRequestUri(URI) - Method in class com.authlete.common.dto.PushedAuthReqResponse
-
Set the request URI created to represent the pushed authorization
request.
- setRequestUris(String[]) - Method in class com.authlete.common.dto.Client
-
Set the request URIs that this client declares it may use.
- setResponseContent(String) - Method in class com.authlete.common.dto.AuthorizationAuthenticateResponse
-
Set the response content which can be used as the entity body
of the response.
- setResponseContent(String) - Method in class com.authlete.common.dto.AuthorizationFailResponse
-
Set the response content which can be used to generate a response
to the client application.
- setResponseContent(String) - Method in class com.authlete.common.dto.AuthorizationIssueResponse
-
Set the response content which can be used as the entity body
of the response returned to the client application.
- setResponseContent(String) - Method in class com.authlete.common.dto.AuthorizationResponse
-
Set the response content which can be used to generate a response
to the client application.
- setResponseContent(String) - Method in class com.authlete.common.dto.BackchannelAuthenticationCompleteResponse
-
Set the content of the notification.
- setResponseContent(String) - Method in class com.authlete.common.dto.BackchannelAuthenticationFailResponse
-
Set the content of the response body of the response to the client.
- setResponseContent(String) - Method in class com.authlete.common.dto.BackchannelAuthenticationIssueResponse
-
Set the content of the response body of the response to the client
application.
- setResponseContent(String) - Method in class com.authlete.common.dto.BackchannelAuthenticationResponse
-
Set the content that can be used to generate a response to the client
application.
- setResponseContent(String) - Method in class com.authlete.common.dto.ClientRegistrationResponse
-
Set the response content which can be used as the entity body
of the response returned to the client application.
- setResponseContent(String) - Method in class com.authlete.common.dto.DeviceAuthorizationResponse
-
Set the content that can be used to generate a response to the client
application.
- setResponseContent(String) - Method in class com.authlete.common.dto.IntrospectionResponse
-
Set the response content which can be used as a part of the
response to the client application.
- setResponseContent(String) - Method in class com.authlete.common.dto.PushedAuthReqResponse
-
Set the response content which can be used as the entity body
of the response returned to the client application.
- setResponseContent(String) - Method in class com.authlete.common.dto.RevocationResponse
-
Set the response content which can be used as the entity body
of the response returned to the client application.
- setResponseContent(String) - Method in class com.authlete.common.dto.StandardIntrospectionResponse
-
Set the response content which can be used as the entity body
of the response returned to the client application.
- setResponseContent(String) - Method in class com.authlete.common.dto.TokenFailResponse
-
Set the response content which can be used as the entity body
of the response returned to the client application.
- setResponseContent(String) - Method in class com.authlete.common.dto.TokenIssueResponse
-
Set the response content which can be used as the entity body
of the response returned to the client application.
- setResponseContent(String) - Method in class com.authlete.common.dto.TokenResponse
-
Set the response content which can be used as the entity body
of the response returned to the client application.
- setResponseContent(String) - Method in class com.authlete.common.dto.UserInfoIssueResponse
-
Set the response content which can be used as the entity body
of the response returned to the client application.
- setResponseContent(String) - Method in class com.authlete.common.dto.UserInfoResponse
-
Set the response content which can be used as a part of the
response to the client application.
- setResponseTypes(ResponseType[]) - Method in class com.authlete.common.dto.Client
-
Set response_type values that the client is declaring
that it will restrict itself to using.
- setResult(BackchannelAuthenticationCompleteRequest.Result) - Method in class com.authlete.common.dto.BackchannelAuthenticationCompleteRequest
-
Set the result of end-user authentication and authorization.
- setResult(DeviceCompleteRequest.Result) - Method in class com.authlete.common.dto.DeviceCompleteRequest
-
Set the result of end-user authentication and authorization.
- setResultCode(String) - Method in class com.authlete.common.dto.ApiResponse
-
Set the code of the result of an Authlete API call.
- setResultMessage(String) - Method in class com.authlete.common.dto.ApiResponse
-
Set the message of the result of an Authlete API call.
- setRevocationEndpoint(URI) - Method in class com.authlete.common.dto.Service
-
Set the URI of the token revocation endpoint.
- setScopes(String[]) - Method in class com.authlete.common.dto.AccessToken
-
Set the scopes associated with the access token.
- setScopes(String[]) - Method in class com.authlete.common.dto.AuthorizationIssueRequest
-
Set scopes to associate with an authorization code and/or an access token.
- setScopes(Scope[]) - Method in class com.authlete.common.dto.AuthorizationResponse
-
Set the scopes which the client application requests or the
default scopes when the authorization request does not contain
"scope" request parameter.
- setScopes(String[]) - Method in class com.authlete.common.dto.BackchannelAuthenticationCompleteRequest
-
Set scopes associated with the access token.
- setScopes(Scope[]) - Method in class com.authlete.common.dto.BackchannelAuthenticationResponse
-
Set the scopes requested by the backchannel authentication request.
- setScopes(String[]) - Method in class com.authlete.common.dto.ClientAuthorizationUpdateRequest
-
Set a new set of scopes assigned to existing access tokens.
- setScopes(Scope[]) - Method in class com.authlete.common.dto.DeviceAuthorizationResponse
-
Set the scopes requested by the device authorization request.
- setScopes(String[]) - Method in class com.authlete.common.dto.DeviceCompleteRequest
-
Set scopes associated with the access token.
- setScopes(Scope[]) - Method in class com.authlete.common.dto.DeviceVerificationResponse
-
Set the scopes requested by the device authorization request for the
user code.
- setScopes(String[]) - Method in class com.authlete.common.dto.IntrospectionRequest
-
Set the scopes which are required to access the target
protected resource.
- setScopes(String[]) - Method in class com.authlete.common.dto.IntrospectionResponse
-
Set the scopes covered by the access token.
- setScopes(String[]) - Method in class com.authlete.common.dto.TokenCreateRequest
-
Set the scopes that will be associated with a newly created
access token.
- setScopes(String[]) - Method in class com.authlete.common.dto.TokenCreateResponse
-
Set the scopes associated with the newly issued access token.
- setScopes(String[]) - Method in class com.authlete.common.dto.TokenIssueResponse
-
Set the scopes covered by the access token.
- setScopes(String[]) - Method in class com.authlete.common.dto.TokenResponse
-
Set the scopes covered by the access token.
- setScopes(String[]) - Method in class com.authlete.common.dto.TokenUpdateRequest
-
Set a new set of scopes assigned to the access token.
- setScopes(String[]) - Method in class com.authlete.common.dto.TokenUpdateResponse
-
Set the scopes associated with the access token.
- setScopes(String[]) - Method in class com.authlete.common.dto.UserInfoResponse
-
Set the scopes covered by the access token.
- setSectorIdentifier(URI) - Method in class com.authlete.common.dto.Client
-
Set the sector identifier.
- setSectorIdentifierUri(URI) - Method in class com.authlete.common.dto.Client
-
Set the value of the sector identifier URI.
- setSelfSignedCertificateKeyId(String) - Method in class com.authlete.common.dto.Client
-
Set the key ID of a JWK containing a self-signed certificate of this client.
- setService(Service) - Method in class com.authlete.common.dto.AuthorizationResponse
-
Set the information about the service.
- setServiceAccessToken(String) - Method in class com.authlete.common.conf.AuthleteSimpleConfiguration
-
Set the access token of the service.
- setServiceApiKey(String) - Method in class com.authlete.common.conf.AuthleteSimpleConfiguration
-
Set the API key of the service.
- setServiceApiKey(long) - Method in class com.authlete.common.dto.AuthenticationCallbackRequest
-
Set the API key of the target service.
- setServiceApiKey(long) - Method in class com.authlete.common.dto.DeveloperAuthenticationCallbackRequest
-
Set the API key of the target service.
- setServiceApiKey(long) - Method in class com.authlete.common.dto.GrantedScopesGetResponse
-
Set the API key of the service.
- setServiceApiSecret(String) - Method in class com.authlete.common.conf.AuthleteSimpleConfiguration
-
Set the API secret of the service.
- setServiceDocumentation(URI) - Method in class com.authlete.common.dto.Service
-
Set the URI of a page containing human-readable information
that developers might want or need to know when using this
OpenID Provider.
- setServiceName(String) - Method in class com.authlete.common.dto.Service
-
Set the service name.
- setServiceNumber(int) - Method in class com.authlete.common.dto.AssertionProcessor
-
Set the number of the service that this assertion processor is attached to.
- setServiceNumber(int) - Method in class com.authlete.common.dto.Client
-
Set the number of the service which this client belongs to.
- setServiceOwnerAccessToken(String) - Method in class com.authlete.common.conf.AuthleteSimpleConfiguration
-
Set the access token of the service owner.
- setServiceOwnerApiKey(String) - Method in class com.authlete.common.conf.AuthleteSimpleConfiguration
-
Set the API key of the service owner.
- setServiceOwnerApiSecret(String) - Method in class com.authlete.common.conf.AuthleteSimpleConfiguration
-
Set the API secret of the service owner.
- setServiceOwnerNumber(int) - Method in class com.authlete.common.dto.Service
-
Set the service owner number
- setServices(Service[]) - Method in class com.authlete.common.dto.ServiceListResponse
-
Set the list of services that match the query conditions.
- setSignatureValid(boolean) - Method in class com.authlete.common.dto.JoseVerifyResponse
-
Set the result of the signature verification.
- setSignedByClient(boolean) - Method in class com.authlete.common.dto.JoseVerifyRequest
-
Set the flag which indicates whether the signature of the JOSE object
has been signed by a client application with the client's private key
or a shared symmetric key.
- setSingleAccessTokenPerSubject(boolean) - Method in class com.authlete.common.dto.Service
-
Set the flag which indicates whether the number of access tokens
per subject (and per client) is at most one or can be more.
- setSns(Sns) - Method in class com.authlete.common.dto.AuthenticationCallbackRequest
-
Set the SNS that the end-user used for social login.
- setSns(Sns) - Method in class com.authlete.common.dto.DeveloperAuthenticationCallbackRequest
-
Set the SNS that the developer used for social login.
- setSns(Sns) - Method in class com.authlete.common.dto.SnsCredentials
-
Set the SNS.
- setSnsCredentials(SnsCredentials[]) - Method in class com.authlete.common.dto.Service
-
Set the list of SNS credentials that Authlete uses to support social login.
- setSoftwareId(String) - Method in class com.authlete.common.dto.Client
-
Set a unique identifier string assigned by the client developer or
software publisher used by registration endpoints to identify the client
software to be dynamically registered.
- setSoftwareVersion(String) - Method in class com.authlete.common.dto.Client
-
Set a version identifier string for the client software identified by
the software ID.
- setStart(int) - Method in class com.authlete.common.dto.ClientAuthorizationGetListRequest
-
Set the start index of search results (inclusive).
- setStart(int) - Method in class com.authlete.common.dto.ClientListResponse
-
Set the start index (inclusive) for the result set of the query.
- setStart(int) - Method in class com.authlete.common.dto.ServiceListResponse
-
Set the start index (inclusive) for the result set of the query.
- setStart(int) - Method in class com.authlete.common.dto.TokenListResponse
-
Set the start index (inclusive) for the result set of the query.
- setStreetAddress(String) - Method in class com.authlete.common.dto.Address
-
Set the full street address component, which MAY include house number,
street name, Post Office Box, and multi-line extended street address
information.
- setString(String, String) - Method in class com.authlete.common.util.PropertiesWrapper
-
- setString(String, String) - Method in class com.authlete.common.util.TypedProperties
-
Set the value to the property identified by the key.
- setString(Enum<?>, String) - Method in class com.authlete.common.util.TypedProperties
-
- setSub(String) - Method in class com.authlete.common.dto.AuthorizationIssueRequest
-
Set the value of the sub claim that should be used in
the ID token which is to be issued.
- setSub(String) - Method in class com.authlete.common.dto.BackchannelAuthenticationCompleteRequest
-
Set the value of the sub claim that should be used in the ID
token.
- setSub(String) - Method in class com.authlete.common.dto.BackchannelAuthenticationResponse
-
Set the value of the "sub" claim contained in the ID token hint
included in the backchannel authentication request.
- setSub(String) - Method in class com.authlete.common.dto.DeviceCompleteRequest
-
Set the value of the sub claim that should be used in the ID
token.
- setSub(String) - Method in class com.authlete.common.dto.UserInfoIssueRequest
-
Set the value of the sub claim.
- setSubject(String) - Method in class com.authlete.common.dto.AccessToken
-
Set the subject (= unique user ID) associated with the access token.
- setSubject(String) - Method in class com.authlete.common.dto.AuthenticationCallbackResponse
-
Set the subject (= unique identifier) of the authenticated user.
- setSubject(String) - Method in class com.authlete.common.dto.AuthorizationIssueRequest
-
Set the value of "subject" which is the subject
(= a user account managed by the service) who has granted
authorization to the client application.
- setSubject(String) - Method in class com.authlete.common.dto.AuthorizationResponse
-
Set the subject (= end-user's login ID) that the client
application requests.
- setSubject(String) - Method in class com.authlete.common.dto.AuthorizedClientListResponse
-
Set the identifier of the user who has granted authorization
to the client applications.
- setSubject(String) - Method in class com.authlete.common.dto.BackchannelAuthenticationCompleteRequest
-
Set the subject (= unique identifier) of the end-user who has granted
authorization to the client application.
- setSubject(String) - Method in class com.authlete.common.dto.ClientAuthorizationDeleteRequest
-
Set the subject (= unique identifier) of the end-user who has granted
authorization to the client application.
- setSubject(String) - Method in class com.authlete.common.dto.ClientAuthorizationGetListRequest
-
Set the subject (= unique identifier) of the end-user.
- setSubject(String) - Method in class com.authlete.common.dto.ClientAuthorizationUpdateRequest
-
Set the subject (= unique identifier) of the end-user who has granted
authorization to the client application.
- setSubject(String) - Method in class com.authlete.common.dto.DeveloperAuthenticationCallbackResponse
-
Set the subject (= unique identifier) of the authenticated developer.
- setSubject(String) - Method in class com.authlete.common.dto.DeviceCompleteRequest
-
Set the subject (= unique identifier) of the end-user who has granted
authorization to the client application.
- setSubject(String) - Method in class com.authlete.common.dto.GrantedScopesGetResponse
-
Set the subject (= unique identifier) of the user
who has granted authorization to the client.
- setSubject(String) - Method in class com.authlete.common.dto.IntrospectionRequest
-
Set the subject (= end-user ID managed by the service
implementation) which is required to access the target
protected resource.
- setSubject(String) - Method in class com.authlete.common.dto.IntrospectionResponse
-
Set the subject (= resource owner's ID).
- setSubject(String) - Method in class com.authlete.common.dto.TokenCreateRequest
-
Set the subject (= unique identifier) of the user who will be
associated with a newly created access token.
- setSubject(String) - Method in class com.authlete.common.dto.TokenCreateResponse
-
Set the subject (= unique identifier) of the user associated
with the newly issued access token.
- setSubject(String) - Method in class com.authlete.common.dto.TokenIssueRequest
-
Set the value of "subject" which is the unique
identifier of the authenticated user.
- setSubject(String) - Method in class com.authlete.common.dto.TokenIssueResponse
-
Set the subject (= resource owner's ID).
- setSubject(String) - Method in class com.authlete.common.dto.TokenListResponse
-
Set the value of 'subject' parameter in the original request.
- setSubject(String) - Method in class com.authlete.common.dto.TokenResponse
-
Set the subject (= resource owner's ID) of the access token.
- setSubject(String) - Method in class com.authlete.common.dto.UserInfoResponse
-
Set the subject (= resource owner's ID).
- setSubjectType(SubjectType) - Method in class com.authlete.common.dto.Client
-
Set the subject type that this client application requests.
- setSufficient(boolean) - Method in class com.authlete.common.dto.IntrospectionResponse
-
Set the flag which indicates whether the access token covers
the required scopes.
- setSupportedAcrs(String[]) - Method in class com.authlete.common.dto.Service
-
Set the supported ACRs (authentication context class references).
- setSupportedBackchannelTokenDeliveryModes(DeliveryMode[]) - Method in class com.authlete.common.dto.Service
-
Get the supported backchannel token delivery modes.
- setSupportedClaimLocales(String[]) - Method in class com.authlete.common.dto.Service
-
Set the supported claim locales.
- setSupportedClaims(String[]) - Method in class com.authlete.common.dto.Service
-
Set the supported claims.
- setSupportedClaimTypes(ClaimType[]) - Method in class com.authlete.common.dto.Service
-
Set the supported claim types.
- setSupportedDeveloperSnses(Sns[]) - Method in class com.authlete.common.dto.Service
-
Set the list of supported SNSes for social login at the developer console.
- setSupportedDisplays(Display[]) - Method in class com.authlete.common.dto.Service
-
Set the supported values of display parameter passed to
the authorization endpoint.
- setSupportedGrantTypes(GrantType[]) - Method in class com.authlete.common.dto.Service
-
Set the supported grant types.
- setSupportedIntrospectionAuthMethods(ClientAuthMethod[]) - Method in class com.authlete.common.dto.Service
-
Set client authentication methods supported at the introspection endpoint.
- setSupportedResponseTypes(ResponseType[]) - Method in class com.authlete.common.dto.Service
-
Set the supported response types.
- setSupportedRevocationAuthMethods(ClientAuthMethod[]) - Method in class com.authlete.common.dto.Service
-
Set client authentication methods supported at the revocation endpoint.
- setSupportedScopes(Scope[]) - Method in class com.authlete.common.dto.Service
-
Set the supported scopes.
- setSupportedServiceProfiles(ServiceProfile[]) - Method in class com.authlete.common.dto.Service
-
Set the supported service profiles.
- setSupportedServiceProfiles(Iterable<ServiceProfile>) - Method in class com.authlete.common.dto.Service
-
Set the supported service profiles.
- setSupportedSnses(Sns[]) - Method in class com.authlete.common.dto.Service
-
Set the list of supported SNSes for social login at the authorization
endpoint.
- setSupportedTokenAuthMethods(ClientAuthMethod[]) - Method in class com.authlete.common.dto.Service
-
Set the number of client authentication methods at the token endpoint.
- setSupportedUiLocales(String[]) - Method in class com.authlete.common.dto.Service
-
Set the supported UI locales.
- setTag(String) - Method in class com.authlete.common.dto.TaggedValue
-
Set the tag.
- setTarget(AssertionTarget) - Method in class com.authlete.common.dto.AssertionProcessor
-
Set the part of the service that this assertion processor will be applied
to.
- setTicket(String) - Method in class com.authlete.common.dto.AuthorizationAuthenticateRequest
-
Set the value of "ticket" which is the ticket
issued by Authlete's /auth/authorization API
to the service implementation.
- setTicket(String) - Method in class com.authlete.common.dto.AuthorizationFailRequest
-
Set the value of "ticket" which is the ticket
issued by Authlete's /auth/authorization API
to the service implementation.
- setTicket(String) - Method in class com.authlete.common.dto.AuthorizationIssueRequest
-
Set the value of "ticket" which is the ticket
issued by Authlete's /auth/authorization API
to the service implementation.
- setTicket(String) - Method in class com.authlete.common.dto.AuthorizationResponse
-
Set the ticket for the service implementation to call
/auth/authorization/issue API and
/auth/authorization/fail API.
- setTicket(String) - Method in class com.authlete.common.dto.BackchannelAuthenticationCompleteRequest
-
Set the ticket which is necessary to call Authlete's
/api/backchannel/authentication/complete API.
- setTicket(String) - Method in class com.authlete.common.dto.BackchannelAuthenticationFailRequest
-
Set the ticket which should be deleted on a call of Authlete's
/api/backchannel/authentication/fail API.
- setTicket(String) - Method in class com.authlete.common.dto.BackchannelAuthenticationIssueRequest
-
Set the ticket which is necessary to call Authlete's
/api/backchannel/authentication/issue API.
- setTicket(String) - Method in class com.authlete.common.dto.BackchannelAuthenticationResponse
-
Set the ticket that is necessary for the implementation of the
backchannel authentication endpoint to call
/api/backchannel/authentication/* API.
- setTicket(String) - Method in class com.authlete.common.dto.TokenFailRequest
-
Set the value of "ticket" which is the ticket
issued by Authlete's /auth/token API to the
service implementation.
- setTicket(String) - Method in class com.authlete.common.dto.TokenIssueRequest
-
Set the value of "ticket" which is the ticket
issued by Authlete's /auth/token API to the
service implementation.
- setTicket(String) - Method in class com.authlete.common.dto.TokenResponse
-
Set the ticket used for /auth/token/issue API or /auth/token/fail API.
- Settings - Class in com.authlete.common.api
-
- Settings() - Constructor for class com.authlete.common.api.Settings
-
- setTlsClientAuthSanDns(String) - Method in class com.authlete.common.dto.Client
-
Set the string representation of the expected DNS subject
alternative name of the certificate this client will
use in mutual TLS authentication.
- setTlsClientAuthSanEmail(String) - Method in class com.authlete.common.dto.Client
-
Set the string representation of the expected email address
subject alternative name of the certificate this client will
use in mutual TLS authentication.
- setTlsClientAuthSanIp(String) - Method in class com.authlete.common.dto.Client
-
Set the string representation of the expected IP address
subject alternative name of the certificate this client will
use in mutual TLS authentication.
- setTlsClientAuthSanUri(URI) - Method in class com.authlete.common.dto.Client
-
Set the string representation of the expected URI subject
alternative name of the certificate this client will
use in mutual TLS authentication.
- setTlsClientAuthSubjectDn(String) - Method in class com.authlete.common.dto.Client
-
Set the string representation of the expected subject
distinguished name of the certificate this client will
use in mutual TLS authentication.
- setTlsClientCertificateBoundAccessTokens(boolean) - Method in class com.authlete.common.dto.Client
-
Set whether this client uses TLS client certificate bound access tokens
or not.
- setTlsClientCertificateBoundAccessTokens(boolean) - Method in class com.authlete.common.dto.Service
-
Enable or disable support for TLS client certificate bound access tokens.
- setToken(String) - Method in class com.authlete.common.dto.ClientRegistrationRequest
-
Set the client registration access token which was passed with this update
request.
- setToken(String) - Method in class com.authlete.common.dto.IntrospectionRequest
-
Set the access token which has been issued by Authlete.
- setToken(String) - Method in class com.authlete.common.dto.UserInfoIssueRequest
-
Set the access token which has been issued by Authlete.
- setToken(String) - Method in class com.authlete.common.dto.UserInfoRequest
-
Set the access token which has been issued by Authlete.
- setToken(String) - Method in class com.authlete.common.dto.UserInfoResponse
-
Set the access token that came along with the userinfo request.
- setTokenAuthMethod(ClientAuthMethod) - Method in class com.authlete.common.dto.Client
-
Set the client authentication method for the token endpoint.
- setTokenAuthSignAlg(JWSAlg) - Method in class com.authlete.common.dto.Client
-
Set the JWS alg algorithm for signing the JWT used to
authenticate the client at the token endpoint.
- setTokenEndpoint(URI) - Method in class com.authlete.common.dto.Service
-
Set the URI of the token endpoint.
- setTokenType(String) - Method in class com.authlete.common.dto.TokenCreateResponse
-
Set the token type of the access token.
- setTokenType(String) - Method in class com.authlete.common.dto.TokenUpdateResponse
-
Set the token type associated with the access token.
- setTosUri(URI) - Method in class com.authlete.common.dto.Client
-
Set the URI of the "Terms Of Service" page.
- setTosUri(URI) - Method in class com.authlete.common.dto.Service
-
Set the URI that the OpenID Provider provides to the person
registering the client to read about the OP's terms of service.
- setTosUris(TaggedValue[]) - Method in class com.authlete.common.dto.Client
-
Set the URIs of the "Terms Of Service" pages for specific languages.
- setTotalCount(int) - Method in class com.authlete.common.dto.ClientListResponse
-
Set the total count of client applications either of the
service (when developer is null) or of
the developer (when developer is not null).
- setTotalCount(int) - Method in class com.authlete.common.dto.ServiceListResponse
-
Set the total count of services.
- setTotalCount(int) - Method in class com.authlete.common.dto.TokenListResponse
-
Set the total count of access tokens.
- setTrustedRootCertificates(String[]) - Method in class com.authlete.common.dto.Service
-
Get the list of root certificates trusted by this service for PKI-based
client mutual TLS authentication.
- setUiLocales(String[]) - Method in class com.authlete.common.dto.AuthorizationResponse
-
Set the list of preferred languages and scripts for the user
interface.
- setUri(URI) - Method in class com.authlete.common.dto.NamedUri
-
Set the value of the URI.
- setUsable(boolean) - Method in class com.authlete.common.dto.IntrospectionResponse
-
Set the flag which indicates whether the access token is usable
(= exists and has not expired).
- setUserCode(String) - Method in class com.authlete.common.dto.BackchannelAuthenticationResponse
-
Set the user code included in the backchannel authentication request.
- setUserCode(String) - Method in class com.authlete.common.dto.DeviceAuthorizationResponse
-
Set the end-user verification code.
- setUserCode(String) - Method in class com.authlete.common.dto.DeviceCompleteRequest
-
Set the user code input by the end-user.
- setUserCode(String) - Method in class com.authlete.common.dto.DeviceVerificationRequest
-
Set the user code.
- setUserCodeCharset(UserCodeCharset) - Method in class com.authlete.common.dto.Service
-
Set the character set for end-user verification codes
(user_code) for Device Flow.
- setUserCodeLength(int) - Method in class com.authlete.common.dto.Service
-
Set the length of end-user verification codes (user_code) for
Device Flow.
- setUserCodeRequired(boolean) - Method in class com.authlete.common.dto.BackchannelAuthenticationResponse
-
Set the flag which indicates whether a user code is required.
- setUserInfoClaims(String) - Method in class com.authlete.common.dto.AuthorizationResponse
-
Set the value of the "userinfo" property in the "claims"
request parameter or in the "claims" property in a request object.
- setUserInfoEncryptionAlg(JWEAlg) - Method in class com.authlete.common.dto.Client
-
Set the JWE alg algorithm for encrypting UserInfo responses.
- setUserInfoEncryptionEnc(JWEEnc) - Method in class com.authlete.common.dto.Client
-
Set the JWE enc algorithm for encrypting UserInfo responses.
- setUserInfoEndpoint(URI) - Method in class com.authlete.common.dto.Service
-
Set the URI of the user info endpoint.
- setUserInfoSignAlg(JWSAlg) - Method in class com.authlete.common.dto.Client
-
Set the JWS alg algorithm for signing UserInfo responses.
- setUserInfoSignatureKeyId(String) - Method in class com.authlete.common.dto.Service
-
Set the key ID to identify a JWK used for user info signature using
an asymmetric key.
- setUsername(String) - Method in class com.authlete.common.dto.TokenResponse
-
Set the value of "username" request parameter.
- setValid(boolean) - Method in class com.authlete.common.dto.JoseVerifyResponse
-
Set the result of the verification on the JOSE object.
- setValue(String) - Method in class com.authlete.common.dto.Pair
-
Set the value of this pair.
- setValue(String) - Method in class com.authlete.common.dto.Property
-
Set the value.
- setValue(String) - Method in class com.authlete.common.dto.TaggedValue
-
Set the value.
- setVerificationUri(URI) - Method in class com.authlete.common.dto.DeviceAuthorizationResponse
-
Set the end-user verification URI.
- setVerificationUriComplete(URI) - Method in class com.authlete.common.dto.DeviceAuthorizationResponse
-
Set the end-user verification URI that includes the end-user verification
code.
- setWarnings(String[]) - Method in class com.authlete.common.dto.BackchannelAuthenticationResponse
-
Set the warnings raised during processing the backchannel authentication
request.
- setWarnings(String[]) - Method in class com.authlete.common.dto.DeviceAuthorizationResponse
-
Set the warnings raised during processing the device authorization
request.
- Sns - Enum in com.authlete.common.types
-
- SnsCredentials - Class in com.authlete.common.dto
-
SNS credentials (API key and API secret).
- SnsCredentials() - Constructor for class com.authlete.common.dto.SnsCredentials
-
- StandardClaims - Class in com.authlete.common.types
-
Standard claims.
- standardIntrospection(StandardIntrospectionRequest) - Method in interface com.authlete.common.api.AuthleteApi
-
Call Authlete's /auth/introspection/standard API.
- StandardIntrospectionRequest - Class in com.authlete.common.dto
-
Request to Authlete's /api/auth/introspection/standard API.
- StandardIntrospectionRequest() - Constructor for class com.authlete.common.dto.StandardIntrospectionRequest
-
- StandardIntrospectionResponse - Class in com.authlete.common.dto
-
Response from Authlete's /api/auth/introspection/standard API.
- StandardIntrospectionResponse() - Constructor for class com.authlete.common.dto.StandardIntrospectionResponse
-
- StandardIntrospectionResponse.Action - Enum in com.authlete.common.dto
-
The next action that the implementation of the introspection
endpoint of the authorization server should take.
- StandardScope - Enum in com.authlete.common.types
-
Scopes defined by related specifications.
- StringBasedTypedProperties - Class in com.authlete.common.util
-
This is an abstract class that provides getters and setters
for key-value pairs.
- StringBasedTypedProperties() - Constructor for class com.authlete.common.util.StringBasedTypedProperties
-
- stringifyPrompts(Prompt[]) - Static method in class com.authlete.common.util.Utils
-
- stringifyProperties(Property[]) - Static method in class com.authlete.common.util.Utils
-
- stringifyScopeNames(Scope[]) - Static method in class com.authlete.common.util.Utils
-
Generate a list of scope names.
- SUB - Static variable in class com.authlete.common.types.IdTokenClaims
-
Subject Identifier.
- SUB - Static variable in class com.authlete.common.types.StandardClaims
-
Subject - Identifier for the End-User at the Issuer.
- SubjectType - Enum in com.authlete.common.types
-
Values for subject_type.
- summarize() - Method in class com.authlete.common.dto.AuthorizationAuthenticateResponse
-
Get the summary of this instance.
- summarize() - Method in class com.authlete.common.dto.AuthorizationFailResponse
-
Get the summary of this instance.
- summarize() - Method in class com.authlete.common.dto.AuthorizationIssueResponse
-
Get the summary of this instance.
- summarize() - Method in class com.authlete.common.dto.AuthorizationResponse
-
Get the summary of this instance.
- summarize() - Method in class com.authlete.common.dto.IntrospectionResponse
-
Get the summary of this instance.
- summarize() - Method in class com.authlete.common.dto.PushedAuthReqResponse
-
Get the summary of this instance.
- summarize() - Method in class com.authlete.common.dto.RevocationResponse
-
Get the summary of this instance.
- summarize() - Method in class com.authlete.common.dto.StandardIntrospectionResponse
-
Get the summary of this instance.
- summarize() - Method in class com.authlete.common.dto.TokenCreateResponse
-
Get the summary of this instance.
- summarize() - Method in class com.authlete.common.dto.TokenFailResponse
-
Get the summary of this instance.
- summarize() - Method in class com.authlete.common.dto.TokenIssueResponse
-
Get the summary of this instance.
- summarize() - Method in class com.authlete.common.dto.TokenResponse
-
Get the summary of this instance.
- summarize() - Method in class com.authlete.common.dto.TokenUpdateResponse
-
Get the summary of this instance.
- summarize() - Method in class com.authlete.common.dto.UserInfoIssueResponse
-
Get the summary of this instance.
- summarize() - Method in class com.authlete.common.dto.UserInfoResponse
-
Get the summary of this instance.
- supports(ServiceProfile) - Method in class com.authlete.common.dto.Service
-
Check if this service supports the specified profile.
- supportsAll(ServiceProfile...) - Method in class com.authlete.common.dto.Service
-
Check if this service supports all the specified service profiles.
- supportsAll(Iterable<ServiceProfile>) - Method in class com.authlete.common.dto.Service
-
Check if this service supports all the specified service profiles.
- supportsAny(ServiceProfile...) - Method in class com.authlete.common.dto.Service
-
Check if this service any of the specified service profiles.
- supportsAny(Iterable<ServiceProfile>) - Method in class com.authlete.common.dto.Service
-
Check if this service any of the specified service profiles.
- SYSTEM_PROPERTY_AUTHLETE_CONFIGURATION_FILE - Static variable in class com.authlete.common.conf.AuthletePropertiesConfiguration
-
The system property key to specify the name of an Authlete
configuration file (authlete.configuration.file).
- valueOf(String) - Static method in enum com.authlete.common.dto.AuthorizationAuthenticateResponse.Action
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.authlete.common.dto.AuthorizationFailRequest.Reason
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.authlete.common.dto.AuthorizationFailResponse.Action
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.authlete.common.dto.AuthorizationIssueResponse.Action
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.authlete.common.dto.AuthorizationResponse.Action
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.authlete.common.dto.BackchannelAuthenticationCompleteRequest.Result
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.authlete.common.dto.BackchannelAuthenticationCompleteResponse.Action
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.authlete.common.dto.BackchannelAuthenticationFailRequest.Reason
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.authlete.common.dto.BackchannelAuthenticationFailResponse.Action
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.authlete.common.dto.BackchannelAuthenticationIssueResponse.Action
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.authlete.common.dto.BackchannelAuthenticationResponse.Action
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.authlete.common.dto.ClientRegistrationResponse.Action
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.authlete.common.dto.DeviceAuthorizationResponse.Action
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.authlete.common.dto.DeviceCompleteRequest.Result
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.authlete.common.dto.DeviceCompleteResponse.Action
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.authlete.common.dto.DeviceVerificationResponse.Action
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.authlete.common.dto.IntrospectionResponse.Action
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.authlete.common.dto.PushedAuthReqResponse.Action
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.authlete.common.dto.RevocationResponse.Action
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.authlete.common.dto.StandardIntrospectionResponse.Action
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.authlete.common.dto.TokenCreateResponse.Action
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.authlete.common.dto.TokenFailRequest.Reason
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.authlete.common.dto.TokenFailResponse.Action
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.authlete.common.dto.TokenIssueResponse.Action
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.authlete.common.dto.TokenResponse.Action
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.authlete.common.dto.TokenUpdateResponse.Action
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.authlete.common.dto.UserInfoIssueResponse.Action
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.authlete.common.dto.UserInfoResponse.Action
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.authlete.common.types.ApplicationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.authlete.common.types.AssertionTarget
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.authlete.common.types.ClaimRuleOperation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.authlete.common.types.ClaimsScope
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.authlete.common.types.ClaimType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.authlete.common.types.ClientAuthMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.authlete.common.types.ClientType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.authlete.common.types.CodeChallengeMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.authlete.common.types.DeliveryMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.authlete.common.types.Display
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.authlete.common.types.ErrorCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.authlete.common.types.GrantType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.authlete.common.types.HashAlg
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.authlete.common.types.HokMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.authlete.common.types.JWEAlg
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.authlete.common.types.JWEEnc
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.authlete.common.types.JWSAlg
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.authlete.common.types.Plan
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.authlete.common.types.Prompt
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.authlete.common.types.ResponseMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.authlete.common.types.ResponseType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.authlete.common.types.ServiceProfile
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.authlete.common.types.Sns
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.authlete.common.types.StandardScope
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.authlete.common.types.SubjectType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.authlete.common.types.UserCodeCharset
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.authlete.common.types.UserIdentificationHintType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.authlete.common.util.PropertiesLoader.FileLocation
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.authlete.common.dto.AuthorizationAuthenticateResponse.Action
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.authlete.common.dto.AuthorizationFailRequest.Reason
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.authlete.common.dto.AuthorizationFailResponse.Action
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.authlete.common.dto.AuthorizationIssueResponse.Action
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.authlete.common.dto.AuthorizationResponse.Action
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.authlete.common.dto.BackchannelAuthenticationCompleteRequest.Result
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.authlete.common.dto.BackchannelAuthenticationCompleteResponse.Action
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.authlete.common.dto.BackchannelAuthenticationFailRequest.Reason
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.authlete.common.dto.BackchannelAuthenticationFailResponse.Action
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.authlete.common.dto.BackchannelAuthenticationIssueResponse.Action
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.authlete.common.dto.BackchannelAuthenticationResponse.Action
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.authlete.common.dto.ClientRegistrationResponse.Action
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.authlete.common.dto.DeviceAuthorizationResponse.Action
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.authlete.common.dto.DeviceCompleteRequest.Result
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.authlete.common.dto.DeviceCompleteResponse.Action
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.authlete.common.dto.DeviceVerificationResponse.Action
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.authlete.common.dto.IntrospectionResponse.Action
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.authlete.common.dto.PushedAuthReqResponse.Action
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.authlete.common.dto.RevocationResponse.Action
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.authlete.common.dto.StandardIntrospectionResponse.Action
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.authlete.common.dto.TokenCreateResponse.Action
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.authlete.common.dto.TokenFailRequest.Reason
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.authlete.common.dto.TokenFailResponse.Action
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.authlete.common.dto.TokenIssueResponse.Action
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.authlete.common.dto.TokenResponse.Action
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.authlete.common.dto.TokenUpdateResponse.Action
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.authlete.common.dto.UserInfoIssueResponse.Action
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.authlete.common.dto.UserInfoResponse.Action
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.authlete.common.types.ApplicationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.authlete.common.types.AssertionTarget
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.authlete.common.types.ClaimRuleOperation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.authlete.common.types.ClaimsScope
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.authlete.common.types.ClaimType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.authlete.common.types.ClientAuthMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.authlete.common.types.ClientType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.authlete.common.types.CodeChallengeMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.authlete.common.types.DeliveryMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.authlete.common.types.Display
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.authlete.common.types.ErrorCode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.authlete.common.types.GrantType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.authlete.common.types.HashAlg
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.authlete.common.types.HokMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.authlete.common.types.JWEAlg
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.authlete.common.types.JWEEnc
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.authlete.common.types.JWSAlg
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.authlete.common.types.Plan
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.authlete.common.types.Prompt
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.authlete.common.types.ResponseMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.authlete.common.types.ResponseType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.authlete.common.types.ServiceProfile
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.authlete.common.types.Sns
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.authlete.common.types.StandardScope
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.authlete.common.types.SubjectType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.authlete.common.types.UserCodeCharset
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.authlete.common.types.UserIdentificationHintType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.authlete.common.util.PropertiesLoader.FileLocation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- verifyJose(JoseVerifyRequest) - Method in interface com.authlete.common.api.AuthleteApi
-
Verify a JOSE object.