| 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 |
|---|---|
BackchannelAuthenticationCompleteResponse |
BackchannelAuthenticationCompleteResponse.setAccessToken(String accessToken)
Set the issued access token.
|
BackchannelAuthenticationCompleteResponse |
BackchannelAuthenticationCompleteResponse.setAccessTokenDuration(long duration)
Set the duration of the access token in seconds.
|
BackchannelAuthenticationCompleteResponse |
BackchannelAuthenticationCompleteResponse.setAction(BackchannelAuthenticationCompleteResponse.Action action)
Set the next action that the OpenID provider should take.
|
BackchannelAuthenticationCompleteResponse |
BackchannelAuthenticationCompleteResponse.setAuthReqId(String authReqId)
Set the value of the
"auth_req_id" which is associated with
the ticket. |
BackchannelAuthenticationCompleteResponse |
BackchannelAuthenticationCompleteResponse.setClientId(long clientId)
Set the client ID of the client application that has made the
backchannel authentication request.
|
BackchannelAuthenticationCompleteResponse |
BackchannelAuthenticationCompleteResponse.setClientIdAlias(String alias)
Set the client ID alias of the client application that has made the
backchannel authentication request.
|
BackchannelAuthenticationCompleteResponse |
BackchannelAuthenticationCompleteResponse.setClientIdAliasUsed(boolean used)
Set the flag which indicates whether the client ID alias was used in
the backchannel authentication request.
|
BackchannelAuthenticationCompleteResponse |
BackchannelAuthenticationCompleteResponse.setClientName(String name)
Set the name of the client application which has made the backchannel
authentication request.
|
BackchannelAuthenticationCompleteResponse |
BackchannelAuthenticationCompleteResponse.setClientNotificationEndpoint(URI endpoint)
Set the client notification endpoint to which a notification needs to be
sent.
|
BackchannelAuthenticationCompleteResponse |
BackchannelAuthenticationCompleteResponse.setClientNotificationToken(String token)
Set the client notification token which needs to be embedded as a
Bearer token in the Authorization header in the
notification. |
BackchannelAuthenticationCompleteResponse |
BackchannelAuthenticationCompleteResponse.setDeliveryMode(DeliveryMode deliveryMode)
Set the backchannel token delivery mode.
|
BackchannelAuthenticationCompleteResponse |
BackchannelAuthenticationCompleteResponse.setIdToken(String idToken)
Set the issued ID token.
|
BackchannelAuthenticationCompleteResponse |
BackchannelAuthenticationCompleteResponse.setIdTokenDuration(long duration)
Set the duration of the ID token in seconds.
|
BackchannelAuthenticationCompleteResponse |
BackchannelAuthenticationCompleteResponse.setJwtAccessToken(String jwtAccessToken)
Set the newly issued access token in JWT format.
|
BackchannelAuthenticationCompleteResponse |
BackchannelAuthenticationCompleteResponse.setRefreshToken(String refreshToken)
Set the issued refresh token.
|
BackchannelAuthenticationCompleteResponse |
BackchannelAuthenticationCompleteResponse.setRefreshTokenDuration(long duration)
Set the duration of the refresh token in seconds.
|
BackchannelAuthenticationCompleteResponse |
BackchannelAuthenticationCompleteResponse.setResponseContent(String responseContent)
Set the content of the notification.
|
Copyright © 2019. All rights reserved.