DeviceAuthorizationResponse |
DeviceAuthorizationResponse.setAcrs(String[] acrs) |
Set the list of ACR values requested by the device authorization
request.
|
DeviceAuthorizationResponse |
DeviceAuthorizationResponse.setAction(DeviceAuthorizationResponse.Action action) |
Set the next action that the implementation of the device authorization
endpoint should take.
|
DeviceAuthorizationResponse |
DeviceAuthorizationResponse.setAuthorizationDetails(AuthzDetails details) |
Set the authorization details.
|
DeviceAuthorizationResponse |
DeviceAuthorizationResponse.setClaimNames(String[] names) |
Set the names of the claims which were requested indirectly via some
special scopes.
|
DeviceAuthorizationResponse |
DeviceAuthorizationResponse.setClientAttributes(Pair[] attributes) |
Set the attributes of the client.
|
DeviceAuthorizationResponse |
DeviceAuthorizationResponse.setClientAuthMethod(ClientAuthMethod method) |
Set the client authentication method that should be performed at the
device authorization endpoint.
|
DeviceAuthorizationResponse |
DeviceAuthorizationResponse.setClientEntityId(URI entityId) |
Set the entity ID of the client.
|
DeviceAuthorizationResponse |
DeviceAuthorizationResponse.setClientEntityIdUsed(boolean used) |
Set the flag which indicates whether the entity ID of the client was
used in the device authorization request as a client ID.
|
DeviceAuthorizationResponse |
DeviceAuthorizationResponse.setClientId(long clientId) |
Set the client ID of the client application that has made the device
authorization request.
|
DeviceAuthorizationResponse |
DeviceAuthorizationResponse.setClientIdAlias(String alias) |
Set the client ID alias of the client application that has made the
device authorization request.
|
DeviceAuthorizationResponse |
DeviceAuthorizationResponse.setClientIdAliasUsed(boolean used) |
Set the flag which indicates whether the client ID alias was used in
the device authorization request.
|
DeviceAuthorizationResponse |
DeviceAuthorizationResponse.setClientName(String name) |
Set the name of the client application which has made the device
authorization request.
|
DeviceAuthorizationResponse |
DeviceAuthorizationResponse.setDeviceCode(String code) |
Set the device verification code.
|
DeviceAuthorizationResponse |
DeviceAuthorizationResponse.setDynamicScopes(DynamicScope[] dynamicScopes) |
Set the dynamic scopes which the client application requested
by the scope request parameter.
|
DeviceAuthorizationResponse |
DeviceAuthorizationResponse.setExpiresIn(int expiresIn) |
Set the duration of the issued device verification code and end-user
verification code in seconds.
|
DeviceAuthorizationResponse |
DeviceAuthorizationResponse.setGmAction(GMAction action) |
Set the value of the grant_management_action request parameter.
|
DeviceAuthorizationResponse |
DeviceAuthorizationResponse.setGrant(Grant grant) |
Set the content of the grant which is identified by the grant_id
request parameter.
|
DeviceAuthorizationResponse |
DeviceAuthorizationResponse.setGrantId(String grantId) |
Set the value of the grant_id request parameter.
|
DeviceAuthorizationResponse |
DeviceAuthorizationResponse.setGrantSubject(String subject) |
Set the subject of the user who has given the grant which is identified
by the grant_id request parameter.
|
DeviceAuthorizationResponse |
DeviceAuthorizationResponse.setInterval(int interval) |
Set the minimum amount of time in seconds that the client must wait for
between polling requests to the token endpoint.
|
DeviceAuthorizationResponse |
DeviceAuthorizationResponse.setResources(URI[] resources) |
Set the resources specified by the resource request parameters.
|
DeviceAuthorizationResponse |
DeviceAuthorizationResponse.setResponseContent(String responseContent) |
Set the content that can be used to generate a response to the client
application.
|
DeviceAuthorizationResponse |
DeviceAuthorizationResponse.setScopes(Scope[] scopes) |
Set the scopes requested by the device authorization request.
|
DeviceAuthorizationResponse |
DeviceAuthorizationResponse.setServiceAttributes(Pair[] attributes) |
Set the attributes of the service that the client application belongs to.
|
DeviceAuthorizationResponse |
DeviceAuthorizationResponse.setUserCode(String code) |
Set the end-user verification code.
|
DeviceAuthorizationResponse |
DeviceAuthorizationResponse.setVerificationUri(URI uri) |
Set the end-user verification URI.
|
DeviceAuthorizationResponse |
DeviceAuthorizationResponse.setVerificationUriComplete(URI uri) |
Set the end-user verification URI that includes the end-user verification
code.
|
DeviceAuthorizationResponse |
DeviceAuthorizationResponse.setWarnings(String[] warnings) |
Set the warnings raised during processing the device authorization
request.
|