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 ErrorResponseExceptionprotected ErrorResponseExceptionAbstractPartialImport.existsError(String message) protected ErrorResponseExceptionClientRolesPartialImport.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) voidAbstractPartialImport.prepare(PartialImportRepresentation partialImportRep, RealmModel realm, KeycloakSession session) voidClientRolesPartialImport.prepare(PartialImportRepresentation partialImportRep, RealmModel realm, KeycloakSession session) voidPartialImport.prepare(PartialImportRepresentation rep, RealmModel realm, KeycloakSession session) Find which resources will need to be skipped or overwritten.voidRolesPartialImport.prepare(PartialImportRepresentation rep, RealmModel realm, KeycloakSession session) PartialImportManager.saveResources()