- 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
-
- 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
-
- 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.