public static interface UserManager.UserAttribute
Description of a user attribute that is supported by the specific manager implementation.
Modifier and Type | Method and Description |
---|---|
String |
getDefaultValue()
The default value for an attribute.
|
String |
getName()
The attribute name.
|
boolean |
isEditable()
Specifies if the attribute can be modified.
|
boolean |
isMandatory()
Specifies if the attribute is required for creating a user or if it cannot be removed.
|
String getName()
boolean isMandatory()
boolean isEditable()
String getDefaultValue()
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.