|
keycloak
|

公開メンバ関数 | |
| void | setId (String id) |
| String | getId () |
| String | getClientId () |
| void | setClientId (String clientId) |
| String | getName () |
| void | setName (String name) |
| boolean | isAllowRemoteResourceManagement () |
| void | setAllowRemoteResourceManagement (boolean allowRemoteResourceManagement) |
| PolicyEnforcementMode | getPolicyEnforcementMode () |
| void | setPolicyEnforcementMode (PolicyEnforcementMode policyEnforcementMode) |
| void | setResources (List< ResourceRepresentation > resources) |
| List< ResourceRepresentation > | getResources () |
| void | setPolicies (List< PolicyRepresentation > policies) |
| List< PolicyRepresentation > | getPolicies () |
| void | setScopes (List< ScopeRepresentation > scopes) |
| List< ScopeRepresentation > | getScopes () |
非公開変数類 | |
| String | id |
| String | clientId |
| String | name |
| boolean | allowRemoteResourceManagement = true |
| PolicyEnforcementMode | policyEnforcementMode = PolicyEnforcementMode.ENFORCING |
| List< ResourceRepresentation > | resources = emptyList() |
| List< PolicyRepresentation > | policies = emptyList() |
| List< ScopeRepresentation > | scopes = emptyList() |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
1.8.13