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 TypeMethodDescriptionbooleanAdds attributes to a user in Keycloak.booleanKeycloakUtil.callForAddAttributes(String sub, String payload) Calls Keycloak to add/remove (rewrite) attributes to a user.booleanKeycloakUtil.deleteUserAttributes(String sub, List<String> attributes) Deletes attributes from a user in Keycloak.