Package com.sap.security.um.user
Interface UserAttribute
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
FieldsModifier and TypeFieldDescriptionstatic final String
Alias for the email address of the user.static final String
Alias for the first name of the user.static final String
Alias for the last name of the user.static final String
Alias for the name of the user (seePrincipal.getName()
).static final String
Alias for password policy associated with the user.static final String
Alias for the windows qualified name of the user.static final String
Alias for the X.509 subject name of the user.
-
Field Details
-
NAME
Alias for the name of the user (seePrincipal.getName()
).- See Also:
-
FIRST_NAME
Alias for the first name of the user.- See Also:
-
LAST_NAME
Alias for the last name of the user.- See Also:
-
EMAIL_ADDRESS
Alias for the email address of the user.- See Also:
-
X509_SUBJECT_NAME
Alias for the X.509 subject name of the user.- See Also:
-
WINDOWS_DOMAIN_QUALIFIER_NAME
Alias for the windows qualified name of the user.- See Also:
-
PASSWORD_POLICY
Alias for password policy associated with the user.- See Also:
-