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.setAuthorizationDetails(AuthzDetails details) |
Set the authorization details.
|
BackchannelAuthenticationCompleteResponse |
BackchannelAuthenticationCompleteResponse.setAuthReqId(String authReqId) |
Set the value of the "auth_req_id" which is associated with
the ticket.
|
BackchannelAuthenticationCompleteResponse |
BackchannelAuthenticationCompleteResponse.setClientAttributes(Pair[] attributes) |
Set the attributes of the client.
|
BackchannelAuthenticationCompleteResponse |
BackchannelAuthenticationCompleteResponse.setClientEntityId(URI entityId) |
Set the entity ID of the client.
|
BackchannelAuthenticationCompleteResponse |
BackchannelAuthenticationCompleteResponse.setClientEntityIdUsed(boolean used) |
Set the flag which indicates whether the entity ID of the client was
used in the backchannel authentication request as a client ID.
|
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.setGrantId(String grantId) |
Set the value of the grant_id parameter in the response.
|
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.setResources(URI[] resources) |
Set the resources specified by the resource request parameters
or by the resource property in the request object in the
preceding backchannel authentication request.
|
BackchannelAuthenticationCompleteResponse |
BackchannelAuthenticationCompleteResponse.setResponseContent(String responseContent) |
Set the content of the notification.
|
BackchannelAuthenticationCompleteResponse |
BackchannelAuthenticationCompleteResponse.setServiceAttributes(Pair[] attributes) |
Set the attributes of the service that the client application belongs to.
|