Package | Description |
---|---|
org.keycloak.partialimport |
Modifier and Type | Method and Description |
---|---|
protected ErrorResponseException |
ClientRolesPartialImport.exists(String message) |
protected ErrorResponseException |
AbstractPartialImport.existsError(String message) |
protected ErrorResponseException |
ClientRolesPartialImport.noClientFound(String clientId) |
Modifier and Type | Method and Description |
---|---|
PartialImportResults |
RolesPartialImport.doImport(PartialImportRepresentation rep,
RealmModel realm,
KeycloakSession session) |
PartialImportResults |
PartialImport.doImport(PartialImportRepresentation rep,
RealmModel realm,
KeycloakSession session)
Create (or re-create) all the imported resources.
|
PartialImportResults |
AbstractPartialImport.doImport(PartialImportRepresentation partialImportRep,
RealmModel realm,
KeycloakSession session) |
void |
RolesPartialImport.prepare(PartialImportRepresentation rep,
RealmModel realm,
KeycloakSession session) |
void |
PartialImport.prepare(PartialImportRepresentation rep,
RealmModel realm,
KeycloakSession session)
Find which resources will need to be skipped or overwritten.
|
void |
ClientRolesPartialImport.prepare(PartialImportRepresentation partialImportRep,
RealmModel realm,
KeycloakSession session) |
void |
AbstractPartialImport.prepare(PartialImportRepresentation partialImportRep,
RealmModel realm,
KeycloakSession session) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.