Uses of Class
org.keycloak.forms.login.freemarker.model.AbstractUserProfileBean.Attribute
-
Packages that use AbstractUserProfileBean.Attribute Package Description org.keycloak.forms.login.freemarker.model -
-
Uses of AbstractUserProfileBean.Attribute in org.keycloak.forms.login.freemarker.model
Fields in org.keycloak.forms.login.freemarker.model with type parameters of type AbstractUserProfileBean.Attribute Modifier and Type Field Description protected List<AbstractUserProfileBean.Attribute>AbstractUserProfileBean. attributesprotected Map<String,AbstractUserProfileBean.Attribute>AbstractUserProfileBean. attributesByNameMethods in org.keycloak.forms.login.freemarker.model that return types with arguments of type AbstractUserProfileBean.Attribute Modifier and Type Method Description List<AbstractUserProfileBean.Attribute>AbstractUserProfileBean. getAttributes()All attributes to be shown in form sorted by the configured GUI order.Map<String,AbstractUserProfileBean.Attribute>AbstractUserProfileBean. getAttributesByName()Get map of all attributes where attribute name is key.Methods in org.keycloak.forms.login.freemarker.model with parameters of type AbstractUserProfileBean.Attribute Modifier and Type Method Description intAbstractUserProfileBean.Attribute. compareTo(AbstractUserProfileBean.Attribute o)
-