mitreid-connect
|
公開メンバ関数 | |
OAuth2RefreshTokenEntity () | |
Long | getId () |
void | setId (Long id) |
AuthenticationHolderEntity | getAuthenticationHolder () |
void | setAuthenticationHolder (AuthenticationHolderEntity authenticationHolder) |
String | getValue () |
Date | getExpiration () |
void | setExpiration (Date expiration) |
boolean | isExpired () |
ClientDetailsEntity | getClient () |
void | setClient (ClientDetailsEntity client) |
JWT | getJwt () |
void | setJwt (JWT jwt) |
静的公開変数類 | |
static final String | QUERY_BY_TOKEN_VALUE = "OAuth2RefreshTokenEntity.getByTokenValue" |
static final String | QUERY_BY_CLIENT = "OAuth2RefreshTokenEntity.getByClient" |
static final String | QUERY_EXPIRED_BY_DATE = "OAuth2RefreshTokenEntity.getAllExpiredByDate" |
static final String | QUERY_ALL = "OAuth2RefreshTokenEntity.getAll" |
static final String | PARAM_TOKEN_VALUE = "tokenValue" |
static final String | PARAM_CLIENT = "client" |
static final String | PARAM_DATE = "date" |
非公開変数類 | |
Long | id |
AuthenticationHolderEntity | authenticationHolder |
ClientDetailsEntity | client |
JWT | jwt |
Date | expiration |
|
inline |
The authentication in place when the original access token was created
|
inline |
|
inline |
|
inline |
|
inline |
Get the JWT object directly
|
inline |
Get the JWT-encoded value of this token
|
inline |
Has this token expired?
|
inline |
authentication | the authentication to set |
|
inline |
client | the client to set |
|
inline |
|
inline |
id | the id to set |
|
inline |
jwt | the jwt to set |
|
private |
|
private |
|
private |
|
private |
|
private |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |