Skip navigation links
A B C D E F G H I J L M N P R S T U V W Z 

A

ACR - Static variable in class com.authlete.common.types.IdTokenClaims
Authentication Context Class Reference.
Address - Class in com.authlete.common.dto
Address claim that represents a physical mailing address.
Address() - Constructor for class com.authlete.common.dto.Address
 
ADDRESS - Static variable in class com.authlete.common.types.StandardClaims
End-User's preferred postal address.
AMR - Static variable in class com.authlete.common.types.IdTokenClaims
Authentication Methods References.
ApiResponse - Class in com.authlete.common.dto
The base class of an API response from an Authlete API call.
ApiResponse() - Constructor for class com.authlete.common.dto.ApiResponse
 
ApplicationType - Enum in com.authlete.common.types
Values for application_type.
AUD - Static variable in class com.authlete.common.types.IdTokenClaims
Audience(s) that the ID Token is intended for.
AUTH_TIME - Static variable in class com.authlete.common.types.IdTokenClaims
Time when the End-User authentication occurred.
AuthenticationCallbackRequest - Class in com.authlete.common.dto
Authentication request from Authlete to a service implementation.
AuthenticationCallbackRequest() - Constructor for class com.authlete.common.dto.AuthenticationCallbackRequest
 
AuthenticationCallbackResponse - Class in com.authlete.common.dto
Authentication response from a service implementation to Authlete.
AuthenticationCallbackResponse() - Constructor for class com.authlete.common.dto.AuthenticationCallbackResponse
 
AuthleteApi - Interface in com.authlete.common.api
Authlete API.
AuthleteApiException - Exception in com.authlete.common.api
Authlete API exception.
AuthleteApiException() - Constructor for exception com.authlete.common.api.AuthleteApiException
Constructor.
AuthleteApiException(int, String, String) - Constructor for exception com.authlete.common.api.AuthleteApiException
Constructor with HTTP response information.
AuthleteApiException(String) - Constructor for exception com.authlete.common.api.AuthleteApiException
Constructor with an error message.
AuthleteApiException(String, int, String, String) - Constructor for exception com.authlete.common.api.AuthleteApiException
Constructor with an error message and HTTP response information.
AuthleteApiException(String, int, String, String, Map<String, List<String>>) - Constructor for exception com.authlete.common.api.AuthleteApiException
Constructor with an error message and HTTP response information.
AuthleteApiException(Throwable) - Constructor for exception com.authlete.common.api.AuthleteApiException
Constructor with the cause.
AuthleteApiException(Throwable, int, String, String) - Constructor for exception com.authlete.common.api.AuthleteApiException
Constructor with the cause and HTTP response information.
AuthleteApiException(Throwable, int, String, String, Map<String, List<String>>) - Constructor for exception com.authlete.common.api.AuthleteApiException
Constructor with the cause and HTTP response information.
AuthleteApiException(String, Throwable) - Constructor for exception com.authlete.common.api.AuthleteApiException
Constructor with an error message and the cause.
AuthleteApiException(String, Throwable, int, String, String) - Constructor for exception com.authlete.common.api.AuthleteApiException
Constructor with an error message, the cause and HTTP response information.
AuthleteApiException(String, Throwable, int, String, String, Map<String, List<String>>) - Constructor for exception com.authlete.common.api.AuthleteApiException
Constructor with an error message, the cause and HTTP response information.
AuthleteApiFactory - Class in com.authlete.common.api
Factory to create an AuthleteApi instance.
AuthleteConfiguration - Interface in com.authlete.common.conf
Authlete configuration.
AuthleteEnvConfiguration - Class in com.authlete.common.conf
Implementation of AuthleteConfiguration based on environment variables.
AuthleteEnvConfiguration() - Constructor for class com.authlete.common.conf.AuthleteEnvConfiguration
 
AuthletePropertiesConfiguration - Class in com.authlete.common.conf
Implementation of AuthleteConfiguration based on a properties file.
AuthletePropertiesConfiguration(String, String) - Constructor for class com.authlete.common.conf.AuthletePropertiesConfiguration
Constructor with a pair of secret key and initial vector to decode encrypted property values.
AuthletePropertiesConfiguration(byte[], byte[]) - Constructor for class com.authlete.common.conf.AuthletePropertiesConfiguration
Constructor with a pair of secret key and initial vector to decode encrypted property values.
AuthletePropertiesConfiguration(String, String, String) - Constructor for class com.authlete.common.conf.AuthletePropertiesConfiguration
Constructor with a configuration file name and a pair of secret key and initial vector to decode encrypted property values.
AuthletePropertiesConfiguration(String) - Constructor for class com.authlete.common.conf.AuthletePropertiesConfiguration
Constructor with a configuration file name.
AuthletePropertiesConfiguration() - Constructor for class com.authlete.common.conf.AuthletePropertiesConfiguration
Constructor with no argument.
AuthletePropertiesConfiguration(String, byte[], byte[]) - Constructor for class com.authlete.common.conf.AuthletePropertiesConfiguration
Constructor with a configuration file name and a pair of secret key and initial vector to decode encrypted property values.
AuthleteSimpleConfiguration - Class in com.authlete.common.conf
POJO implementation of AuthleteConfiguration.
AuthleteSimpleConfiguration() - Constructor for class com.authlete.common.conf.AuthleteSimpleConfiguration
 
authorization(AuthorizationRequest) - Method in interface com.authlete.common.api.AuthleteApi
Call Authlete's /auth/authorization API.
AuthorizationAuthenticateRequest - Class in com.authlete.common.dto
Request to Authlete's /auth/authorization/authenticate API.
AuthorizationAuthenticateRequest() - Constructor for class com.authlete.common.dto.AuthorizationAuthenticateRequest
 
AuthorizationAuthenticateResponse - Class in com.authlete.common.dto
Response from Authlete's /auth/authorization/authenticate API.
AuthorizationAuthenticateResponse() - Constructor for class com.authlete.common.dto.AuthorizationAuthenticateResponse
 
AuthorizationAuthenticateResponse.Action - Enum in com.authlete.common.dto
The next action that the service implementation should take.
authorizationFail(AuthorizationFailRequest) - Method in interface com.authlete.common.api.AuthleteApi
Call Authlete's /auth/authorization/fail API.
AuthorizationFailRequest - Class in com.authlete.common.dto
Request to Authlete's /auth/authorization/fail API.
AuthorizationFailRequest() - Constructor for class com.authlete.common.dto.AuthorizationFailRequest
 
AuthorizationFailRequest.Reason - Enum in com.authlete.common.dto
Failure reasons of authorization requests.
AuthorizationFailResponse - Class in com.authlete.common.dto
Response from Authlete's /auth/authorization/fail API.
AuthorizationFailResponse() - Constructor for class com.authlete.common.dto.AuthorizationFailResponse
 
AuthorizationFailResponse.Action - Enum in com.authlete.common.dto
The next action that the service implementation should take.
authorizationIssue(AuthorizationIssueRequest) - Method in interface com.authlete.common.api.AuthleteApi
Call Authlete's /auth/authorization/issue API.
AuthorizationIssueRequest - Class in com.authlete.common.dto
Request to Authlete's /auth/authorization/issue API.
AuthorizationIssueRequest() - Constructor for class com.authlete.common.dto.AuthorizationIssueRequest
 
AuthorizationIssueResponse - Class in com.authlete.common.dto
Response from Authlete's /auth/authorization/issue API.
AuthorizationIssueResponse() - Constructor for class com.authlete.common.dto.AuthorizationIssueResponse
 
AuthorizationIssueResponse.Action - Enum in com.authlete.common.dto
The next action that the service implementation should take.
AuthorizationRequest - Class in com.authlete.common.dto
Request to Authlete's /auth/authorization API.
AuthorizationRequest() - Constructor for class com.authlete.common.dto.AuthorizationRequest
 
AuthorizationResponse - Class in com.authlete.common.dto
Response from Authlete's /auth/authorization API.
AuthorizationResponse() - Constructor for class com.authlete.common.dto.AuthorizationResponse
 
AuthorizationResponse.Action - Enum in com.authlete.common.dto
The next action that the service implementation should take.
AuthorizedClientListResponse - Class in com.authlete.common.dto
Response from Authlete's /client/authorization/get/list API.
AuthorizedClientListResponse() - Constructor for class com.authlete.common.dto.AuthorizedClientListResponse
 
AZP - Static variable in class com.authlete.common.types.IdTokenClaims
Authorized party - the party to which the ID Token was issued.

B

BasicCredentials - Class in com.authlete.common.web
Credentials in Basic authentication.
BasicCredentials(String, String) - Constructor for class com.authlete.common.web.BasicCredentials
Constructor with credentials.
BearerToken - Class in com.authlete.common.web
Utility class for Bearer Token defined in RFC 6750.
BIRTHDATE - Static variable in class com.authlete.common.types.StandardClaims
End-User's birthday, represented as an ISO 8601:2004 [ISO8601-2004] YYYY-MM-DD format.

C

ClaimsScope - Enum in com.authlete.common.types
Scopes which are used to request claims.
ClaimType - Enum in com.authlete.common.types
Claim types.
clear() - Method in class com.authlete.common.util.PropertiesWrapper
 
clear() - Method in class com.authlete.common.util.TypedProperties
Clear all properties.
CLI - Class in com.authlete.common.util
Command line interface for Authlete API.
CLI() - Constructor for class com.authlete.common.util.CLI
 
Client - Class in com.authlete.common.dto
Information about a client application.
Client() - Constructor for class com.authlete.common.dto.Client
 
CLIENT_NAME - Static variable in class com.authlete.common.types.ClientClaims
 
CLIENT_URI - Static variable in class com.authlete.common.types.ClientClaims
 
ClientAuthMethod - Enum in com.authlete.common.types
Client authentication methods.
ClientAuthorizationDeleteRequest - Class in com.authlete.common.dto
Request to Authlete's /api/client/authorization/delete/{clientId} API.
ClientAuthorizationDeleteRequest() - Constructor for class com.authlete.common.dto.ClientAuthorizationDeleteRequest
The default constructor.
ClientAuthorizationDeleteRequest(String) - Constructor for class com.authlete.common.dto.ClientAuthorizationDeleteRequest
A constructor with a subject value.
ClientAuthorizationGetListRequest - Class in com.authlete.common.dto
Request to Authlete's /api/client/authorization/get/list API.
ClientAuthorizationGetListRequest() - Constructor for class com.authlete.common.dto.ClientAuthorizationGetListRequest
The default constructor.
ClientAuthorizationGetListRequest(String) - Constructor for class com.authlete.common.dto.ClientAuthorizationGetListRequest
A constructor with a subject value.
ClientAuthorizationGetListRequest(String, String) - Constructor for class com.authlete.common.dto.ClientAuthorizationGetListRequest
A constructor with a subject value and a developer value.
ClientAuthorizationGetListRequest(String, int, int) - Constructor for class com.authlete.common.dto.ClientAuthorizationGetListRequest
A constructor with a subject value, a start index and an end index of search results.
ClientAuthorizationGetListRequest(String, String, int, int) - Constructor for class com.authlete.common.dto.ClientAuthorizationGetListRequest
A constructor with all request parameters.
ClientAuthorizationUpdateRequest - Class in com.authlete.common.dto
Request to Authlete's /client/authorization/update/{clientId} API.
ClientAuthorizationUpdateRequest() - Constructor for class com.authlete.common.dto.ClientAuthorizationUpdateRequest
The default constructor.
ClientAuthorizationUpdateRequest(String, String[]) - Constructor for class com.authlete.common.dto.ClientAuthorizationUpdateRequest
A constructor with a subject and scopes.
ClientClaims - Class in com.authlete.common.types
 
ClientClaims() - Constructor for class com.authlete.common.types.ClientClaims
 
ClientExtension - Class in com.authlete.common.dto
Client extension.
ClientExtension() - Constructor for class com.authlete.common.dto.ClientExtension
 
ClientListResponse - Class in com.authlete.common.dto
Response from Authlete's /client/get/list API.
ClientListResponse() - Constructor for class com.authlete.common.dto.ClientListResponse
 
