- GENDER - Static variable in class com.authlete.common.types.StandardClaims
-
End-User's gender.
- 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.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.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.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.
- 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.
- getAcrs() - Method in class com.authlete.common.dto.AuthorizationResponse
-
Get the list of ACRs (Authentication Context Class References)
requested by the client application.
- 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.IntrospectionResponse
-
Get the next action the service implementation 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.
- 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.
- 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.
- getAuthorizationEndpoint() - Method in class com.authlete.common.dto.Service
-
Get the URI of the authorization endpoint.
- 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.
- 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
-
- 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.types.ApplicationType
-
Find an instance of this enum by a value.
- 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.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.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.
- getClaim(String, String) - Method in interface com.authlete.common.types.User
-
Get the value of a claim of the user.
- 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.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 ID token.
- 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() - Method in class com.authlete.common.dto.AuthorizationResponse
-
Get the information about the client application which has made
the authorization request.
- getClientAuthorizationList(ClientAuthorizationGetListRequest) - Method in interface com.authlete.common.api.AuthleteApi
-
Get a list of client applications authorized by the end-user.
- 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.Client
-
Get the client ID.
- 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.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.Client
-
Get the alias of the client ID.
- 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.
- 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.Client
-
Get the client name.
- getClientNames() - Method in class com.authlete.common.dto.Client
-
Get the client names each of which has a language tag.
- 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.Client
-
Get the client secret.
- 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.
- 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.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.
- 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 developer unique ID assigned by the service.
- 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.
- 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.
- 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).
- 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.DeveloperAuthenticationCallbackRequest
-
Get the lifetime of the access token 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.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.
- 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.TokenResponse
-
Get the ID token.
- getIdTokenClaims() - Static method in class com.authlete.common.types.IdTokenClaims
-
- 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()).
- getIssuer() - Method in class com.authlete.common.dto.Service
-
Get the issuer identifier of this OpenID provider.
- 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.
- 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.
- 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).
- 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
-
Get the prompt that the UI displayed to the end-user must satisfy
at least.
- 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.
- 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.
- 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.
- 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.
- 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.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 of 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.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.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.
- 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.
- 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.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.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.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.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.
- getRegion() - Method in class com.authlete.common.dto.Address
-
Get the state, province, prefecture, or region component.
- getRegistrationEndpoint() - Method in class com.authlete.common.dto.Service
-
Get the URI of the registration 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
-
- 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.
- getRequestSignAlg() - Method in class com.authlete.common.dto.Client
-
Get the JWS alg algorithm for signing request objects.
- 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.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.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.
- 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.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.ClientAuthorizationUpdateRequest
-
Get the new set of scopes assigned to existing access tokens.
- 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.
- 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.
- 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.Client
-
Get the number of the service which this client belongs to.
- 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.
- 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.
- 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.UserInfoIssueRequest
-
Get the value of the sub claim.
- 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.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.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.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).
- 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.
- getSupportedResponseTypes() - Method in class com.authlete.common.dto.Service
-
Get the supported response types.
- getSupportedScopes() - Method in class com.authlete.common.dto.Service
-
Get the supported scopes.
- 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.
- 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.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.
- getTlsClientAuthRootDn() - Method in class com.authlete.common.dto.Client
-
Get the string representation of the expected distinguished
name of the root issuer of the client certificate.
- 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.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.
- getTokenType() - Method in class com.authlete.common.dto.TokenCreateResponse
-
Get the token type of 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.
- getUiLocales() - Method in class com.authlete.common.dto.AuthorizationResponse
-
Get the list of preferred languages and scripts for the user
interface.
- getUserId() - Method in class com.authlete.common.web.BasicCredentials
-
Get the user ID.
- 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 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.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.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.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.
- 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
-
- 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.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.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.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.
- setAccessTokenType(String) - Method in class com.authlete.common.dto.Service
-
Set the access token type; the value of token_type in
access token responses.
- 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.
- 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.
- 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(IntrospectionResponse.Action) - Method in class com.authlete.common.dto.IntrospectionResponse
-
Set the next action the service implementation 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.
- 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.
- 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.
- setAuthorizationEndpoint(URI) - Method in class com.authlete.common.dto.Service
-
Set the URI of the authorization endpoint.
- 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.
- setAuthTimeRequired(boolean) - Method in class com.authlete.common.dto.Client
-
Set the flag to indicate whether this client requires auth_time
claim to be embedded in the ID token.
- setBaseUrl(String) - Method in class com.authlete.common.conf.AuthleteSimpleConfiguration
-
Set the base URL.
- 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
-
- 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.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.
- 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.Client
-
Set the client ID.
- 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.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.Client
-
Set the alias of the client ID.
- 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.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.
- setClientName(String) - Method in class com.authlete.common.dto.Client
-
Set the client name.
- setClientNames(TaggedValue[]) - Method in class com.authlete.common.dto.Client
-
Set the client names each of which has a language tag.
- 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.Client
-
Set the client secret.
- 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.
- 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.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.
- 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 developer unique ID assigned by the service.
- 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.
- setDirectAuthorizationEndpointEnabled(boolean) - Method in class com.authlete.common.dto.Service
-
Set the flag to indicate whether the direct authorization endpoint
is enabled or not.
- setDirectIntrospectionEndpointEnabled(boolean) - Method in class com.authlete.common.dto.Service
-
Set the flag to indicate whether the direct introspection endpoint
is enabled or not.
- setDirectJwksEndpointEnabled(boolean) - Method in class com.authlete.common.dto.Service
-
Set the flag to indicate whether the direct jwks endpoint
is enabled or not.
- setDirectRevocationEndpointEnabled(boolean) - Method in class com.authlete.common.dto.Service
-
Set the flag to indicate whether the direct revocation endpoint
is enabled or not.
- setDirectTokenEndpointEnabled(boolean) - Method in class com.authlete.common.dto.Service
-
Set the flag to indicate whether the direct token endpoint
is enabled or not.
- setDirectUserInfoEndpointEnabled(boolean) - Method in class com.authlete.common.dto.Service
-
Set the flag to indicate 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.
- 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.
- 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).
- setErrorDescriptionOmitted(boolean) - Method in class com.authlete.common.dto.Service
-
Omit or embed the error_description response parameter in
error responses.
- 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.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(long) - Method in class com.authlete.common.dto.DeveloperAuthenticationCallbackRequest
-
Set the lifetime of the access token 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.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.
- 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.TokenResponse
-
Set the ID token.
- 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).
- setIssuer(URI) - Method in class com.authlete.common.dto.Service
-
Set the issuer identifier of this OpenID provider.
- 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.
- 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.
- 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).
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.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 to indicate whether the use of Proof Key for Code
Exchange (PKCE) is always required for authorization requests
by
Authorization Code Flow.
- 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 of 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.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.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.
- 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.
- 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(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.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.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.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.
- setRefreshTokenKept(boolean) - Method in class com.authlete.common.dto.Service
-
Set the flag to indicate whether a refresh token remains unchanged
or gets renewed after its use.
- setRegion(String) - Method in class com.authlete.common.dto.Address
-
Set the state, province, prefecture, or region component.
- setRegistrationEndpoint(URI) - Method in class com.authlete.common.dto.Service
-
Set the URI of the registration 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".
- 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.
- setRequestSignAlg(JWSAlg) - Method in class com.authlete.common.dto.Client
-
Set the JWS alg algorithm for signing request objects.
- 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.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.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.
- 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.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.ClientAuthorizationUpdateRequest
-
Set a new set of scopes assigned to exiting access tokens.
- 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.
- setService(Service) - Method in class com.authlete.common.dto.AuthorizationResponse
-
Set the information about 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.Client
-
Set the number of the service which this client belongs to.
- 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.
- setSingleAccessTokenPerSubject(boolean) - Method in class com.authlete.common.dto.Service
-
Set the flag to indicate 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.
- 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.
- 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.UserInfoIssueRequest
-
Set the value of the sub claim.
- 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.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.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.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 thsi 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).
- 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.
- setSupportedResponseTypes(ResponseType[]) - Method in class com.authlete.common.dto.Service
-
Set the supported response types.
- setSupportedScopes(Scope[]) - Method in class com.authlete.common.dto.Service
-
Set the supported scopes.
- 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.
- 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.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
-
- setTlsClientAuthRootDn(String) - Method in class com.authlete.common.dto.Client
-
Set the string representation of the expected distinguished
name of the root issuer of the client certificate.
- 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.
- 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.
- 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.
- setUiLocales(String[]) - Method in class com.authlete.common.dto.AuthorizationResponse
-
Set the list of preferred languages and scripts for the user
interface.
- 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).
- 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.
- 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.
- 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.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.
- 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.IntrospectionResponse.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.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.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.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.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.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.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.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.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.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.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.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.util.PropertiesLoader.FileLocation
-
Returns an array containing the constants of this enum type, in
the order they are declared.