|
mitreid-connect
|

公開メンバ関数 | |
| DeviceCode () | |
| DeviceCode (String deviceCode, String userCode, Set< String > scope, String clientId, Map< String, String > params) | |
| Long | getId () |
| void | setId (Long id) |
| String | getDeviceCode () |
| void | setDeviceCode (String deviceCode) |
| String | getUserCode () |
| void | setUserCode (String userCode) |
| Set< String > | getScope () |
| void | setScope (Set< String > scope) |
| Date | getExpiration () |
| void | setExpiration (Date expiration) |
| String | getClientId () |
| void | setClientId (String clientId) |
| Map< String, String > | getRequestParameters () |
| void | setRequestParameters (Map< String, String > params) |
| boolean | isApproved () |
| void | setApproved (boolean approved) |
| AuthenticationHolderEntity | getAuthenticationHolder () |
| void | setAuthenticationHolder (AuthenticationHolderEntity authenticationHolder) |
静的公開変数類 | |
| static final String | QUERY_BY_USER_CODE = "DeviceCode.queryByUserCode" |
| static final String | QUERY_BY_DEVICE_CODE = "DeviceCode.queryByDeviceCode" |
| static final String | QUERY_EXPIRED_BY_DATE = "DeviceCode.queryExpiredByDate" |
| static final String | PARAM_USER_CODE = "userCode" |
| static final String | PARAM_DEVICE_CODE = "deviceCode" |
| static final String | PARAM_DATE = "date" |
非公開変数類 | |
| Long | id |
| String | deviceCode |
| String | userCode |
| Set< String > | scope |
| Date | expiration |
| String | clientId |
| Map< String, String > | requestParameters |
| boolean | approved |
| AuthenticationHolderEntity | authenticationHolder |
|
inline |
|
inline |
The authentication in place when this token was created.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| approved | the approved to set |
|
inline |
| authentication | the authentication to set |
|
inline |
| clientId | the clientId to set |
|
inline |
| deviceCode | the deviceCode to set |
|
inline |
|
inline |
| id | the id to set |
|
inline |
| params | the params to set |
|
inline |
| scope | the scope to set |
|
inline |
| userCode | the userCode to set |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
private |
|
private |
|
private |
1.8.13