|
keycloak
|


公開メンバ関数 | |
| String | getId () |
| void | setId (String id) |
| String | getType () |
| void | setType (String type) |
| DecisionStrategy | getDecisionStrategy () |
| void | setDecisionStrategy (DecisionStrategy decisionStrategy) |
| Logic | getLogic () |
| void | setLogic (Logic logic) |
| String | getName () |
| void | setName (String name) |
| String | getDescription () |
| void | setDescription (String description) |
| Set< String > | getPolicies () |
| void | setPolicies (Set< String > policies) |
| void | addPolicy (String... id) |
| void | removePolicy (String policy) |
| Set< String > | getResources () |
| void | setResources (Set< String > resources) |
| void | addResource (String id) |
| Set< String > | getScopes () |
| void | setScopes (Set< String > scopes) |
| void | addScope (String... id) |
| void | removeScope (String scope) |
| String | getOwner () |
| void | setOwner (String owner) |
| boolean | equals (final Object o) |
| int | hashCode () |
非公開変数類 | |
| String | id |
| String | name |
| String | description |
| String | type |
| Set< String > | policies |
| Set< String > | resources |
| Set< String > | scopes |
| Logic | logic = Logic.POSITIVE |
| DecisionStrategy | decisionStrategy = DecisionStrategy.UNANIMOUS |
| String | owner |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
1.8.13