|
mitreid-connect
|

公開メンバ関数 | |
| AuthorizationCodeEntity () | |
| AuthorizationCodeEntity (String code, AuthenticationHolderEntity authenticationHolder, Date expiration) | |
| Long | getId () |
| void | setId (Long id) |
| String | getCode () |
| void | setCode (String code) |
| AuthenticationHolderEntity | getAuthenticationHolder () |
| void | setAuthenticationHolder (AuthenticationHolderEntity authenticationHolder) |
| Date | getExpiration () |
| void | setExpiration (Date expiration) |
静的公開変数類 | |
| static final String | QUERY_BY_VALUE = "AuthorizationCodeEntity.getByValue" |
| static final String | QUERY_EXPIRATION_BY_DATE = "AuthorizationCodeEntity.expirationByDate" |
| static final String | PARAM_DATE = "date" |
非公開変数類 | |
| Long | id |
| String | code |
| AuthenticationHolderEntity | authenticationHolder |
| Date | expiration |
Entity class for authorization codes
|
inline |
|
inline |
Create a new AuthorizationCodeEntity with the given code and AuthorizationRequestHolder.
| code | the authorization code |
| authRequest | the AuthoriztionRequestHolder associated with the original code request |
|
inline |
The authentication in place when this token was created.
|
inline |
|
inline |
|
inline |
|
inline |
| authentication | the authentication to set |
|
inline |
| code | the code to set |
|
inline |
|
inline |
| id | the id to set |
|
private |
|
private |
|
private |
|
private |
|
static |
|
static |
|
static |
1.8.13