Uses of Class
org.keycloak.partialimport.ErrorResponseException
Packages that use ErrorResponseException
-
Uses of ErrorResponseException in org.keycloak.partialimport
Methods in org.keycloak.partialimport that return ErrorResponseExceptionModifier and TypeMethodDescriptionprotected ErrorResponseException
protected ErrorResponseException
AbstractPartialImport.existsError
(String message) protected ErrorResponseException
ClientRolesPartialImport.noClientFound
(String clientId) Methods in org.keycloak.partialimport that throw ErrorResponseExceptionModifier and TypeMethodDescriptionAbstractPartialImport.doImport
(PartialImportRepresentation partialImportRep, RealmModel realm, KeycloakSession session) PartialImport.doImport
(PartialImportRepresentation rep, RealmModel realm, KeycloakSession session) Create (or re-create) all the imported resources.RolesPartialImport.doImport
(PartialImportRepresentation rep, RealmModel realm, KeycloakSession session) void
AbstractPartialImport.prepare
(PartialImportRepresentation partialImportRep, RealmModel realm, KeycloakSession session) void
ClientRolesPartialImport.prepare
(PartialImportRepresentation partialImportRep, RealmModel realm, KeycloakSession session) void
PartialImport.prepare
(PartialImportRepresentation rep, RealmModel realm, KeycloakSession session) Find which resources will need to be skipped or overwritten.void
RolesPartialImport.prepare
(PartialImportRepresentation rep, RealmModel realm, KeycloakSession session) PartialImportManager.saveResources()