Uses of Class
org.simexid.keycloak.exception.AttributesException
Packages that use AttributesException
-
Uses of AttributesException in org.simexid.keycloak.service
Methods in org.simexid.keycloak.service that throw AttributesExceptionModifier and TypeMethodDescriptionboolean
Adds attributes to a user in Keycloak.boolean
KeycloakUtil.callForAddAttributes
(String sub, String payload) Calls Keycloak to add/remove (rewrite) attributes to a user.boolean
KeycloakUtil.deleteUserAttributes
(String sub, List<String> attributes) Deletes attributes from a user in Keycloak.