| Package | Description |
|---|---|
| com.authlete.jaxrs |
| Modifier and Type | Method and Description |
|---|---|
AccessTokenInfo |
AccessTokenInfo.setAccessToken(String accessToken)
Set the value of the access token.
|
AccessTokenInfo |
AccessTokenInfo.setClientId(long clientId)
Set the ID of the client application which is associated
with the access token.
|
AccessTokenInfo |
AccessTokenInfo.setExpiresAt(long expiresAt)
Set the time at which the access token will expire.
|
AccessTokenInfo |
AccessTokenInfo.setProperties(com.authlete.common.dto.Property[] properties)
Set the extra properties associated with the access token.
|
AccessTokenInfo |
AccessTokenInfo.setScopes(String[] scopes)
Set the scopes associated with the access token.
|
AccessTokenInfo |
AccessTokenInfo.setSubject(String subject)
Set the subject (= unique identifier) of the user who is
associated with the access token.
|
AccessTokenInfo |
AccessTokenValidator.validate(String accessToken)
Validate an access token.
|
AccessTokenInfo |
AccessTokenValidator.validate(String accessToken,
String[] requiredScopes)
Validate an access token.
|
AccessTokenInfo |
AccessTokenValidator.validate(String accessToken,
String[] requiredScopes,
String requiredSubject)
Validate an access token.
|
AccessTokenInfo |
BaseResourceEndpoint.validateAccessToken(com.authlete.common.api.AuthleteApi api,
String accessToken)
Validate an access token.
|
AccessTokenInfo |
BaseResourceEndpoint.validateAccessToken(com.authlete.common.api.AuthleteApi api,
String accessToken,
String[] requiredScopes)
Validate an access token.
|
AccessTokenInfo |
BaseResourceEndpoint.validateAccessToken(com.authlete.common.api.AuthleteApi api,
String accessToken,
String[] requiredScopes,
String requiredSubject)
Validate an access token.
|
Copyright © 2016. All rights reserved.