mitreid-connect
|
公開メンバ関数 | |
OAuth2AccessTokenEntity () | |
Long | getId () |
void | setId (Long id) |
Map< String, Object > | getAdditionalInformation () |
AuthenticationHolderEntity | getAuthenticationHolder () |
void | setAuthenticationHolder (AuthenticationHolderEntity authenticationHolder) |
ClientDetailsEntity | getClient () |
void | setClient (ClientDetailsEntity client) |
String | getValue () |
Date | getExpiration () |
void | setExpiration (Date expiration) |
String | getTokenType () |
void | setTokenType (String tokenType) |
OAuth2RefreshTokenEntity | getRefreshToken () |
void | setRefreshToken (OAuth2RefreshTokenEntity refreshToken) |
void | setRefreshToken (OAuth2RefreshToken refreshToken) |
Set< String > | getScope () |
void | setScope (Set< String > scope) |
boolean | isExpired () |
JWT | getJwt () |
void | setJwt (JWT jwt) |
int | getExpiresIn () |
Set< Permission > | getPermissions () |
void | setPermissions (Set< Permission > permissions) |
ApprovedSite | getApprovedSite () |
void | setApprovedSite (ApprovedSite approvedSite) |
void | setIdToken (JWT idToken) |
静的公開変数類 | |
static final String | QUERY_BY_APPROVED_SITE = "OAuth2AccessTokenEntity.getByApprovedSite" |
static final String | QUERY_BY_TOKEN_VALUE = "OAuth2AccessTokenEntity.getByTokenValue" |
static final String | QUERY_BY_CLIENT = "OAuth2AccessTokenEntity.getByClient" |
static final String | QUERY_BY_REFRESH_TOKEN = "OAuth2AccessTokenEntity.getByRefreshToken" |
static final String | QUERY_EXPIRED_BY_DATE = "OAuth2AccessTokenEntity.getAllExpiredByDate" |
static final String | QUERY_ALL = "OAuth2AccessTokenEntity.getAll" |
static final String | QUERY_BY_RESOURCE_SET = "OAuth2AccessTokenEntity.getByResourceSet" |
static final String | PARAM_TOKEN_VALUE = "tokenValue" |
static final String | PARAM_CLIENT = "client" |
static final String | PARAM_REFERSH_TOKEN = "refreshToken" |
static final String | PARAM_DATE = "date" |
static final String | PARAM_RESOURCE_SET_ID = "rsid" |
static final String | PARAM_APPROVED_SITE = "approvedSite" |
static final String | ID_TOKEN_FIELD_NAME = "id_token" |
非公開変数類 | |
Long | id |
ClientDetailsEntity | client |
AuthenticationHolderEntity | authenticationHolder |
JWT | jwtValue |
Date | expiration |
String | tokenType = OAuth2AccessToken.BEARER_TYPE |
OAuth2RefreshTokenEntity | refreshToken |
Set< String > | scope |
Set< Permission > | permissions |
ApprovedSite | approvedSite |
Map< String, Object > | additionalInformation = new HashMap<>() |
|
inline |
|
inline |
Get all additional information to be sent to the serializer as part of the token response. This map is not persisted to the database.
|
inline |
|
inline |
The authentication in place when this token was created.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Get the string-encoded value of this access token.
|
inline |
|
inline |
|
inline |
authentication | the authentication to set |
|
inline |
client | the client to set |
|
inline |
|
inline |
id | the id to set |
|
inline |
Add the ID Token to the additionalInformation map for a token response.
idToken |
|
inline |
jwtValue | the jwtValue to set |
|
inline |
permissions | the permissions to set |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
static |
|
private |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
private |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
private |
|
private |
|
private |