public interface UserAttribute
Modifier and Type | Field and Description |
---|---|
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.
|
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
Copyright © 2016 SAP. All Rights Reserved.