|
keycloak
|

公開メンバ関数 | |
| Map< String, Map< String, String > > | getContext () |
| void | setContext (Map< String, Map< String, String >> context) |
| List< ResourceRepresentation > | getResources () |
| void | setResources (List< ResourceRepresentation > resources) |
| String | getClientId () |
| void | setClientId (final String clientId) |
| String | getUserId () |
| void | setUserId (String userId) |
| List< String > | getRoleIds () |
| void | setRoleIds (List< String > roleIds) |
| boolean | isEntitlements () |
| void | setEntitlements (boolean entitlements) |
| PolicyEvaluationRequest | addResource (String name, String... scopes) |
非公開変数類 | |
| Map< String, Map< String, String > > | context = new HashMap<>() |
| List< ResourceRepresentation > | resources = new LinkedList<>() |
| String | clientId |
| String | userId |
| List< String > | roleIds = new LinkedList<>() |
| boolean | entitlements |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
1.8.13