Package org.keycloak.userprofile.config
Class UPConfig
- java.lang.Object
- 
- org.keycloak.userprofile.config.UPConfig
 
- 
 public class UPConfig extends Object Configuration of the User Profile for one realm.- Author:
- Vlastimil Elias 
 
- 
- 
Constructor SummaryConstructors Constructor Description UPConfig()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UPConfigaddAttribute(UPAttribute attribute)UPConfigaddGroup(UPGroup group)UPAttributegetAttribute(String name)List<UPAttribute>getAttributes()List<UPGroup>getGroups()voidsetAttributes(List<UPAttribute> attributes)voidsetGroups(List<UPGroup> groups)StringtoString()
 
- 
- 
- 
Method Detail- 
getAttributespublic List<UPAttribute> getAttributes() 
 - 
setAttributespublic void setAttributes(List<UPAttribute> attributes) 
 - 
addAttributepublic UPConfig addAttribute(UPAttribute attribute) 
 - 
getAttributepublic UPAttribute getAttribute(String name) 
 
- 
 
-