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
Nested Classes - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionaddOrReplaceAttribute(UPAttribute attribute) clone()booleangetAttribute(String name) inthashCode()booleanremoveAttribute(String name) voidsetAttributes(List<UPAttribute> attributes) voidvoidsetUnmanagedAttributePolicy(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
 
 -