|
keycloak
|

クラス | |
| enum | Policy |
公開メンバ関数 | |
| boolean | hasUsers () |
| boolean | hasGroups () |
| boolean | hasClients () |
| boolean | hasIdps () |
| boolean | hasRealmRoles () |
| boolean | hasClientRoles () |
| String | getIfResourceExists () |
| void | setIfResourceExists (String ifResourceExists) |
| Policy | getPolicy () |
| List< UserRepresentation > | getUsers () |
| void | setUsers (List< UserRepresentation > users) |
| List< ClientRepresentation > | getClients () |
| List< GroupRepresentation > | getGroups () |
| void | setGroups (List< GroupRepresentation > groups) |
| void | setClients (List< ClientRepresentation > clients) |
| List< IdentityProviderRepresentation > | getIdentityProviders () |
| void | setIdentityProviders (List< IdentityProviderRepresentation > identityProviders) |
| RolesRepresentation | getRoles () |
| void | setRoles (RolesRepresentation roles) |
限定公開変数類 | |
| Policy | policy = Policy.FAIL |
| String | ifResourceExists |
| List< UserRepresentation > | users |
| List< GroupRepresentation > | groups |
| List< ClientRepresentation > | clients |
| List< IdentityProviderRepresentation > | identityProviders |
| RolesRepresentation | roles |
Used for partial import of users, groups, clients, roles, and identity providers.
| enum org::keycloak::representations::idm::PartialImportRepresentation::Policy |

| 列挙値 | FAIL | OVERWRITE | SKIP |
|---|
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
1.8.13