mitreid-connect
|
公開メンバ関数 | |
WhitelistedSite () | |
Long | getId () |
void | setId (Long id) |
String | getClientId () |
void | setClientId (String clientId) |
Set< String > | getAllowedScopes () |
void | setAllowedScopes (Set< String > allowedScopes) |
String | getCreatorUserId () |
void | setCreatorUserId (String creatorUserId) |
静的公開変数類 | |
static final String | QUERY_BY_CREATOR = "WhitelistedSite.getByCreatoruserId" |
static final String | QUERY_BY_CLIENT_ID = "WhitelistedSite.getByClientId" |
static final String | QUERY_ALL = "WhitelistedSite.getAll" |
static final String | PARAM_USER_ID = "userId" |
static final String | PARAM_CLIENT_ID = "clientId" |
非公開変数類 | |
Long | id |
String | creatorUserId |
String | clientId |
Set< String > | allowedScopes |
Indicator that login to a site should be automatically granted without user interaction.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
allowedScopes | the allowedScopes to set |
|
inline |
clientId | the clientId to set |
|
inline |
|
inline |
id | the id to set |
|
private |
|
private |
|
private |
|
private |
|
static |
|
static |
|
static |
|
static |
|
static |