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 Summary
Constructors Constructor Description UPConfig()
-
Method Summary
All 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
-
getAttributes
public List<UPAttribute> getAttributes()
-
setAttributes
public void setAttributes(List<UPAttribute> attributes)
-
addAttribute
public UPConfig addAttribute(UPAttribute attribute)
-
getAttribute
public UPAttribute getAttribute(String name)
-
-