| 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 |
|---|---|
BackchannelAuthenticationResponse |
AuthleteApi.backchannelAuthentication(BackchannelAuthenticationRequest request)
Call Authlete's
/api/backchannel/authentication API. |
| Modifier and Type | Method and Description |
|---|---|
BackchannelAuthenticationResponse |
BackchannelAuthenticationResponse.setAcrs(String[] acrs)
Set the list of ACR values requested by the backchannel authentication
request.
|
BackchannelAuthenticationResponse |
BackchannelAuthenticationResponse.setAction(BackchannelAuthenticationResponse.Action action)
Set the next action that the implementation of the backchannel
authentication endpoint should take.
|
BackchannelAuthenticationResponse |
BackchannelAuthenticationResponse.setBindingMessage(String message)
Set the binding message included in the backchannel authentication
request.
|
BackchannelAuthenticationResponse |
BackchannelAuthenticationResponse.setClaimNames(String[] names)
Set the names of the claims which were requested indirectly via some
special scopes.
|
BackchannelAuthenticationResponse |
BackchannelAuthenticationResponse.setClientAuthMethod(ClientAuthMethod method)
Set the client authentication method that should be performed at the
backchannel authentication endpoint.
|
BackchannelAuthenticationResponse |
BackchannelAuthenticationResponse.setClientId(long clientId)
Set the client ID of the client application that has made the
backchannel authentication request.
|
BackchannelAuthenticationResponse |
BackchannelAuthenticationResponse.setClientIdAlias(String alias)
Set the client ID alias of the client application that has made the
backchannel authentication request.
|
BackchannelAuthenticationResponse |
BackchannelAuthenticationResponse.setClientIdAliasUsed(boolean used)
Set the flag which indicates whether the client ID alias was used in
the backchannel authentication request.
|
BackchannelAuthenticationResponse |
BackchannelAuthenticationResponse.setClientName(String name)
Set the name of the client application which has made the backchannel
authentication request.
|
BackchannelAuthenticationResponse |
BackchannelAuthenticationResponse.setClientNotificationToken(String token)
Set the client notification token included in the backchannel
authentication request.
|
BackchannelAuthenticationResponse |
BackchannelAuthenticationResponse.setDeliveryMode(DeliveryMode mode)
Set the backchannel token delivery mode of the client application.
|
BackchannelAuthenticationResponse |
BackchannelAuthenticationResponse.setHint(String hint)
Set the value of the hint for end-user identification.
|
BackchannelAuthenticationResponse |
BackchannelAuthenticationResponse.setHintType(UserIdentificationHintType hintType)
Set the type of the hint for end-user identification which was
included in the backchannel authentication request.
|
BackchannelAuthenticationResponse |
BackchannelAuthenticationResponse.setRequestContext(String context)
Set the request context of the backchannel authentication request.
|
BackchannelAuthenticationResponse |
BackchannelAuthenticationResponse.setRequestedExpiry(int seconds)
Set the requested expiry for the authentication request ID
(
auth_req_id). |
BackchannelAuthenticationResponse |
BackchannelAuthenticationResponse.setResponseContent(String responseContent)
Set the content that can be used to generate a response to the client
application.
|
BackchannelAuthenticationResponse |
BackchannelAuthenticationResponse.setScopes(Scope[] scopes)
Set the scopes requested by the backchannel authentication request.
|
BackchannelAuthenticationResponse |
BackchannelAuthenticationResponse.setSub(String sub)
Set the value of the
"sub" claim contained in the ID token hint
included in the backchannel authentication request. |
BackchannelAuthenticationResponse |
BackchannelAuthenticationResponse.setTicket(String ticket)
Set the ticket that is necessary for the implementation of the
backchannel authentication endpoint to call
/api/backchannel/authentication/* API. |
BackchannelAuthenticationResponse |
BackchannelAuthenticationResponse.setUserCode(String userCode)
Set the user code included in the backchannel authentication request.
|
BackchannelAuthenticationResponse |
BackchannelAuthenticationResponse.setUserCodeRequired(boolean required)
Set the flag which indicates whether a user code is required.
|
BackchannelAuthenticationResponse |
BackchannelAuthenticationResponse.setWarnings(String[] warnings)
Set the warnings raised during processing the backchannel authentication
request.
|
Copyright © 2019. All rights reserved.