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) |
Map< String, String > | getConfig () |
void | setConfig (Map< String, String > config) |
String | getName () |
void | setName (String name) |
String | getDescription () |
void | setDescription (String description) |
ResourceServerEntity | getResourceServer () |
void | setResourceServer (ResourceServerEntity resourceServer) |
Set< ResourceEntity > | getResources () |
void | setResources (Set< ResourceEntity > resources) |
Set< ScopeEntity > | getScopes () |
void | setScopes (Set< ScopeEntity > scopes) |
Set< PolicyEntity > | getAssociatedPolicies () |
void | setAssociatedPolicies (Set< PolicyEntity > associatedPolicies) |
String | getOwner () |
void | setOwner (String owner) |
boolean | equals (Object o) |
int | hashCode () |
非公開変数類 | |
String | id |
String | name |
String | description |
String | type |
DecisionStrategy | decisionStrategy = DecisionStrategy.UNANIMOUS |
Logic | logic = Logic.POSITIVE |
Map< String, String > | config = new HashMap() |
ResourceServerEntity | resourceServer |
Set< PolicyEntity > | associatedPolicies = new HashSet<>() |
Set< ResourceEntity > | resources = new HashSet<>() |
Set< ScopeEntity > | scopes = new HashSet<>() |
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 |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |