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.setAuthorizationDetails(AuthzDetails details) |
Set the authorization details.
|
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.setClientAttributes(Pair[] attributes) |
Set the attributes of the client.
|
BackchannelAuthenticationResponse |
BackchannelAuthenticationResponse.setClientAuthMethod(ClientAuthMethod method) |
Set the client authentication method that should be performed at the
backchannel authentication endpoint.
|
BackchannelAuthenticationResponse |
BackchannelAuthenticationResponse.setClientEntityId(URI entityId) |
Set the entity ID of the client.
|
BackchannelAuthenticationResponse |
BackchannelAuthenticationResponse.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.
|
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.setDynamicScopes(DynamicScope[] dynamicScopes) |
Set the dynamic scopes which the client application requested
by the scope request parameter.
|
BackchannelAuthenticationResponse |
BackchannelAuthenticationResponse.setGmAction(GMAction action) |
Set the value of the grant_management_action request parameter.
|
BackchannelAuthenticationResponse |
BackchannelAuthenticationResponse.setGrant(Grant grant) |
Set the content of the grant which is identified by the grant_id
request parameter.
|
BackchannelAuthenticationResponse |
BackchannelAuthenticationResponse.setGrantId(String grantId) |
Set the value of the grant_id request parameter.
|
BackchannelAuthenticationResponse |
BackchannelAuthenticationResponse.setGrantSubject(String subject) |
Set the subject of the user who has given the grant which is identified
by the grant_id request parameter.
|
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.setResources(URI[] resources) |
Set the resources specified by the resource request parameters
or by the resource property in the request object.
|
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.setServiceAttributes(Pair[] attributes) |
Set the attributes of the service that the client application belongs to.
|
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.
|