|
keycloak
|

公開メンバ関数 | |
| ScopeRepresentation (String name, String iconUri) | |
| ScopeRepresentation (String name) | |
| ScopeRepresentation () | |
| String | getName () |
| String | getDisplayName () |
| String | getIconUri () |
| String | getId () |
| void | setId (String id) |
| void | setName (String name) |
| void | setDisplayName (String displayName) |
| void | setIconUri (String iconUri) |
| List< PolicyRepresentation > | getPolicies () |
| void | setPolicies (List< PolicyRepresentation > policies) |
| List< ResourceRepresentation > | getResources () |
| void | setResources (List< ResourceRepresentation > resources) |
| boolean | equals (Object o) |
| int | hashCode () |
非公開変数類 | |
| String | id |
| String | name |
| String | iconUri |
| List< PolicyRepresentation > | policies |
| List< ResourceRepresentation > | resources |
| String | displayName |
A bounded extent of access that is possible to perform on a resource set. In authorization policy terminology, a scope is one of the potentially many "verbs" that can logically apply to a resource set ("object").
For more details, OAuth-resource-reg.
|
inline |
Creates an instance.
| name | the a human-readable string describing some scope (extent) of access |
| iconUri | a URI for a graphic icon representing the scope |
|
inline |
Creates an instance.
| name | the a human-readable string describing some scope (extent) of access |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
1.8.13