Show TOC

Background documentationLogical Attributes Locate this document in the navigation structure

 

The following tables list the set of fixed logical attribute names used in the Java application programming interface (API) of the user management engine (UME).

General Attributes (Valid for all principal types, namely, user, user account, group, role.)

Attribute Name

Description

datasource

Identifies the data source where the object is stored.

description

Self-explanatory

displayname

Self-explanatory

uniquename

Used to search for users, groups, and roles for display in applications such as the role assignment tool. The uniquename is part of the unique ID described in the home data source.

For more information, see Home Data Source.

CREATED_BY

Self-explanatory

LAST_MODIFIED_BY

Self-explanatory

PRINCIPAL_CREATION_DATE

Self-explanatory

PRINCIPAL_MODIFY_DATE

Self-explanatory

PRINCIPAL_RELATION_PARENT_ATTRIBUTE

Principals of which the principal is a member of

Logical Attributes of the Principal Type: User

Attribute Name

Description

firstname

Self-explanatory

lastname

Self-explanatory

salutation

Self-explanatory

title

Self-explanatory

jobtitle

Self-explanatory

company

Stores the company ID of the company to which the user belongs. The company ID is the technical name of the company.

department

Self-explanatory

currency

Self-explanatory

email

Self-explanatory

telephone

Self-explanatory

mobile

Self-explanatory

fax

Self-explanatory

streetaddress

Self-explanatory

city

Self-explanatory

zip

Self-explanatory

pobox

Self-explanatory

country

Self-explanatory

state

Self-explanatory

dateformat

Self-explanatory

locale

Self-explanatory

timezone

Self-explanatory

orgunit

Text field

accessibilitylevel

Indicates accessibility mode for the user. It enables the use of screen readers and enhanced tab chains for Web Dynpro applications that support this feature.

For more information, see Accessibility.

ps_link

The URL of the privacy statement accepted by the user during self-registration.

ps_timestamp

The date the user accepted the privacy statement during self-registration.

ps_version

The version of the privacy statement accepted by the user during self-registration.

PRINCIPAL_EMAIL_SIGNATURE_HTML

E-mail signature in HTML format

PRINCIPAL_EMAIL_SIGNATURE_PLAIN_TEXT

E-mail signature in plain text format, parsed from the HTML format

The user principal also includes the attributes listed in the table General Attributes above.

Logical Attributes of the Principal Type: User Account

Attribute Name

Description

j_user

Logon ID of account

j_password

Password

javax.servlet.request.X509Certificate

Certificate

userid

Corresponding user ID

validfrom

Self-explanatory

validto

Self-explanatory

islocked

Self-explanatory

lockreason

Self-explanatory

lockdate

Self-explanatory

lastfailedlogon

Self-explanatory

lastlogout

Self-explanatory

failedlogonattempts

Self-explanatory

lastsuccessfulllogon

Self-explanatory. Deprecated.

successfulllogoncount

Self-explanatory. Deprecated.

passwordchangerequired

Self-explanatory

lastpasswordchange

Self-explanatory

lastsuccessfulpasswordcheck

Self-explanatory

ispassworddisabled

Self-explanatory

passwordhistory

Self-explanatory

SecurityPolicy

Identifies the user type for password handling. The password for a technical user never expires.

securityanswer

The answer the user provided to the security question for logon help.

securityquestion

The security question provided by the user for use with logon help, when users are free to write their own questions.

securityquestionpredefined

Identifies which of the predefined questions the user selected for use with the logon help, when users cannot write their own question.

The user account principal also includes the attributes listed in the table General Attributes above.

Logical Attributes of the Principal Types: Group and Role

Attribute Name

Description

PRINCIPAL_RELATION_MEMBER_ATTRIBUTE

Members of the principal

The group and role principals also include the attributes listed in the table General Attributes above.