mitreid-connect
|
公開メンバ関数 | |
ApprovedSite () | |
Long | getId () |
void | setId (Long id) |
String | getUserId () |
void | setUserId (String userId) |
String | getClientId () |
void | setClientId (String clientId) |
Date | getCreationDate () |
void | setCreationDate (Date creationDate) |
Date | getAccessDate () |
void | setAccessDate (Date accessDate) |
Set< String > | getAllowedScopes () |
void | setAllowedScopes (Set< String > allowedScopes) |
Date | getTimeoutDate () |
void | setTimeoutDate (Date timeoutDate) |
boolean | isExpired () |
静的公開変数類 | |
static final String | QUERY_BY_CLIENT_ID_AND_USER_ID = "ApprovedSite.getByClientIdAndUserId" |
static final String | QUERY_BY_CLIENT_ID = "ApprovedSite.getByClientId" |
static final String | QUERY_BY_USER_ID = "ApprovedSite.getByUserId" |
static final String | QUERY_ALL = "ApprovedSite.getAll" |
static final String | PARAM_CLIENT_ID = "clientId" |
static final String | PARAM_USER_ID = "userId" |
非公開変数類 | |
Long | id |
String | userId |
String | clientId |
Date | creationDate |
Date | accessDate |
Date | timeoutDate |
Set< String > | allowedScopes |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Has this approval expired?
|
inline |
accessDate | the accessDate to set |
|
inline |
allowedScopes | the allowedScopes to set |
|
inline |
clientId | the clientId to set |
|
inline |
creationDate | the creationDate to set |
|
inline |
id | the id to set |
|
inline |
timeoutDate | the timeoutDate to set |
|
inline |
userInfo | the userInfo to set |
|
private |
|
private |
|
private |
|
private |
|
private |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
private |
|
private |