Uses of Class
org.keycloak.component.ComponentValidationException
-
Packages that use ComponentValidationException Package Description org.keycloak.component org.keycloak.storage -
-
Uses of ComponentValidationException in org.keycloak.component
Methods in org.keycloak.component that throw ComponentValidationException Modifier and Type Method Description default voidComponentFactory. validateConfiguration(KeycloakSession session, RealmModel realm, ComponentModel model)Called before a component is created or updated. -
Uses of ComponentValidationException in org.keycloak.storage
Methods in org.keycloak.storage that throw ComponentValidationException Modifier and Type Method Description default voidUserStorageProviderFactory. validateConfiguration(KeycloakSession session, RealmModel realm, ComponentModel config)
-