keycloak
|
公開メンバ関数 | |
String | getId () |
void | setId (String id) |
String | getName () |
void | setName (String name) |
String | getDisplayName () |
void | setDisplayName (String displayName) |
Set< String > | getUris () |
void | setUris (Set< String > uris) |
String | getType () |
void | setType (String type) |
List< ScopeEntity > | getScopes () |
String | getIconUri () |
void | setIconUri (String iconUri) |
ResourceServerEntity | getResourceServer () |
void | setResourceServer (ResourceServerEntity resourceServer) |
String | getOwner () |
void | setOwner (String owner) |
void | setOwnerManagedAccess (boolean ownerManagedAccess) |
boolean | isOwnerManagedAccess () |
List< PolicyEntity > | getPolicies () |
void | setPolicies (List< PolicyEntity > policies) |
Collection< ResourceAttributeEntity > | getAttributes () |
void | setAttributes (Collection< ResourceAttributeEntity > attributes) |
boolean | equals (Object o) |
int | hashCode () |
非公開変数類 | |
String | id |
String | name |
String | displayName |
Set< String > | uris = new HashSet<>() |
String | type |
String | iconUri |
String | owner |
boolean | ownerManagedAccess |
ResourceServerEntity | resourceServer |
List< ScopeEntity > | scopes = new LinkedList<>() |
List< PolicyEntity > | policies = new LinkedList<>() |
Collection< ResourceAttributeEntity > | attributes = new ArrayList<>() |
|
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 |