ClientType - Enum in com.authlete.common.types
Client types of OAuth 2.0 client applications.
CodeChallengeMethod - Enum in com.authlete.common.types
Values for code_challenge_method.
com.authlete.common - package com.authlete.common
Authlete Java library used commonly by service implementations and the Authlete server.
com.authlete.common.api - package com.authlete.common.api
The definition of Authlete API (AuthleteApi) and the factory class (AuthleteApiFactory).
com.authlete.common.conf - package com.authlete.common.conf
The definition of Authlete configuration (AuthleteConfiguration) and its implementations.
com.authlete.common.dto - package com.authlete.common.dto
Requests to and responses from Authlete APIs and some data structures.
com.authlete.common.types - package com.authlete.common.types
Enum definitions and lists of pre-defined constants.
com.authlete.common.util - package com.authlete.common.util
Utility classes.
com.authlete.common.web - package com.authlete.common.web
Utility classes related to Web.
compare(Scope, Scope) - Method in class com.authlete.common.dto.Scope.NameComparator
 
contains(String) - Method in class com.authlete.common.util.PropertiesWrapper
 
contains(String) - Method in class com.authlete.common.util.TypedProperties
Check if the property identified by the key exists.
contains(Enum<?>) - Method in class com.authlete.common.util.TypedProperties
Equivalent to contains(key.name()).
containsCode() - Method in enum com.authlete.common.types.ResponseType
Check if this response type contains a request for an authorization code.
containsIdToken() - Method in enum com.authlete.common.types.ResponseType
Check if this response type contains a request for an ID token.
containsToken() - Method in enum com.authlete.common.types.ResponseType
Check if this response type contains a request for an access token.
create(AuthleteConfiguration) - Static method in class com.authlete.common.api.AuthleteApiFactory
Create an instance of AuthleteApi.
create(AuthleteConfiguration, String) - Static method in class com.authlete.common.api.AuthleteApiFactory
Create an instance of AuthleteApi from the specified class.
createClient(Client) - Method in interface com.authlete.common.api.AuthleteApi
Create a client (= call Authlete's /client/create API).
createServie(Service) - Method in interface com.authlete.common.api.AuthleteApi
Create a service (= call Authlete's /service/create API).

D

decode(String) - Static method in class com.authlete.common.web.URLCoder
URL-decode the input with UTF-8.
DEFAULT_DEVELOPER - Static variable in class com.authlete.common.dto.ClientAuthorizationGetListRequest
The default value of developer (= null).
DEFAULT_END - Static variable in class com.authlete.common.dto.ClientAuthorizationGetListRequest
The default value of end (= 5).
DEFAULT_FILE - Static variable in class com.authlete.common.conf.AuthletePropertiesConfiguration
The default value of the name of the configuration file (authlete.properties).
DEFAULT_IV - Static variable in class com.authlete.common.conf.AuthletePropertiesConfiguration
The default value of the initial vector to decode encrypted property values (b6f5d0f0dd7146b0e3915ebd2dd078f3).
DEFAULT_KEY - Static variable in class com.authlete.common.conf.AuthletePropertiesConfiguration
The default value of the secret key to decode encrypted property values (a281ac2de1195e8c91ea383d38d05d1c).
DEFAULT_START - Static variable in class com.authlete.common.dto.ClientAuthorizationGetListRequest
The default value of start (= 0).
deleteClient(long) - Method in interface com.authlete.common.api.AuthleteApi
Delete a client (= call Authlete's /client/delete/{clientId} API).
deleteClientAuthorization(long, String) - Method in interface com.authlete.common.api.AuthleteApi
Delete all existing access tokens issued to the client application by the end-user.
deleteGrantedScopes(long, String) - Method in interface com.authlete.common.api.AuthleteApi
Delete DB records about the set of scopes that a user has granted to a client application (call Authlete's /client/granted_scopes/delete/{clientId} API).
deleteRequestableScopes(long) - Method in interface com.authlete.common.api.AuthleteApi
Clear the requestable scopes assigned to a client (= call Authlete's /client/extension/requestable_scopes/delete/{clientId} API).
deleteService(long) - Method in interface com.authlete.common.api.AuthleteApi
Delete a service (= call Authlete's /service/delete/{apiKey} API).
DESCRIPTION - Static variable in class com.authlete.common.types.ClientClaims
 
DeveloperAuthenticationCallbackRequest - Class in com.authlete.common.dto
Developer authentication request from Authlete to a service implementation.
DeveloperAuthenticationCallbackRequest() - Constructor for class com.authlete.common.dto.DeveloperAuthenticationCallbackRequest
 
DeveloperAuthenticationCallbackResponse - Class in com.authlete.common.dto
Developer authentication response from a service implementation to Authlete.
DeveloperAuthenticationCallbackResponse() - Constructor for class com.authlete.common.dto.DeveloperAuthenticationCallbackResponse
 
Display - Enum in com.authlete.common.types
Values for display.

E

EMAIL - Static variable in class com.authlete.common.types.StandardClaims
End-User's preferred e-mail address.
EMAIL_VERIFIED - Static variable in class com.authlete.common.types.StandardClaims
True if the End-User's e-mail address has been verified; otherwise false.
encode(String) - Static method in class com.authlete.common.web.URLCoder
URL-encode the input with UTF-8.
ErrorCode - Enum in com.authlete.common.types
Values for error from OAuth 2.0 endpoints.
EXP - Static variable in class com.authlete.common.types.IdTokenClaims
Expiration time on or after which the ID Token MUST NOT be accepted for processing.
extractNames(Scope[]) - Static method in class com.authlete.common.dto.Scope
Extract scope names.

F

FAMILY_NAME - Static variable in class com.authlete.common.types.StandardClaims
Surname(s) or last name(s) of the End-User.
format() - Method in class com.authlete.common.web.BasicCredentials
Create a value suitable as the value of Authorization header.
formUrlEncode(Map<String, ?>) - Static method in class com.authlete.common.web.URLCoder
Convert the given map to a string in x-www-form-urlencoded format.
fromJson(String, Class<T>) - Static method in class com.authlete.common.util.Utils
Convert the given JSON string into an object using Gson.

G

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
Equivalent to getBoolean(key, defaultValue).
get(Enum<?>, boolean) - Method in class com.authlete.common.util.TypedProperties
Equivalent to getBoolean(key, defaultValue).
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
Equivalent to getString(key, defaultValue).
get(String) - Method in class com.authlete.common.util.TypedProperties
Equivalent to getString(key).
get(Enum<?>, String) - Method in class com.authlete.common.util.TypedProperties
Equivalent to getString(key, defaultValue).
get(Enum<?>) - Method in class com.authlete.common.util.TypedProperties
Equivalent to getString(key).
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
Get the access token which has been specified by TokenUpdateRequest.
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
Equivalent to getBoolean(key, false).
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
Equivalent to getBoolean(key.name()).
getByName(String) - Static method in enum com.authlete.common.types.ClaimsScope
Get a ClaimsScope instance by a name.
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
Get the default instance of AuthleteApi.
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
Equivalent to getFloat(key, 0.0F).
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
Equivalent to getFloat(key.name()).
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
Get the claim list described in "OpenID Connect Core 1.0, 2. ID Token".
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
Equivalent to getInt(key, 0).
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
Equivalent to getLong(key, 0L).
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
Equivalent to getLong(key.name()).
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
Get the set of scopes that this client application can request when "Requestable Scopes per Client" is enabled (= when ClientExtension.isRequestableScopesEnabled() returns true).
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
Get the configuration of the service in JSON format that complies with OpenID Connect Discovery 1.0.
getServiceConfiguration(boolean) - Method in interface com.authlete.common.api.AuthleteApi
Get the configuration of the service in JSON format that complies with OpenID Connect Discovery 1.0.
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
Get the claim list described in "OpenID Connect Core 1.0, 5.1. Standard Claims".
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
Equivalent to getString(key, null).
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
Equivalent to getString(key.name()).
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.

H

HashAlg - Enum in com.authlete.common.types
Hash algorithm.

I

IAT - Static variable in class com.authlete.common.types.IdTokenClaims
Time at which the ID Token was issued.
IdTokenClaims - Class in com.authlete.common.types
Claims used within the ID Token for all OAuth 2.0 flows used by OpenID Connect.
introspection(IntrospectionRequest) - Method in interface com.authlete.common.api.AuthleteApi
Call Authlete's /auth/introspection API.
IntrospectionRequest - Class in com.authlete.common.dto
Request to Authlete's /auth/introspection API.
IntrospectionRequest() - Constructor for class com.authlete.common.dto.IntrospectionRequest
 
IntrospectionResponse - Class in com.authlete.common.dto
Response from Authlete's /auth/introspection API.
IntrospectionResponse() - Constructor for class com.authlete.common.dto.IntrospectionResponse
 
IntrospectionResponse.Action - Enum in com.authlete.common.dto
The next action the service implementation should take.
isAcrEssential() - Method in class com.authlete.common.dto.AuthorizationResponse
Get the flag which indicates whether the end-user authentication must satisfy one of the requested ACRs.
isAuthenticated() - Method in class com.authlete.common.dto.AuthenticationCallbackResponse
Get the authentication result.
isAuthenticated() - Method in class com.authlete.common.dto.AuthorizationAuthenticateResponse
Get the result of the authentication.
isAuthenticated() - Method in class com.authlete.common.dto.DeveloperAuthenticationCallbackResponse
Get the authentication result.
isAuthTimeRequired() - Method in class com.authlete.common.dto.Client
Get the flag to indicate whether this client requires auth_time claim to be embedded in the ID token.
isClientIdAliasEnabled() - Method in class com.authlete.common.dto.Client
Get the flag which indicates whether the client ID alias is enabled or not.
isClientIdAliasEnabled() - Method in class com.authlete.common.dto.Service
Get the flag which indicates whether the 'Client ID Alias' feature is enabled or not.
isClientIdAliasUsed() - Method in class com.authlete.common.dto.AuthorizationResponse
Get 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.
isClientIdAliasUsed() - Method in class com.authlete.common.dto.IntrospectionResponse
Get 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.
isClientIdAliasUsed() - Method in class com.authlete.common.dto.TokenCreateRequest
Get 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.
isClientIdAliasUsed() - Method in class com.authlete.common.dto.TokenIssueResponse
Get the flag which indicates whether the client ID alias was used when the token request was made.
isClientIdAliasUsed() - Method in class com.authlete.common.dto.TokenResponse
Get the flag which indicates whether the client ID alias was used when the token request was made.
isClientIdAliasUsed() - Method in class com.authlete.common.dto.UserInfoResponse
Get the flag which indicates whether the client ID alias was used when the authorization request for the access token was made.
isCreatable() - Method in class com.authlete.common.dto.ServiceCreatableResponse
Check whether the service owner can create a new service.
isDefaultEntry() - Method in class com.authlete.common.dto.Scope
Get the flag that indicates whether this scope is included in the default scope list.
isDirectAuthorizationEndpointEnabled() - Method in class com.authlete.common.dto.Service
Get the flag to indicate whether the direct authorization endpoint is enabled or not.
isDirectIntrospectionEndpointEnabled() - Method in class com.authlete.common.dto.Service
Get the flag to indicate whether the direct introspection endpoint is enabled or not.
isDirectJwksEndpointEnabled() - Method in class com.authlete.common.dto.Service
Get the flag to indicate whether the direct jwks endpoint is enabled or not.
isDirectRevocationEndpointEnabled() - Method in class com.authlete.common.dto.Service
Get the flag to indicate whether the direct revocation endpoint is enabled or not.
isDirectTokenEndpointEnabled() - Method in class com.authlete.common.dto.Service
Get the flag to indicate whether the direct token endpoint is enabled or not.
isDirectUserInfoEndpointEnabled() - Method in class com.authlete.common.dto.Service
Get the flag to indicate whether the direct userinfo endpoint is enabled or not.
isErrorDescriptionOmitted() - Method in class com.authlete.common.dto.Service
Get the flag to indicate whether the error_description response parameter is omitted.
isErrorUriOmitted() - Method in class com.authlete.common.dto.Service
Get the flag to indicate whether the error_uri response parameter is omitted.
isExistent() - Method in class com.authlete.common.dto.IntrospectionResponse
Get the flag which indicates whether the access token exists.
isHidden() - Method in class com.authlete.common.dto.Property
Check if this property is hidden from client applications.
isIdTokenClaim(String) - Static method in class com.authlete.common.types.IdTokenClaims
Check if the given claim name is in the list described in "OpenID Connect Core 1.0, 2. ID Token".
isPkceRequired() - Method in class com.authlete.common.dto.Service
Get the flag to indicate whether the use of Proof Key for Code Exchange (PKCE) is always required for authorization requests by Authorization Code Flow.
isRefreshable() - Method in class com.authlete.common.dto.IntrospectionResponse
Get the flag which indicates whether the access token can be refreshed using the associated refresh token.
isRefreshTokenKept() - Method in class com.authlete.common.dto.Service
Get the flag to indicate whether a refresh token remains unchanged or gets renewed after its use.
isRequestableScopesEnabled() - Method in class com.authlete.common.dto.ClientExtension
Check whether "Requestable Scopes per Client" is enabled or not.
ISS - Static variable in class com.authlete.common.types.IdTokenClaims
Issuer Identifier for the Issuer of the response.
isSingleAccessTokenPerSubject() - Method in class com.authlete.common.dto.Service
Get the flag to indicate whether the number of access tokens per subject (and per client) is at most one or can be more.
isStandardClaim(String) - Static method in class com.authlete.common.types.StandardClaims
Check if the given claim name is in the list described in "OpenID Connect Core 1.0, 5.1. Standard Claims".
isSufficient() - Method in class com.authlete.common.dto.IntrospectionResponse
Get the flag which indicates whether the access token covers the required scopes.
isSupported(JWEAlg) - Static method in class com.authlete.common.util.JoseUtils
Check whether the given JWE algorithm is supported by Authlete.
isUsable() - Method in class com.authlete.common.dto.IntrospectionResponse
Get the flag which indicates whether the access token is usable (= exists and has not expired).

J

join(String[], String) - Static method in class com.authlete.common.util.Utils
Concatenate string with the specified delimiter.
JoseUtils - Class in com.authlete.common.util
Utilities for JOSE (JavaScript Object Signing and Encryption).
JWEAlg - Enum in com.authlete.common.types
"alg" (Algorithm) Header Parameter Values for JWE.
JWEEnc - Enum in com.authlete.common.types
"enc" (Encryption Algorithm) Header Parameter Values for JWE.
JWSAlg - Enum in com.authlete.common.types
"alg" (Algorithm) Header Parameter Values for JWS.

L

load(String) - Static method in class com.authlete.common.util.PropertiesLoader
Load properties from a file.
load(String, PropertiesLoader.FileLocation[]) - Static method in class com.authlete.common.util.PropertiesLoader
Load properties from a file.
load(String, PropertiesLoader.FileLocation) - Static method in class com.authlete.common.util.PropertiesLoader
Load properties from a file.
LOCALE - Static variable in class com.authlete.common.types.StandardClaims
End-User's locale, represented as a BCP47 [RFC5646] language tag.
LOGO_URI - Static variable in class com.authlete.common.types.ClientClaims
 

M

main(String[]) - Static method in class com.authlete.common.util.CLI
The entry point of this command line interface.
MIDDLE_NAME - Static variable in class com.authlete.common.types.StandardClaims
Middle name(s) of the End-User.

N

NAME - Static variable in class com.authlete.common.types.StandardClaims
End-User's full name in displayable form including all name parts, possibly including titles and suffixes, ordered according to the End-User's locale and preferences.
NameComparator() - Constructor for class com.authlete.common.dto.Scope.NameComparator
 
NICKNAME - Static variable in class com.authlete.common.types.StandardClaims
Casual name of the End-User that may or may not be the same as the given_name.
NONCE - Static variable in class com.authlete.common.types.IdTokenClaims
String value used to associate a Client session with an ID Token, and to mitigate replay attacks.

P

Pair - Class in com.authlete.common.dto
A pair of a string key and a string value.
Pair() - Constructor for class com.authlete.common.dto.Pair
Constructor with a null key and a null value.
Pair(String, String) - Constructor for class com.authlete.common.dto.Pair
Constructor with an initial key and an initial value.
parse(String) - Static method in enum com.authlete.common.types.ApplicationType
Convert String to ApplicationType.
parse(String) - Static method in enum com.authlete.common.types.ClaimType
Convert String to ClaimType.
parse(String) - Static method in enum com.authlete.common.types.ClientAuthMethod
Convert String to ClientAuthMethod.
parse(String) - Static method in enum com.authlete.common.types.ClientType
Convert String to ClientType.
parse(String) - Static method in enum com.authlete.common.types.CodeChallengeMethod
Convert String to CodeChallengeMethod.
parse(String) - Static method in enum com.authlete.common.types.Display
Convert String to Display.
parse(String) - Static method in enum com.authlete.common.types.GrantType
Convert String to GrantType.
parse(String) - Static method in enum com.authlete.common.types.JWEAlg
Convert String to JWEAlg.
parse(String) - Static method in enum com.authlete.common.types.JWEEnc
Convert String to JWEEnc.
parse(String) - Static method in enum com.authlete.common.types.JWSAlg
Convert String to JWSAlg.
parse(String) - Static method in enum com.authlete.common.types.Prompt
Convert String to Prompt.
parse(String) - Static method in enum com.authlete.common.types.ResponseMode
Convert String to ResponseMode.
parse(String) - Static method in enum com.authlete.common.types.ResponseType
Parse a space-separated response_type values.
parse(String) - Static method in enum com.authlete.common.types.Sns
Convert String to Sns.
parse(String) - Static method in enum com.authlete.common.types.StandardScope
Convert String to StandardScope.
parse(String) - Static method in enum com.authlete.common.types.SubjectType
Convert String to SubjectType.
parse(String) - Static method in class com.authlete.common.web.BasicCredentials
Parse Authorization header for Basic authentication.
parse(String) - Static method in class com.authlete.common.web.BearerToken
Extract the access token embedded in the input string.
PHONE_NUMBER - Static variable in class com.authlete.common.types.StandardClaims
End-User's preferred telephone number.
PHONE_NUMBER_VERIFIED - Static variable in class com.authlete.common.types.StandardClaims
True if the End-User's phone number has been verified; otherwise false.
PICTURE - Static variable in class com.authlete.common.types.StandardClaims
URL of the End-User's profile picture.
Plan - Enum in com.authlete.common.types
Plan.
POLICY_URI - Static variable in class com.authlete.common.types.ClientClaims
 
PREFERRED_USERNAME - Static variable in class com.authlete.common.types.StandardClaims
Shorthand name by which the End-User wishes to be referred to at the RP, such as janedoe or j.doe.
PROFILE - Static variable in class com.authlete.common.types.StandardClaims
URL of the End-User's profile page.
Prompt - Enum in com.authlete.common.types
Values for prompt.
PropertiesLoader - Class in com.authlete.common.util
Properties loader.
PropertiesLoader() - Constructor for class com.authlete.common.util.PropertiesLoader
 
PropertiesLoader.FileLocation - Enum in com.authlete.common.util
File location types.
PropertiesWrapper - Class in com.authlete.common.util
Properties wrapper.
PropertiesWrapper(Properties) - Constructor for class com.authlete.common.util.PropertiesWrapper
Constructor with a Properties instance to be wrapped.
Property - Class in com.authlete.common.dto
Property that consists of a string key and a string value.
Property() - Constructor for class com.authlete.common.dto.Property
Constructor with a null key and a null value.
Property(String, String) - Constructor for class com.authlete.common.dto.Property
Constructor with a pair of key and value.
Property(String, String, boolean) - Constructor for class com.authlete.common.dto.Property
Constructor with a pair of key and value, and a flag to mark this property as hidden or not.

R

remove(String) - Method in class com.authlete.common.util.PropertiesWrapper
 
remove(String) - Method in class com.authlete.common.util.TypedProperties
Remove the property identified by the key.
remove(Enum<?>) - Method in class com.authlete.common.util.TypedProperties
Equivalent to remove(key.name()).
requiresImplicitFlow() - Method in enum com.authlete.common.types.ResponseType
Check if this response type requires the Implicit Flow.
ResponseMode - Enum in com.authlete.common.types
Values for response_mode.
ResponseType - Enum in com.authlete.common.types
Values for response_type.
revocation(RevocationRequest) - Method in interface com.authlete.common.api.AuthleteApi
Call Authlete's /auth/revocation API.
RevocationRequest - Class in com.authlete.common.dto
Request to Authlete's /auth/revocation API.
RevocationRequest() - Constructor for class com.authlete.common.dto.RevocationRequest
 
RevocationResponse - Class in com.authlete.common.dto
Response from Authlete's /auth/revocation API.
RevocationResponse() - Constructor for class com.authlete.common.dto.RevocationResponse
 
RevocationResponse.Action - Enum in com.authlete.common.dto
The next action that the service implementation should take.

S

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
Equivalent to setBoolean(key, value).
set(Enum<?>, boolean) - Method in class com.authlete.common.util.TypedProperties
Equivalent to setBoolean(key, value).
set(String, float) - Method in class com.authlete.common.util.TypedProperties
Equivalent to setFloat(key, value).
set(Enum<?>, float) - Method in class com.authlete.common.util.TypedProperties
Equivalent to setFloat(key, value).
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
Equivalent to setLong(key, value).
set(Enum<?>, long) - Method in class com.authlete.common.util.TypedProperties
Equivalent to setLong(key, value).
set(String, TEnum) - Method in class com.authlete.common.util.TypedProperties
Equivalent to setEnum(key, value).
set(Enum<?>, TEnum) - Method in class com.authlete.common.util.TypedProperties
Equivalent to setEnum(key, value).
set(String, String) - Method in class com.authlete.common.util.TypedProperties
Equivalent to setString(key, value).
set(Enum<?>, String) - Method in class com.authlete.common.util.TypedProperties
Equivalent to setString(key, value).
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
Set the access token which has been specified by TokenUpdateRequest.
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
Equivalent to setBoolean(key.name(), value).
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
Set the set of scopes that this client application can request when "Requestable Scopes per Client" is enabled (= when ClientExtension.isRequestableScopesEnabled() returns true).
setRequestableScopes(Set<String>) - Method in class com.authlete.common.dto.ClientExtension
Set the set of scopes that this client application can request when "Requestable Scopes per Client" is enabled (= when ClientExtension.isRequestableScopesEnabled() returns true).
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
Equivalent to setString(key.name(), value).
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 of AuthleteApi implementation.
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
Stringify an array of Prompt.
stringifyProperties(Property[]) - Static method in class com.authlete.common.util.Utils
Stringify an array of Property.
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).

T

TaggedValue - Class in com.authlete.common.dto
A string value with a language tag
TaggedValue() - Constructor for class com.authlete.common.dto.TaggedValue
The default constructor.
TaggedValue(String, String) - Constructor for class com.authlete.common.dto.TaggedValue
Constructor with a tag and a value.
toArray(int) - Static method in enum com.authlete.common.types.ApplicationType
 
toArray(int) - Static method in enum com.authlete.common.types.ClaimType
 
toArray(int) - Static method in enum com.authlete.common.types.ClientAuthMethod
 
toArray(int) - Static method in enum com.authlete.common.types.ClientType
 
toArray(int) - Static method in enum com.authlete.common.types.Display
 
toArray(int) - Static method in enum com.authlete.common.types.GrantType
 
toArray(int) - Static method in enum com.authlete.common.types.JWEAlg
 
toArray(int) - Static method in enum com.authlete.common.types.JWEEnc
 
toArray(int) - Static method in enum com.authlete.common.types.JWSAlg
 
toArray(int) - Static method in enum com.authlete.common.types.Prompt
 
toArray(int) - Static method in enum com.authlete.common.types.ResponseMode
 
toArray(int) - Static method in enum com.authlete.common.types.ResponseType
 
toArray(int) - Static method in enum com.authlete.common.types.Sns
 
toArray(int) - Static method in enum com.authlete.common.types.StandardScope
 
toArray(int) - Static method in enum com.authlete.common.types.SubjectType
 
toBits(EnumSet<ApplicationType>) - Static method in enum com.authlete.common.types.ApplicationType
 
toBits(EnumSet<ClaimType>) - Static method in enum com.authlete.common.types.ClaimType
 
toBits(EnumSet<ClientAuthMethod>) - Static method in enum com.authlete.common.types.ClientAuthMethod
 
toBits(EnumSet<ClientType>) - Static method in enum com.authlete.common.types.ClientType
 
toBits(EnumSet<Display>) - Static method in enum com.authlete.common.types.Display
 
toBits(EnumSet<GrantType>) - Static method in enum com.authlete.common.types.GrantType
 
toBits(EnumSet<JWEAlg>) - Static method in enum com.authlete.common.types.JWEAlg
 
toBits(EnumSet<JWEEnc>) - Static method in enum com.authlete.common.types.JWEEnc
 
toBits(EnumSet<JWSAlg>) - Static method in enum com.authlete.common.types.JWSAlg
 
toBits(EnumSet<Prompt>) - Static method in enum com.authlete.common.types.Prompt
 
toBits(EnumSet<ResponseMode>) - Static method in enum com.authlete.common.types.ResponseMode
 
toBits(EnumSet<ResponseType>) - Static method in enum com.authlete.common.types.ResponseType
 
toBits(EnumSet<Sns>) - Static method in enum com.authlete.common.types.Sns
 
toBits(Set<String>) - Static method in class com.authlete.common.types.StandardClaims
 
toBits(EnumSet<StandardScope>) - Static method in enum com.authlete.common.types.StandardScope
 
toBits(EnumSet<SubjectType>) - Static method in enum com.authlete.common.types.SubjectType
 
toJson(Object) - Static method in class com.authlete.common.util.Utils
Convert the given object into a JSON string using Gson.
toJson(Object, boolean) - Static method in class com.authlete.common.util.Utils
Convert the given object into a JSON string using Gson.
token(TokenRequest) - Method in interface com.authlete.common.api.AuthleteApi
Call Authlete's /auth/token API.
tokenCreate(TokenCreateRequest) - Method in interface com.authlete.common.api.AuthleteApi
Call Authlete's /auth/token/create API.
TokenCreateRequest - Class in com.authlete.common.dto
Request to Authlete's /auth/token/create API.
TokenCreateRequest() - Constructor for class com.authlete.common.dto.TokenCreateRequest
 
TokenCreateResponse - Class in com.authlete.common.dto
Response from Authlete's /auth/token/create API.
TokenCreateResponse() - Constructor for class com.authlete.common.dto.TokenCreateResponse
 
TokenCreateResponse.Action - Enum in com.authlete.common.dto
The code indicating how the response should be interpreted.
tokenFail(TokenFailRequest) - Method in interface com.authlete.common.api.AuthleteApi
Call Authlete's /auth/token/fail API.
TokenFailRequest - Class in com.authlete.common.dto
Request for Authlete's /auth/token/fail API.
TokenFailRequest() - Constructor for class com.authlete.common.dto.TokenFailRequest
 
TokenFailRequest.Reason - Enum in com.authlete.common.dto
Failure reasons of token requests.
TokenFailResponse - Class in com.authlete.common.dto
Response from Authlete's /auth/token/fail API.
TokenFailResponse() - Constructor for class com.authlete.common.dto.TokenFailResponse
 
TokenFailResponse.Action - Enum in com.authlete.common.dto
The next action that the service implementation should take.
tokenIssue(TokenIssueRequest) - Method in interface com.authlete.common.api.AuthleteApi
Call Authlete's /auth/token/issue API.
TokenIssueRequest - Class in com.authlete.common.dto
Request to Authlete's /auth/token/issue API.
TokenIssueRequest() - Constructor for class com.authlete.common.dto.TokenIssueRequest
 
TokenIssueResponse - Class in com.authlete.common.dto
Response from Authlete's /auth/token/issue endpoint.
TokenIssueResponse() - Constructor for class com.authlete.common.dto.TokenIssueResponse
 
TokenIssueResponse.Action - Enum in com.authlete.common.dto
The next action that the service implementation should take.
TokenRequest - Class in com.authlete.common.dto
Request to Authlete's /auth/token API.
TokenRequest() - Constructor for class com.authlete.common.dto.TokenRequest
 
TokenResponse - Class in com.authlete.common.dto
Response from Authlete's /auth/token API.
TokenResponse() - Constructor for class com.authlete.common.dto.TokenResponse
 
TokenResponse.Action - Enum in com.authlete.common.dto
The next action that the service implementation should take.
tokenUpdate(TokenUpdateRequest) - Method in interface com.authlete.common.api.AuthleteApi
Call Authlete's /auth/token/update API.
TokenUpdateRequest - Class in com.authlete.common.dto
Request to Authlete's /auth/token/update API.
TokenUpdateRequest() - Constructor for class com.authlete.common.dto.TokenUpdateRequest
 
TokenUpdateResponse - Class in com.authlete.common.dto
Response from Authlete's /auth/token/update API.
TokenUpdateResponse() - Constructor for class com.authlete.common.dto.TokenUpdateResponse
 
TokenUpdateResponse.Action - Enum in com.authlete.common.dto
The code indicating how the response should be interpreted.
TOS_URI - Static variable in class com.authlete.common.types.ClientClaims
 
toSet(int) - Static method in enum com.authlete.common.types.ApplicationType
 
toSet(ApplicationType[]) - Static method in enum com.authlete.common.types.ApplicationType
 
toSet(int) - Static method in enum com.authlete.common.types.ClaimType
 
toSet(ClaimType[]) - Static method in enum com.authlete.common.types.ClaimType
 
toSet(int) - Static method in enum com.authlete.common.types.ClientAuthMethod
 
toSet(ClientAuthMethod[]) - Static method in enum com.authlete.common.types.ClientAuthMethod
 
toSet(int) - Static method in enum com.authlete.common.types.ClientType
 
toSet(ClientType[]) - Static method in enum com.authlete.common.types.ClientType
 
toSet(int) - Static method in enum com.authlete.common.types.Display
 
toSet(Display[]) - Static method in enum com.authlete.common.types.Display
 
toSet(int) - Static method in enum com.authlete.common.types.GrantType
 
toSet(GrantType[]) - Static method in enum com.authlete.common.types.GrantType
 
toSet(int) - Static method in enum com.authlete.common.types.JWEAlg
 
toSet(JWEAlg[]) - Static method in enum com.authlete.common.types.JWEAlg
 
toSet(int) - Static method in enum com.authlete.common.types.JWEEnc
 
toSet(JWEEnc[]) - Static method in enum com.authlete.common.types.JWEEnc
 
toSet(int) - Static method in enum com.authlete.common.types.JWSAlg
 
toSet(JWSAlg[]) - Static method in enum com.authlete.common.types.JWSAlg
 
toSet(int) - Static method in enum com.authlete.common.types.Prompt
 
toSet(Prompt[]) - Static method in enum com.authlete.common.types.Prompt
 
toSet(int) - Static method in enum com.authlete.common.types.ResponseMode
 
toSet(ResponseMode[]) - Static method in enum com.authlete.common.types.ResponseMode
 
toSet(int) - Static method in enum com.authlete.common.types.ResponseType
 
toSet(ResponseType[]) - Static method in enum com.authlete.common.types.ResponseType
 
toSet(int) - Static method in enum com.authlete.common.types.Sns
 
toSet(Sns[]) - Static method in enum com.authlete.common.types.Sns
 
toSet(int) - Static method in class com.authlete.common.types.StandardClaims
 
toSet(int) - Static method in enum com.authlete.common.types.StandardScope
 
toSet(StandardScope[]) - Static method in enum com.authlete.common.types.StandardScope
 
toSet(int) - Static method in enum com.authlete.common.types.SubjectType
 
toSet(SubjectType[]) - Static method in enum com.authlete.common.types.SubjectType
 
toString() - Method in class com.authlete.common.dto.Property
Get the string representation of this property in the format of "{key}={value}".
toString() - Method in enum com.authlete.common.types.ApplicationType
 
toString() - Method in enum com.authlete.common.types.ClaimType
 
toString() - Method in enum com.authlete.common.types.ClientAuthMethod
 
toString() - Method in enum com.authlete.common.types.ClientType
 
toString() - Method in enum com.authlete.common.types.CodeChallengeMethod
 
toString() - Method in enum com.authlete.common.types.Display
 
toString() - Method in enum com.authlete.common.types.GrantType
 
toString() - Method in enum com.authlete.common.types.JWEAlg
 
toString() - Method in enum com.authlete.common.types.JWEEnc
 
toString() - Method in enum com.authlete.common.types.JWSAlg
 
toString() - Method in enum com.authlete.common.types.Prompt
 
toString() - Method in enum com.authlete.common.types.ResponseMode
 
toString() - Method in enum com.authlete.common.types.ResponseType
 
toString() - Method in enum com.authlete.common.types.Sns
 
toString() - Method in enum com.authlete.common.types.StandardScope
 
toString() - Method in enum com.authlete.common.types.SubjectType
 
TypedProperties - Class in com.authlete.common.util
This is an abstract class that provides getters and setters for key-value pairs.
TypedProperties() - Constructor for class com.authlete.common.util.TypedProperties
 

U

updateClient(Client) - Method in interface com.authlete.common.api.AuthleteApi
Update a client (= call Authlete's /client/update/{clientId} API).
updateClientAuthorization(long, ClientAuthorizationUpdateRequest) - Method in interface com.authlete.common.api.AuthleteApi
Update attributes of all existing access tokens issued to the client application by the end-user.
UPDATED_AT - Static variable in class com.authlete.common.types.StandardClaims
Time the End-User's information was last updated.
updateService(Service) - Method in interface com.authlete.common.api.AuthleteApi
Update a service (= call Authlete's /service/update/{apiKey} API).
URLCoder - Class in com.authlete.common.web
URL encoder/decoder.
URLCoder() - Constructor for class com.authlete.common.web.URLCoder
 
User - Interface in com.authlete.common.types
An interface that represents a resource owner (in the context of OAuth 2.0) or an end user (in the context of OpenID Connect).
userinfo(UserInfoRequest) - Method in interface com.authlete.common.api.AuthleteApi
Call Authlete's /auth/userinfo API.
userinfoIssue(UserInfoIssueRequest) - Method in interface com.authlete.common.api.AuthleteApi
Call Authlete's /auth/userinfo/issue API.
UserInfoIssueRequest - Class in com.authlete.common.dto
Request to Authlete's /auth/userinfo/issue API.
UserInfoIssueRequest() - Constructor for class com.authlete.common.dto.UserInfoIssueRequest
 
UserInfoIssueResponse - Class in com.authlete.common.dto
Response from Authlete's /auth/userinfo/issue API.
UserInfoIssueResponse() - Constructor for class com.authlete.common.dto.UserInfoIssueResponse
 
UserInfoIssueResponse.Action - Enum in com.authlete.common.dto
The next action the service implementation should take.
UserInfoRequest - Class in com.authlete.common.dto
Request to Authlete's /auth/userinfo API.
UserInfoRequest() - Constructor for class com.authlete.common.dto.UserInfoRequest
 
UserInfoResponse - Class in com.authlete.common.dto
Response from Authlete's /auth/userinfo API.
UserInfoResponse() - Constructor for class com.authlete.common.dto.UserInfoResponse
 
UserInfoResponse.Action - Enum in com.authlete.common.dto
The next action the service implementation should take.
Utils - Class in com.authlete.common.util
 

V

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.

W

WEBSITE - Static variable in class com.authlete.common.types.StandardClaims
URL of the End-User's Web page or blog.

Z

ZONEINFO - Static variable in class com.authlete.common.types.StandardClaims
String from zoneinfo [zoneinfo] time zone database representing the End-User's time zone.
A B C D E F G H I J L M N P R S T U V W Z 
Skip navigation links

Copyright © 2017. All rights reserved.