Skip navigation links
A B C D E G H I J O P R S T U V 

A

AccessTokenInfo - Class in com.authlete.jaxrs
Information about an access token.
AccessTokenInfo() - Constructor for class com.authlete.jaxrs.AccessTokenInfo
The default constructor.
AccessTokenInfo(String, IntrospectionResponse) - Constructor for class com.authlete.jaxrs.AccessTokenInfo
A constructor with an access token and a response from Authlete's /api/auth/introspection API.
AccessTokenValidator - Class in com.authlete.jaxrs
Access token validator.
AccessTokenValidator(AuthleteApi) - Constructor for class com.authlete.jaxrs.AccessTokenValidator
Constructor with an implementation of AuthleteApi interface.
authenticateUser(String, String) - Method in interface com.authlete.jaxrs.spi.TokenRequestHandlerSpi
Authenticate an end-user.
authenticateUser(String, String) - Method in class com.authlete.jaxrs.spi.TokenRequestHandlerSpiAdapter
 
AuthleteApiImpl - Class in com.authlete.jaxrs.api
The implementation of AuthleteApi using JAX-RS 2.0 client API.
AuthleteApiImpl(AuthleteConfiguration) - Constructor for class com.authlete.jaxrs.api.AuthleteApiImpl
The constructor with an instance of AuthleteConfiguration.
authorization(AuthorizationRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
Call /api/auth/authorization API.
AuthorizationDecisionHandler - Class in com.authlete.jaxrs
Handler for end-user's decision on the authorization request.
AuthorizationDecisionHandler(AuthleteApi, AuthorizationDecisionHandlerSpi) - Constructor for class com.authlete.jaxrs.AuthorizationDecisionHandler
Constructor with an implementation of AuthleteApi interface and an implementation of AuthorizationDecisionHandlerSpi interface.
AuthorizationDecisionHandlerSpi - Interface in com.authlete.jaxrs.spi
Service Provider Interface to work with AuthorizationDecisionHandler.
AuthorizationDecisionHandlerSpiAdapter - Class in com.authlete.jaxrs.spi
Empty implementation of AuthorizationDecisionHandlerSpi interface.
AuthorizationDecisionHandlerSpiAdapter() - Constructor for class com.authlete.jaxrs.spi.AuthorizationDecisionHandlerSpiAdapter
 
authorizationFail(AuthorizationFailRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
Call /api/auth/authorization/fail API.
authorizationIssue(AuthorizationIssueRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
Call /api/auth/authorization/issue API.
AuthorizationPageModel - Class in com.authlete.jaxrs
Model class to hold data which are referred to in an authorization page.
AuthorizationPageModel() - Constructor for class com.authlete.jaxrs.AuthorizationPageModel
The default constructor with default values.
AuthorizationPageModel(AuthorizationResponse) - Constructor for class com.authlete.jaxrs.AuthorizationPageModel
Create an AuthorizationPageModel instance using information contained in an AuthorizationResponse object, which represents a response from Authlete's /api/auth/authorization API.
AuthorizationRequestHandler - Class in com.authlete.jaxrs
Handler for authorization requests to a authorization endpoint of OAuth 2.0 (RFC 6749).
AuthorizationRequestHandler(AuthleteApi, AuthorizationRequestHandlerSpi) - Constructor for class com.authlete.jaxrs.AuthorizationRequestHandler
Constructor with an implementation of AuthleteApi interface and an implementation of AuthorizationRequestHandlerSpi interface.
AuthorizationRequestHandlerSpi - Interface in com.authlete.jaxrs.spi
Service Provider Interface to work with AuthorizationRequestHandler.
AuthorizationRequestHandlerSpiAdapter - Class in com.authlete.jaxrs.spi
Empty implementation of AuthorizationRequestHandlerSpi interface.
AuthorizationRequestHandlerSpiAdapter() - Constructor for class com.authlete.jaxrs.spi.AuthorizationRequestHandlerSpiAdapter
 

B

BaseAuthorizationDecisionEndpoint - Class in com.authlete.jaxrs
A base class for authorization decision endpoints.
BaseAuthorizationDecisionEndpoint() - Constructor for class com.authlete.jaxrs.BaseAuthorizationDecisionEndpoint
 
BaseAuthorizationEndpoint - Class in com.authlete.jaxrs
A base class for authorization endpoints.
BaseAuthorizationEndpoint() - Constructor for class com.authlete.jaxrs.BaseAuthorizationEndpoint
 
BaseConfigurationEndpoint - Class in com.authlete.jaxrs
A base class for OpenID Provider configuration endpoints.
BaseConfigurationEndpoint() - Constructor for class com.authlete.jaxrs.BaseConfigurationEndpoint
 
BaseEndpoint - Class in com.authlete.jaxrs
A base class for endpoints.
BaseEndpoint() - Constructor for class com.authlete.jaxrs.BaseEndpoint
 
BaseJwksEndpoint - Class in com.authlete.jaxrs
A base class for JWK Set endpoints.
BaseJwksEndpoint() - Constructor for class com.authlete.jaxrs.BaseJwksEndpoint
 
BaseResourceEndpoint - Class in com.authlete.jaxrs
A base class for protected resource endpoints.
BaseResourceEndpoint() - Constructor for class com.authlete.jaxrs.BaseResourceEndpoint
 
BaseRevocationEndpoint - Class in com.authlete.jaxrs
A base class for revocation endpoint implementations.
BaseRevocationEndpoint() - Constructor for class com.authlete.jaxrs.BaseRevocationEndpoint
 
BaseTokenEndpoint - Class in com.authlete.jaxrs
A base class for token endpoints.
BaseTokenEndpoint() - Constructor for class com.authlete.jaxrs.BaseTokenEndpoint
 
BaseUserInfoEndpoint - Class in com.authlete.jaxrs
A base class for userinfo endpoints.
BaseUserInfoEndpoint() - Constructor for class com.authlete.jaxrs.BaseUserInfoEndpoint
 

C

com.authlete.jaxrs - package com.authlete.jaxrs
 
com.authlete.jaxrs.api - package com.authlete.jaxrs.api
 
com.authlete.jaxrs.spi - package com.authlete.jaxrs.spi
 
ConfigurationRequestHandler - Class in com.authlete.jaxrs
Handler for requests to an OpenID Provider configuration endpoint.
ConfigurationRequestHandler(AuthleteApi) - Constructor for class com.authlete.jaxrs.ConfigurationRequestHandler
Constructor with an implementation of AuthleteApi interface.
createClient(Client) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
Call /api/client/create API.
createServie(Service) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
Call /api/service/create API.

D

deleteClient(long) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
Call /api/client/delete/{clientId} API.
deleteService(long) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
Call /api/service/delete/{serviceApiKey} API.

E

extractAccessToken(String, String) - Method in class com.authlete.jaxrs.BaseResourceEndpoint
Extract an access token from either Authorization header or request parameters.

G

generateAuthorizationPage(AuthorizationResponse) - Method in interface com.authlete.jaxrs.spi.AuthorizationRequestHandlerSpi
Generate an authorization page (HTML) to ask an end-user whether to accept or deny an authorization request by a client application.
generateAuthorizationPage(AuthorizationResponse) - Method in class com.authlete.jaxrs.spi.AuthorizationRequestHandlerSpiAdapter
 
getAccessToken() - Method in class com.authlete.jaxrs.AccessTokenInfo
Get the value of the access token.
getAcr() - Method in interface com.authlete.jaxrs.spi.AuthorizationDecisionHandlerSpi
Get the authentication context class reference (ACR) that was satisfied when the current end-user was authenticated.
getAcr() - Method in class com.authlete.jaxrs.spi.AuthorizationDecisionHandlerSpiAdapter
 
getAcr() - Method in interface com.authlete.jaxrs.spi.AuthorizationRequestHandlerSpi
Get the authentication context class reference (ACR) that was satisfied when the current end-user was authenticated.
getAcr() - Method in class com.authlete.jaxrs.spi.AuthorizationRequestHandlerSpiAdapter
 
getClient(long) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
Call /api/client/get/{clientId} API.
getClientId() - Method in class com.authlete.jaxrs.AccessTokenInfo
Get the ID of the client application which is associated with the access token.
getClientList() - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
Call /api/client/get/list API.
getClientList(String) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
 
getClientList(int, int) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
 
getClientList(String, int, int) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
 
getClientName() - Method in class com.authlete.jaxrs.AuthorizationPageModel
Get the name of the client application.
getClientUri() - Method in class com.authlete.jaxrs.AuthorizationPageModel
Get the URL of the homepage of the client application.
getDescription() - Method in class com.authlete.jaxrs.AuthorizationPageModel
Get the description of the client application.
getExpiresAt() - Method in class com.authlete.jaxrs.AccessTokenInfo
Get the time at which the access token will expire.
getLoginId() - Method in class com.authlete.jaxrs.AuthorizationPageModel
Get the login ID which should be set to the login ID field in the authorization page as the initial value.
getLoginIdReadOnly() - Method in class com.authlete.jaxrs.AuthorizationPageModel
Return "readonly" if the initial value of the login ID should not be changed.
getLogoUri() - Method in class com.authlete.jaxrs.AuthorizationPageModel
Get the URL of the logo image of the client application.
getPolicyUri() - Method in class com.authlete.jaxrs.AuthorizationPageModel
Get the URL of the policy page of the client application.
getProperties() - Method in class com.authlete.jaxrs.AccessTokenInfo
Get the extra properties associated with this access token.
getProperties() - Method in interface com.authlete.jaxrs.spi.AuthorizationDecisionHandlerSpi
Get extra properties to associate with an access token and/or an authorization code.
getProperties() - Method in class com.authlete.jaxrs.spi.AuthorizationDecisionHandlerSpiAdapter
 
getProperties() - Method in interface com.authlete.jaxrs.spi.AuthorizationRequestHandlerSpi
Get extra properties to associate with an access token and/or an authorization code.
getProperties() - Method in class com.authlete.jaxrs.spi.AuthorizationRequestHandlerSpiAdapter
 
getProperties() - Method in interface com.authlete.jaxrs.spi.TokenRequestHandlerSpi
Get extra properties to associate with an access token.
getProperties() - Method in class com.authlete.jaxrs.spi.TokenRequestHandlerSpiAdapter
 
getScopes() - Method in class com.authlete.jaxrs.AccessTokenInfo
Get the scopes associated with the access token.
getScopes() - Method in class com.authlete.jaxrs.AuthorizationPageModel
Get the list of scopes requested by the authorization request.
getService(long) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
Call /api/service/get/{serviceApiKey} API.
getServiceConfiguration() - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
Call /api/service/configuration API
getServiceConfiguration(boolean) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
Call /api/service/configuration API
getServiceJwks() - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
Call /api/service/jwks/get API
getServiceJwks(boolean, boolean) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
Call /api/service/jwks/get API
getServiceList() - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
Call /api/service/get/list API.
getServiceList(int, int) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
 
getServiceName() - Method in class com.authlete.jaxrs.AuthorizationPageModel
Get the name of the service.
getSubject() - Method in class com.authlete.jaxrs.AccessTokenInfo
Get the subject (= unique identifier) of the user who is associated with the access token.
getTosUri() - Method in class com.authlete.jaxrs.AuthorizationPageModel
Get the URL of "Terms of Service" page of the client application.
getUserAuthenticatedAt() - Method in interface com.authlete.jaxrs.spi.AuthorizationDecisionHandlerSpi
Get the time when the end-user was authenticated.
getUserAuthenticatedAt() - Method in class com.authlete.jaxrs.spi.AuthorizationDecisionHandlerSpiAdapter
 
getUserAuthenticatedAt() - Method in interface com.authlete.jaxrs.spi.AuthorizationRequestHandlerSpi
Get the time when the current end-user was authenticated in milliseconds since Unix epoch (1970-01-01).
getUserAuthenticatedAt() - Method in class com.authlete.jaxrs.spi.AuthorizationRequestHandlerSpiAdapter
 
getUserClaim(String, String) - Method in interface com.authlete.jaxrs.spi.AuthorizationDecisionHandlerSpi
Get the value of a claim of the user.
getUserClaim(String, String) - Method in class com.authlete.jaxrs.spi.AuthorizationDecisionHandlerSpiAdapter
 
getUserClaim(String, String) - Method in interface com.authlete.jaxrs.spi.UserInfoRequestHandlerSpi
Get the value of a claim of the user.
getUserClaim(String, String) - Method in class com.authlete.jaxrs.spi.UserInfoRequestHandlerSpiAdapter
 
getUserSubject() - Method in interface com.authlete.jaxrs.spi.AuthorizationDecisionHandlerSpi
Get the subject (= unique identifier) of the end-user.
getUserSubject() - Method in class com.authlete.jaxrs.spi.AuthorizationDecisionHandlerSpiAdapter
 
getUserSubject() - Method in interface com.authlete.jaxrs.spi.AuthorizationRequestHandlerSpi
Get the subject (= unique identifier) of the current end-user.
getUserSubject() - Method in class com.authlete.jaxrs.spi.AuthorizationRequestHandlerSpiAdapter
 

H

handle(String, String[], String[]) - Method in class com.authlete.jaxrs.AuthorizationDecisionHandler
Handle an end-user's decision on an authorization request.
handle(MultivaluedMap<String, String>) - Method in class com.authlete.jaxrs.AuthorizationRequestHandler
Handle an authorization request to a authorization endpoint of OAuth 2.0 (RFC 6749).
handle(AuthleteApi, AuthorizationDecisionHandlerSpi, String, String[], String[]) - Method in class com.authlete.jaxrs.BaseAuthorizationDecisionEndpoint
Handle an authorization decision request.
handle(AuthleteApi, AuthorizationRequestHandlerSpi, MultivaluedMap<String, String>) - Method in class com.authlete.jaxrs.BaseAuthorizationEndpoint
Handle an authorization request.
handle(AuthleteApi) - Method in class com.authlete.jaxrs.BaseConfigurationEndpoint
Handle a request for OpenID Provider configuration.
handle(AuthleteApi) - Method in class com.authlete.jaxrs.BaseJwksEndpoint
Handle a request for a JWK Set document.
handle(AuthleteApi, MultivaluedMap<String, String>, String) - Method in class com.authlete.jaxrs.BaseRevocationEndpoint
Handle a revocation request.
handle(AuthleteApi, TokenRequestHandlerSpi, MultivaluedMap<String, String>, String) - Method in class com.authlete.jaxrs.BaseTokenEndpoint
Handle a token request.
handle(AuthleteApi, UserInfoRequestHandlerSpi, String) - Method in class com.authlete.jaxrs.BaseUserInfoEndpoint
Handle a userinfo request.
handle() - Method in class com.authlete.jaxrs.ConfigurationRequestHandler
Handle a request to an OpenID Provider configuration endpoint.
handle(boolean) - Method in class com.authlete.jaxrs.ConfigurationRequestHandler
Handle a request to an OpenID Provider configuration endpoint.
handle() - Method in class com.authlete.jaxrs.JwksRequestHandler
Handle a request to a JWK Set endpoint.
handle(boolean) - Method in class com.authlete.jaxrs.JwksRequestHandler
Handle a request to a JWK Set endpoint.
handle(MultivaluedMap<String, String>, String) - Method in class com.authlete.jaxrs.RevocationRequestHandler
Handle a token revocation request (RFC 7009).
handle(MultivaluedMap<String, String>, String) - Method in class com.authlete.jaxrs.TokenRequestHandler
Handle a token request to a token endpoint of OAuth 2.0 (RFC 6749).
handle(String) - Method in class com.authlete.jaxrs.UserInfoRequestHandler
Handle a userinfo request to a UserInfo Endpoint defined in OpenID Connect Core 1.0.

I

introspection(IntrospectionRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
Call /api/auth/introspection API.
isClientAuthorized() - Method in interface com.authlete.jaxrs.spi.AuthorizationDecisionHandlerSpi
Get the decision on the authorization request.
isClientAuthorized() - Method in class com.authlete.jaxrs.spi.AuthorizationDecisionHandlerSpiAdapter
 
isUserAuthenticated() - Method in interface com.authlete.jaxrs.spi.AuthorizationRequestHandlerSpi
Check whether an end-user has already logged in or not.
isUserAuthenticated() - Method in class com.authlete.jaxrs.spi.AuthorizationRequestHandlerSpiAdapter
 

J

JwksRequestHandler - Class in com.authlete.jaxrs
Handler for requests to an endpoint that exposes JSON Web Key Set (RFC 7517) document.
JwksRequestHandler(AuthleteApi) - Constructor for class com.authlete.jaxrs.JwksRequestHandler
Constructor with an implementation of AuthleteApi interface.

O

onError(WebApplicationException) - Method in class com.authlete.jaxrs.BaseEndpoint
Called when the internal request handler raises an exception.

P

prepareUserClaims(String, String[]) - Method in interface com.authlete.jaxrs.spi.UserInfoRequestHandlerSpi
Prepare claim values of the user who is identified by the subject (= unique identifier).
prepareUserClaims(String, String[]) - Method in class com.authlete.jaxrs.spi.UserInfoRequestHandlerSpiAdapter
 

R

revocation(RevocationRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
Call /api/auth/revocation API.
RevocationRequestHandler - Class in com.authlete.jaxrs
Handler for token revocation requests (RFC 7009).
RevocationRequestHandler(AuthleteApi) - Constructor for class com.authlete.jaxrs.RevocationRequestHandler
Constructor with an implementation of AuthleteApi interface.

S

setAccessToken(String) - Method in class com.authlete.jaxrs.AccessTokenInfo
Set the value of the access token.
setClientId(long) - Method in class com.authlete.jaxrs.AccessTokenInfo
Set the ID of the client application which is associated with the access token.
setClientName(String) - Method in class com.authlete.jaxrs.AuthorizationPageModel
Set the name of the client application.
setClientUri(String) - Method in class com.authlete.jaxrs.AuthorizationPageModel
Set the URL of the homepage of the client application.
setDescription(String) - Method in class com.authlete.jaxrs.AuthorizationPageModel
Set the description of the client application.
setExpiresAt(long) - Method in class com.authlete.jaxrs.AccessTokenInfo
Set the time at which the access token will expire.
setLoginId(String) - Method in class com.authlete.jaxrs.AuthorizationPageModel
Set the login ID which should be set to the login ID field in the authorization page as the initial value.
setLoginIdReadOnly(String) - Method in class com.authlete.jaxrs.AuthorizationPageModel
Set the value returned from AuthorizationPageModel.getLoginIdReadOnly().
setLogoUri(String) - Method in class com.authlete.jaxrs.AuthorizationPageModel
Set the URL of the logo image of the client application.
setPolicyUri(String) - Method in class com.authlete.jaxrs.AuthorizationPageModel
Set the URL of the policy page of the client application.
setProperties(Property[]) - Method in class com.authlete.jaxrs.AccessTokenInfo
Set the extra properties associated with the access token.
setScopes(String[]) - Method in class com.authlete.jaxrs.AccessTokenInfo
Set the scopes associated with the access token.
setScopes(Scope[]) - Method in class com.authlete.jaxrs.AuthorizationPageModel
Set the list of scopes requested by the authorization request.
setServiceName(String) - Method in class com.authlete.jaxrs.AuthorizationPageModel
Set the name of the service.
setSubject(String) - Method in class com.authlete.jaxrs.AccessTokenInfo
Set the subject (= unique identifier) of the user who is associated with the access token.
setTosUri(String) - Method in class com.authlete.jaxrs.AuthorizationPageModel
Set the URL of "Terms of Service" page of the client application.

T

token(TokenRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
Call /api/auth/token API.
tokenCreate(TokenCreateRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
Call /api/auth/token/create API.
tokenFail(TokenFailRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
Call /api/auth/token/fail API.
tokenIssue(TokenIssueRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
Call /api/auth/token/issue API.
TokenRequestHandler - Class in com.authlete.jaxrs
Handler for token requests to a token endpoint of OAuth 2.0 (RFC 6749).
TokenRequestHandler(AuthleteApi, TokenRequestHandlerSpi) - Constructor for class com.authlete.jaxrs.TokenRequestHandler
Constructor with an implementation of AuthleteApi interface and an implementation of TokenRequestHandlerSpi interface.
TokenRequestHandlerSpi - Interface in com.authlete.jaxrs.spi
Service Provider Interface to work with TokenRequestHandler.
TokenRequestHandlerSpiAdapter - Class in com.authlete.jaxrs.spi
Empty implementation of TokenRequestHandlerSpi interface.
TokenRequestHandlerSpiAdapter() - Constructor for class com.authlete.jaxrs.spi.TokenRequestHandlerSpiAdapter
 

U

updateClient(Client) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
Call /api/client/update/{clientId} API.
updateService(Service) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
Call /api/service/update/{serviceApiKey} API.
userinfo(UserInfoRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
Call /api/auth/userinfo API.
userinfoIssue(UserInfoIssueRequest) - Method in class com.authlete.jaxrs.api.AuthleteApiImpl
Call /api/auth/userinfo/issue API.
UserInfoRequestHandler - Class in com.authlete.jaxrs
Handler for userinfo requests to a UserInfo Endpoint defined in OpenID Connect Core 1.0.
UserInfoRequestHandler(AuthleteApi, UserInfoRequestHandlerSpi) - Constructor for class com.authlete.jaxrs.UserInfoRequestHandler
Constructor with an implementation of AuthleteApi interface and an implementation of UserInfoRequestHandlerSpi interface.
UserInfoRequestHandlerSpi - Interface in com.authlete.jaxrs.spi
Service Provider Interface to work with UserInfoRequestHandler.
UserInfoRequestHandlerSpiAdapter - Class in com.authlete.jaxrs.spi
Empty implementation of UserInfoRequestHandlerSpi interface.
UserInfoRequestHandlerSpiAdapter() - Constructor for class com.authlete.jaxrs.spi.UserInfoRequestHandlerSpiAdapter
 

V

validate(String) - Method in class com.authlete.jaxrs.AccessTokenValidator
Validate an access token.
validate(String, String[]) - Method in class com.authlete.jaxrs.AccessTokenValidator
Validate an access token.
validate(String, String[], String) - Method in class com.authlete.jaxrs.AccessTokenValidator
Validate an access token.
validateAccessToken(AuthleteApi, String) - Method in class com.authlete.jaxrs.BaseResourceEndpoint
Validate an access token.
validateAccessToken(AuthleteApi, String, String[]) - Method in class com.authlete.jaxrs.BaseResourceEndpoint
Validate an access token.
validateAccessToken(AuthleteApi, String, String[], String) - Method in class com.authlete.jaxrs.BaseResourceEndpoint
Validate an access token.
A B C D E G H I J O P R S T U V 
Skip navigation links

Copyright © 2016. All rights reserved.