TokenCreateRequest |
TokenCreateRequest.setAccessToken(String accessToken) |
Set the access token.
|
TokenCreateRequest |
TokenCreateRequest.setAccessTokenDuration(long accessTokenDuration) |
Set the duration of a newly created access token in seconds.
|
TokenCreateRequest |
TokenCreateRequest.setAccessTokenPersistent(boolean persistent) |
Set whether the access token expires or not.
|
TokenCreateRequest |
TokenCreateRequest.setAcr(String acr) |
Set the Authentication Context Class Reference of the user authentication
that the authorization server performed during the course of issuing the
access token.
|
TokenCreateRequest |
TokenCreateRequest.setAuthorizationDetails(AuthzDetails authorizationDetails) |
Set the authorization details.
|
TokenCreateRequest |
TokenCreateRequest.setAuthTime(long authTime) |
Set the time when the user authentication was performed during the course
of issuing the access token.
|
TokenCreateRequest |
TokenCreateRequest.setCertificateThumbprint(String certificateThumbprint) |
Set the thumbprint of the MTLS certificate bound to this token.
|
TokenCreateRequest |
TokenCreateRequest.setClientEntityIdUsed(boolean used) |
Set the flag which indicates whether to emulate that the entity ID is
used as a client ID when a new access token is created.
|
TokenCreateRequest |
TokenCreateRequest.setClientId(long clientId) |
Set the client ID that will be associated with a newly created
access token.
|
TokenCreateRequest |
TokenCreateRequest.setClientIdAliasUsed(boolean used) |
Set the flag which indicates whether to emulate that the client ID alias is used
instead of the original numeric client ID when a new access token is created.
|
TokenCreateRequest |
TokenCreateRequest.setClientIdentifier(String clientIdentifier) |
Set the client Identifier that will be associated with a newly created
access token.
|
TokenCreateRequest |
TokenCreateRequest.setDpopKeyThumbprint(String dpopKeyThumbprint) |
Set the thumbprint of the public key used for DPoP presentation of this token.
|
TokenCreateRequest |
TokenCreateRequest.setForExternalAttachment(boolean forExternalAttachment) |
Set the flag which indicates whether the access token is for an external
attachment.
|
TokenCreateRequest |
TokenCreateRequest.setGrantType(GrantType grantType) |
Set the grant type for a newly created access token.
|
TokenCreateRequest |
TokenCreateRequest.setJwtAtClaims(String claims) |
Set the additional claims in JSON object format that are added to the
payload part of the JWT access token.
|
TokenCreateRequest |
TokenCreateRequest.setProperties(Property[] properties) |
Set extra properties to associate with an access token which will
be issued by this request.
|
TokenCreateRequest |
TokenCreateRequest.setRefreshToken(String refreshToken) |
Set the refresh token.
|
TokenCreateRequest |
TokenCreateRequest.setRefreshTokenDuration(long refreshTokenDuration) |
Set the duration of a newly created refresh token in seconds.
|
TokenCreateRequest |
TokenCreateRequest.setResources(URI[] resources) |
Get the resources.
|
TokenCreateRequest |
TokenCreateRequest.setScopes(String[] scopes) |
Set the scopes that will be associated with a newly created
access token.
|
TokenCreateRequest |
TokenCreateRequest.setSubject(String subject) |
Set the subject (= unique identifier) of the user who will be
associated with a newly created access token.
|