Interface KeycloakDataMapper

    • Method Detail

      • toKeycloakUser

        default KeycloakUser toKeycloakUser​(org.keycloak.representations.idm.UserRepresentation userRepresentation)
      • toUpdateUserPresentation

        default org.keycloak.representations.idm.UserRepresentation toUpdateUserPresentation​(org.keycloak.representations.idm.UserRepresentation userRepresentation,
                                                                                             KeycloakUser user)
      • createRealmRepresentation

        org.keycloak.representations.idm.RealmRepresentation createRealmRepresentation​(KeycloakRealm source)
      • createRoleRepresentation

        default org.keycloak.representations.idm.RoleRepresentation createRoleRepresentation​(String realmRole)
      • createClientRepresentation

        default org.keycloak.representations.idm.ClientRepresentation createClientRepresentation​(KeycloakClient client)
      • createUserRepresentation

        default org.keycloak.representations.idm.UserRepresentation createUserRepresentation​(KeycloakUser user)
      • createClientScopeRepresentation

        default org.keycloak.representations.idm.ClientScopeRepresentation createClientScopeRepresentation​(String name)