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 UPConfig
addAttribute(UPAttribute attribute)
UPConfig
addGroup(UPGroup group)
UPAttribute
getAttribute(String name)
List<UPAttribute>
getAttributes()
List<UPGroup>
getGroups()
void
setAttributes(List<UPAttribute> attributes)
void
setGroups(List<UPGroup> groups)
String
toString()
-
-
-
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)
-
-