|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UserAttribute
The interface represents abstraction over a user general attribute, such as an e-mail address. Concrete attributes are identified using an alias that is system-specific.
Field Summary | |
---|---|
static String |
EMAIL_ADDRESS
Alias for the email address of the user. |
static String |
FIRST_NAME
Alias for the first name of the user. |
static String |
LAST_NAME
Alias for the last name of the user. |
static String |
NAME
Alias for the name of the user (see Principal.getName() ). |
static String |
PASSWORD_POLICY
Alias for password policy associated with the user. |
static String |
WINDOWS_DOMAIN_QUALIFIER_NAME
Alias for the windows qualified name of the user. |
static String |
X509_SUBJECT_NAME
Alias for the X.509 subject name of the user. |
Field Detail |
---|
static final String NAME
Principal.getName()
).
static final String FIRST_NAME
static final String LAST_NAME
static final String EMAIL_ADDRESS
static final String X509_SUBJECT_NAME
static final String WINDOWS_DOMAIN_QUALIFIER_NAME
static final String PASSWORD_POLICY
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |