Class UPConfig
java.lang.Object
org.keycloak.representations.userprofile.config.UPConfig
- All Implemented Interfaces:
Cloneable
Configuration of the User Profile for one realm.
- Author:
- Vlastimil Elias <velias@redhat.com>
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddOrReplaceAttribute
(UPAttribute attribute) clone()
boolean
getAttribute
(String name) int
hashCode()
boolean
removeAttribute
(String name) void
setAttributes
(List<UPAttribute> attributes) void
void
setUnmanagedAttributePolicy
(UPConfig.UnmanagedAttributePolicy unmanagedAttributePolicy) toString()
-
Constructor Details
-
UPConfig
public UPConfig()
-
-
Method Details
-
getAttributes
-
setAttributes
-
addOrReplaceAttribute
-
removeAttribute
-
getGroups
-
setGroups
-
addGroup
-
getAttribute
-
getUnmanagedAttributePolicy
-
setUnmanagedAttributePolicy
-
toString
-
clone
-
hashCode
public int hashCode() -
equals
-