| Package | Description |
|---|---|
| com.authlete.common.api |
The definition of Authlete API (
AuthleteApi) and the factory class (AuthleteApiFactory). |
| com.authlete.common.dto |
Requests to and responses from Authlete APIs and some data structures.
|
| Modifier and Type | Method and Description |
|---|---|
BackchannelAuthenticationCompleteResponse |
AuthleteApi.backchannelAuthenticationComplete(BackchannelAuthenticationCompleteRequest request)
Call Authlete's
/api/backchannel/authentication/complete API. |
| Modifier and Type | Method and Description |
|---|---|
BackchannelAuthenticationCompleteRequest |
BackchannelAuthenticationCompleteRequest.setAcr(String acr)
Set the reference of the authentication context class which the
end-user authentication satisfied.
|
BackchannelAuthenticationCompleteRequest |
BackchannelAuthenticationCompleteRequest.setAuthTime(long authTime)
Set the time at which the end-user was authenticated.
|
BackchannelAuthenticationCompleteRequest |
BackchannelAuthenticationCompleteRequest.setClaims(Map<String,Object> claims)
Set additional claims which will be embedded in the ID token.
|
BackchannelAuthenticationCompleteRequest |
BackchannelAuthenticationCompleteRequest.setClaims(String claims)
Set additional claims which will be embedded in the ID token.
|
BackchannelAuthenticationCompleteRequest |
BackchannelAuthenticationCompleteRequest.setErrorDescription(String description)
Set the description of the error.
|
BackchannelAuthenticationCompleteRequest |
BackchannelAuthenticationCompleteRequest.setErrorUri(URI uri)
Set the URI of a document which describes the error in detail.
|
BackchannelAuthenticationCompleteRequest |
BackchannelAuthenticationCompleteRequest.setProperties(Property[] properties)
Set extra properties associated with the access token.
|
BackchannelAuthenticationCompleteRequest |
BackchannelAuthenticationCompleteRequest.setResult(BackchannelAuthenticationCompleteRequest.Result result)
Set the result of end-user authentication and authorization.
|
BackchannelAuthenticationCompleteRequest |
BackchannelAuthenticationCompleteRequest.setScopes(String[] scopes)
Set scopes associated with the access token.
|
BackchannelAuthenticationCompleteRequest |
BackchannelAuthenticationCompleteRequest.setSub(String sub)
Set the value of the
sub claim that should be used in the ID
token. |
BackchannelAuthenticationCompleteRequest |
BackchannelAuthenticationCompleteRequest.setSubject(String subject)
Set the subject (= unique identifier) of the end-user who has granted
authorization to the client application.
|
BackchannelAuthenticationCompleteRequest |
BackchannelAuthenticationCompleteRequest.setTicket(String ticket)
Set the ticket which is necessary to call Authlete's
/api/backchannel/authentication/complete API. |
Copyright © 2019. All rights reserved.