Package | Description |
---|---|
org.keycloak.forms.login.freemarker.model |
Modifier and Type | Field and Description |
---|---|
protected List<AbstractUserProfileBean.Attribute> |
AbstractUserProfileBean.attributes |
protected Map<String,AbstractUserProfileBean.Attribute> |
AbstractUserProfileBean.attributesByName |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
int |
AbstractUserProfileBean.Attribute.compareTo(AbstractUserProfileBean.Attribute o) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.