public interface KeycloakDataMapper
| Modifier and Type | Method and Description |
|---|---|
default org.keycloak.representations.idm.ClientRepresentation |
createClientRepresentation(KeycloakClient client) |
default org.keycloak.representations.idm.ClientScopeRepresentation |
createClientScopeRepresentation(String name) |
org.keycloak.representations.idm.RealmRepresentation |
createRealmRepresentation(KeycloakRealm source) |
default org.keycloak.representations.idm.RoleRepresentation |
createRoleRepresentation(String realmRole) |
default org.keycloak.representations.idm.UserRepresentation |
createUserRepresentation(KeycloakUser user) |
default KeycloakUser |
toKeycloakUser(org.keycloak.representations.idm.UserRepresentation userRepresentation) |
default org.keycloak.representations.idm.UserRepresentation |
toUpdateUserPresentation(org.keycloak.representations.idm.UserRepresentation userRepresentation,
KeycloakUser user) |
default KeycloakUser toKeycloakUser(org.keycloak.representations.idm.UserRepresentation userRepresentation)
default org.keycloak.representations.idm.UserRepresentation toUpdateUserPresentation(org.keycloak.representations.idm.UserRepresentation userRepresentation,
KeycloakUser user)
org.keycloak.representations.idm.RealmRepresentation createRealmRepresentation(KeycloakRealm source)
default org.keycloak.representations.idm.RoleRepresentation createRoleRepresentation(String realmRole)
default org.keycloak.representations.idm.ClientRepresentation createClientRepresentation(KeycloakClient client)
default org.keycloak.representations.idm.UserRepresentation createUserRepresentation(KeycloakUser user)
default org.keycloak.representations.idm.ClientScopeRepresentation createClientScopeRepresentation(String name)
Copyright © 2020. All rights reserved.