com.ibm.as400.resource
Class RUser

java.lang.Object
  extended by com.ibm.as400.resource.Resource
      extended by com.ibm.as400.resource.ChangeableResource
          extended by com.ibm.as400.resource.RUser
All Implemented Interfaces:
Serializable

Deprecated. Use User instead, as this package may be removed in the future.

public class RUser
extends ChangeableResource

The RUser class represents a user profile and directory entry on the system.

The following attribute IDs are supported:

Use any of these attribute IDs with getAttributeValue() and setAttributeValue() to access the attribute values for an RUser.

// Create an RUser object to refer to a specific user.
AS400 system = new AS400("MYSYSTEM", "MYUSERID", "MYPASSWORD");
RUser user = new RUser(system, "AUSERID");

// Get the user status. String status = (String)user.getAttributeValue(RUser.STATUS);
// Set the print device for a user to work station. user.setAttributeValue(RUser.PRINT_DEVICE, RUser.PRINT_DEVICE_WORK_STATION);
// Commit the attribute change. user.commitAttributeChanges();

See Also:
RUserList, Serialized Form

Field Summary
static String ACCOUNTING_CODE
          Deprecated. Attribute ID for accounting code.
static String ALLOW_SYNCHRONIZATION
          Deprecated. Attribute ID for allow synchronization.
static String ASSISTANCE_LEVEL
          Deprecated. Attribute ID for assistance level.
static String ASSISTANCE_LEVEL_ADVANCED
          Deprecated. Attribute value indicating the expert system user interface.
static String ASSISTANCE_LEVEL_BASIC
          Deprecated. Attribute value indicating the Operational Assistant user interface.
static String ASSISTANCE_LEVEL_INTERMEDIATE
          Deprecated. Attribute value indicating the system user interface.
static String ATTENTION_KEY_HANDLING_PROGRAM
          Deprecated. Attribute ID for attention key handling program.
static String ATTENTION_KEY_HANDLING_PROGRAM_ASSIST
          Deprecated. Attribute value indicating the Operational Assistant attention key handling program.
static String BUILDING
          Deprecated. Attribute ID for building.
static String CC_MAIL_ADDRESS
          Deprecated. Attribute ID for cc:Mail address.
static String CC_MAIL_COMMENT
          Deprecated. Attribute ID for cc:Mail comment.
static String CHARACTER_CODE_SET_ID
          Deprecated. Attribute ID for character code set ID.
static String CHARACTER_IDENTIFIER_CONTROL
          Deprecated. Attribute ID for character identifier control.
static String CHARACTER_IDENTIFIER_CONTROL_DEVICE_DESCRIPTION
          Deprecated. Attribute value indicating the same function as on the CHRID command parameter for display files, printer files, and panel groups.
static String CHARACTER_IDENTIFIER_CONTROL_JOB_CCSID
          Deprecated. Attribute value indicating the same function as on the CHRID command parameter for display files, printer files, and panel groups.
static String COMPANY
          Deprecated. Attribute ID for company.
static String COUNTRY_ID
          Deprecated. Attribute ID for country ID.
static String CURRENT_LIBRARY_NAME
          Deprecated. Attribute ID for current library.
static String CURRENT_LIBRARY_NAME_DEFAULT
          Deprecated. Attribute value indicating that the user does not have a current library.
static String DATE_PASSWORD_EXPIRES
          Deprecated. Attribute ID for date password expires.
static String DAYS_UNTIL_PASSWORD_EXPIRES
          Deprecated. Attribute ID for days until password expires.
static String DEPARTMENT
          Deprecated. Attribute ID for department.
static String DIGITAL_CERTIFICATE_INDICATOR
          Deprecated. Attribute ID for digital certificate indicator.
static String DISPLAY_SIGN_ON_INFORMATION
          Deprecated. Attribute ID for display sign-on information.
static String FAX_TELEPHONE_NUMBER
          Deprecated. Attribute ID for fax telephone number.
static String FIRST_NAME
          Deprecated. Attribute ID for first name.
static String FULL_NAME
          Deprecated. Attribute ID for full name.
static String GROUP_AUTHORITY
          Deprecated. Attribute ID for group authority.
static String GROUP_AUTHORITY_ALL
          Deprecated. Attribute value indicating that the group profile has all authority to the objects the user creates.
static String GROUP_AUTHORITY_CHANGE
          Deprecated. Attribute value indicating that the group profile has change authority to the objects the user creates.
static String GROUP_AUTHORITY_EXCLUDE
          Deprecated. Attribute value indicating that the group profile has exclude authority to the objects the user creates.
static String GROUP_AUTHORITY_TYPE
          Deprecated. Attribute ID for group authority type.
static String GROUP_AUTHORITY_TYPE_PGP
          Deprecated. Attribute value indicating that the group profile will be the primary group for objects the user creates.
static String GROUP_AUTHORITY_TYPE_PRIVATE
          Deprecated. Attribute value indicating that the group profile has a private authority to the objects the user creates, or the user does not have a group profile.
static String GROUP_AUTHORITY_USE
          Deprecated. Attribute value indicating that the group profile has use authority to the objects the user creates.
static String GROUP_ID_NUMBER
          Deprecated. Attribute ID for group ID number.
static Long GROUP_ID_NUMBER_GENERATE
          Deprecated. Attribute value indicating the system should generate a unique group ID number (*GEN).
static Long GROUP_ID_NUMBER_NONE
          Deprecated. Attribute value indicating the group ID number is *NONE.
static String GROUP_MEMBER_INDICATOR
          Deprecated. Attribute ID for group member indicator.
static String GROUP_PROFILE_NAME
          Deprecated. Attribute ID for group profile name.
static String HIGHEST_SCHEDULING_PRIORITY
          Deprecated. Attribute ID for highest scheduling priority.
static String HOME_DIRECTORY
          Deprecated. Attribute ID for home directory.
static String INDIRECT_USER
          Deprecated. Attribute ID for indirect user.
static String INITIAL_MENU
          Deprecated. Attribute ID for initial menu.
static String INITIAL_MENU_SIGNOFF
          Deprecated. Attribute value for initial menu signoff.
static String INITIAL_PROGRAM
          Deprecated. Attribute ID for initial program.
static String JOB_DESCRIPTION
          Deprecated. Attribute ID for job description.
static String JOB_TITLE
          Deprecated. Attribute ID for job title.
static String KEYBOARD_BUFFERING
          Deprecated. Attribute ID for keyboard buffering.
static String KEYBOARD_BUFFERING_TYPE_AHEAD
          Deprecated. Attribute value indicating the type-ahead option is on, but the attention-key buffering options is not.
static String LANGUAGE_ID
          Deprecated. Attribute ID for language ID.
static String LAST_NAME
          Deprecated. Attribute ID for last name.
static String LIMIT_CAPABILITIES
          Deprecated. Attribute ID for limit capabilities.
static String LIMIT_CAPABILITIES_PARTIAL
          Deprecated. Attribute value indicating the user cannot change the initial program or current library.
static String LIMIT_DEVICE_SESSIONS
          Deprecated. Attribute ID for limit device sessions.
static String LOCAL_DATA_INDICATOR
          Deprecated. Attribute ID for local data indicator.
static String LOCAL_DATA_INDICATOR_LOCAL
          Deprecated. Attribute value indicating that the user was created on this system or if a remote user was created on this system.
static String LOCAL_DATA_INDICATOR_SHADOWED
          Deprecated. Attribute value indicating that the user was shadowed from another system.
static String LOCALE_JOB_ATTRIBUTES
          Deprecated. Attribute ID for locale job attributes.
static String LOCALE_JOB_ATTRIBUTES_CCSID
          Deprecated. Attribute value indicating that the coded character set identifier is set from the locale path name at the time a job is started for this user profile.
static String LOCALE_JOB_ATTRIBUTES_DATE_FORMAT
          Deprecated. Attribute value indicating that the date format is set from the locale path name at the time a job is started for this user profile.
static String LOCALE_JOB_ATTRIBUTES_DATE_SEPARATOR
          Deprecated. Attribute value indicating that the date separator is set from the locale path name at the time a job is started for this user profile.
static String LOCALE_JOB_ATTRIBUTES_DECIMAL_FORMAT
          Deprecated. Attribute value indicating that the decimal format is set from the locale path name at the time a job is started for this user profile.
static String LOCALE_JOB_ATTRIBUTES_SORT_SEQUENCE
          Deprecated. Attribute value indicating that the sort sequence is set from the locale path name at the time a job is started for this user profile.
static String LOCALE_JOB_ATTRIBUTES_TIME_SEPARATOR
          Deprecated. Attribute value indicating that the time separator is set from the locale path name at the time a job is started for this user profile.
static String LOCALE_PATH_NAME
          Deprecated. Attribute ID for locale path name.
static String LOCALE_PATH_NAME_C
          Deprecated. Attribute value indicating the C locale path name.
static String LOCALE_PATH_NAME_POSIX
          Deprecated. Attribute value indicating the POSIX locale path name.
static String LOCATION
          Deprecated. Attribute ID for location.
static String MAIL_NOTIFICATION
          Deprecated. Attribute ID for mail notification.
static String MAIL_NOTIFICATION_ALL
          Deprecated. Attribute value indicating that the user is notified of the arrival of all types of mail.
static String MAIL_NOTIFICATION_NONE
          Deprecated. Attribute value indicating that the user is not notified of the arrival of mail.
static String MAIL_NOTIFICATION_SPECIFIC
          Deprecated. Attribute value indicating that the user is notified of the arrival of specific types of mail.
static String MAILING_ADDRESS_LINE_1
          Deprecated. Attribute ID for mailing address line 1.
static String MAILING_ADDRESS_LINE_2
          Deprecated. Attribute ID for mailing address line 2.
static String MAILING_ADDRESS_LINE_3
          Deprecated. Attribute ID for mailing address line 3.
static String MAILING_ADDRESS_LINE_4
          Deprecated. Attribute ID for mailing address line 4.
static String MANAGER_CODE
          Deprecated. Attribute ID for manager code.
static String MAXIMUM_ALLOWED_STORAGE
          Deprecated. Attribute ID for maximum allowed storage.
static String MESSAGE_NOTIFICATION
          Deprecated. Attribute ID for message notification.
static String MESSAGE_QUEUE
          Deprecated. Attribute ID for message queue.
static String MESSAGE_QUEUE_DELIVERY_METHOD
          Deprecated. Attribute ID for message queue delivery method.
static String MESSAGE_QUEUE_DELIVERY_METHOD_BREAK
          Deprecated. Attribute value indicating that the job to which the message queue is assigned is interrupted when a message arrives on the message queue.
static String MESSAGE_QUEUE_DELIVERY_METHOD_DEFAULT
          Deprecated. Attribute value indicating that messages requiring replies are answered with their default reply.
static String MESSAGE_QUEUE_DELIVERY_METHOD_HOLD
          Deprecated. Attribute value indicating that the messages are held in the message queue until they are requested by the user or program.
static String MESSAGE_QUEUE_DELIVERY_METHOD_NOTIFY
          Deprecated. Attribute value indicating that the job to which the message queue is assigned is notified when a message arrives on the message queue.
static String MESSAGE_QUEUE_SEVERITY
          Deprecated. Attribute ID for message queue severity.
static String MIDDLE_NAME
          Deprecated. Attribute ID for middle name.
static String NETWORK_USER_ID
          Deprecated. Attribute ID for network user ID.
static String NO
          Deprecated. Attribute value for no.
static Date NO_DATE
          Deprecated. Attribute value for no date.
static String NO_PASSWORD_INDICATOR
          Deprecated. Attribute ID for no password indicator.
static String NONE
          Deprecated. Attribute value for none.
static String OBJECT_AUDITING_VALUE
          Deprecated. Attribute ID for object auditing value.
static String OBJECT_AUDITING_VALUE_ALL
          Deprecated. Attribute value indicating that object read and change operations are audited for the user if the object's auditing value is *USRPRF.
static String OBJECT_AUDITING_VALUE_CHANGE
          Deprecated. Attribute value indicating that object changes are audited for the user if the object's auditing value is *USRPRF.
static String OFFICE
          Deprecated. Attribute ID for office.
static String OR_NAME
          Deprecated. Attribute ID for O/R name.
static String OUTPUT_QUEUE
          Deprecated. Attribute ID for output queue.
static String OUTPUT_QUEUE_DEVICE
          Deprecated. Attribute value indicating that an output queue with the same name as the device specified in the printer device parameter is used.
static String OUTPUT_QUEUE_WORK_STATION
          Deprecated. Attribute value indicating that the output queue assigned to the user's work station is used.
static String OWNER
          Deprecated. Attribute ID for owner.
static String OWNER_GROUP_PROFILE
          Deprecated. Attribute value indicating that the user's group profile owns any objects the user creates.
static String OWNER_USER_PROFILE
          Deprecated. Attribute value indicating that the user owns any objects the user creates.
static String PASSWORD_CHANGE_DATE
          Deprecated. Attribute ID for password change date.
static String PASSWORD_EXPIRATION_INTERVAL
          Deprecated. Attribute ID for password expiration interval.
static String PREFERRED_NAME
          Deprecated. Attribute ID for preferred name.
static String PREVIOUS_SIGN_ON
          Deprecated. Attribute ID for previous sign-on.
static String PRINT_COVER_PAGE
          Deprecated. Attribute ID for print cover page.
static String PRINT_DEVICE
          Deprecated. Attribute ID for print device.
static String PRINT_DEVICE_WORK_STATION
          Deprecated. Attribute value indicating that the printer assigned to the user's work station is used.
static String PRIORITY_MAIL_NOTIFICATION
          Deprecated. Attribute ID for priority mail notification.
static String SET_PASSWORD_TO_EXPIRE
          Deprecated. Attribute ID for set password to expire.
static String SIGN_ON_ATTEMPTS_NOT_VALID
          Deprecated. Attribute ID for sign-on attempts not valid.
static String SMTP_DOMAIN
          Deprecated. Attribute ID for SMTP domain.
static String SMTP_ROUTE
          Deprecated. Attribute ID for SMTP route.
static String SMTP_USER_ID
          Deprecated. Attribute ID for SMTP user ID.
static String SORT_SEQUENCE_TABLE
          Deprecated. Attribute ID for sort sequence table.
static String SORT_SEQUENCE_TABLE_HEX
          Deprecated. Attribute value indicating that the hexadecimal values of the characters are used to determine the sort sequence.
static String SORT_SEQUENCE_TABLE_SHARED
          Deprecated. Attribute value indicating that a shared-weight sort table associated with the language specified
static String SORT_SEQUENCE_TABLE_UNIQUE
          Deprecated. Attribute value indicating that a unique-weight sort table associated with the language specified
static String SPECIAL_AUTHORITIES
          Deprecated. Attribute ID for special authorities.
static String SPECIAL_AUTHORITIES_ALL_OBJECT
          Deprecated. Attribute value indicating all object special authorities.
static String SPECIAL_AUTHORITIES_AUDIT
          Deprecated. Attribute value indicating audit special authorities.
static String SPECIAL_AUTHORITIES_IO_SYSTEM_CONFIGURATION
          Deprecated. Attribute value indicating I/O system configuration special authorities.
static String SPECIAL_AUTHORITIES_JOB_CONTROL
          Deprecated. Attribute value indicating job control special authorities.
static String SPECIAL_AUTHORITIES_SAVE_SYSTEM
          Deprecated. Attribute value indicating save system special authorities.
static String SPECIAL_AUTHORITIES_SECURITY_ADMINISTRATOR
          Deprecated. Attribute value indicating security administrator special authorities.
static String SPECIAL_AUTHORITIES_SERVICE
          Deprecated. Attribute value indicating service special authorities.
static String SPECIAL_AUTHORITIES_SPOOL_CONTROL
          Deprecated. Attribute value indicating spool control special authorities.
static String SPECIAL_ENVIRONMENT
          Deprecated. Attribute ID for special environment.
static String SPECIAL_ENVIRONMENT_SYSTEM_36
          Deprecated. Attribute value indicating that the user operates in the System/36 environment.
static String STATUS
          Deprecated. Attribute ID for status.
static String STATUS_ENABLED
          Deprecated. Attribute value indicating that the user profile is enabled.
static String STATUS_NOT_ENABLED
          Deprecated. Attribute value indicating that the user profile is not enabled.
static String STORAGE_USED
          Deprecated. Attribute ID for storage used.
static String SUPPLEMENTAL_GROUPS
          Deprecated. Attribute ID for supplemental groups.
static String SYSTEM_VALUE
          Deprecated. Attribute value for system value.
static String TELEPHONE_NUMBER_1
          Deprecated. Attribute ID for telephone number 1.
static String TELEPHONE_NUMBER_2
          Deprecated. Attribute ID for telephone number 2.
static String TEXT
          Deprecated. Attribute ID for text.
static String TEXT_DESCRIPTION
          Deprecated. Attribute ID for text description.
static String USER_ACTION_AUDIT_LEVEL
          Deprecated. Attribute ID for user action audit level.
static String USER_ACTION_AUDIT_LEVEL_COMMAND
          Deprecated. Attribute value indicating that the user has the *CMD audit value specified in the user profile.
static String USER_ACTION_AUDIT_LEVEL_CREATE
          Deprecated. Attribute value indicating that the user has the *CREATE audit value specified in the user profile.
static String USER_ACTION_AUDIT_LEVEL_DELETE
          Deprecated. Attribute value indicating that the user has the *DELETE audit value specified in the user profile.
static String USER_ACTION_AUDIT_LEVEL_JOB_DATA
          Deprecated. Attribute value indicating that the user has the *JOBDTA audit value specified in the user profile.
static String USER_ACTION_AUDIT_LEVEL_OBJECT_MANAGEMENT
          Deprecated. Attribute value indicating that the user has the *OBJMGT audit value specified in the user profile.
static String USER_ACTION_AUDIT_LEVEL_OFFICE_SERVICES
          Deprecated. Attribute value indicating that the user has the *OFCSRV audit value specified in the user profile.
static String USER_ACTION_AUDIT_LEVEL_OPTICAL
          Deprecated. Attribute value indicating that the user has the *OPTICAL audit value specified in the user profile.
static String USER_ACTION_AUDIT_LEVEL_PROGRAM_ADOPTION
          Deprecated. Attribute value indicating that the user has the *PGMADP audit value specified in the user profile.
static String USER_ACTION_AUDIT_LEVEL_SAVE_RESTORE
          Deprecated. Attribute value indicating that the user has the *SAVRST audit value specified in the user profile.
static String USER_ACTION_AUDIT_LEVEL_SECURITY
          Deprecated. Attribute value indicating that the user has the *SECURITY audit value specified in the user profile.
static String USER_ACTION_AUDIT_LEVEL_SERVICE
          Deprecated. Attribute value indicating that the user has the *SERVICE audit value specified in the user profile.
static String USER_ACTION_AUDIT_LEVEL_SPOOLED_FILE_DATA
          Deprecated. Attribute value indicating that the user has the *SPLFDTA audit value specified in the user profile.
static String USER_ACTION_AUDIT_LEVEL_SYSTEM_MANAGEMENT
          Deprecated. Attribute value indicating that the user has the *SYSMGT audit value specified in the user profile.
static String USER_ADDRESS
          Deprecated. Attribute ID for user address.
static String USER_CLASS
          Deprecated. Attribute ID for user class name.
static String USER_CLASS_PROGRAMMER
          Deprecated. Attribute value indicating that the user has a class of programmer.
static String USER_CLASS_SECURITY_ADMINISTRATOR
          Deprecated. Attribute value indicating that the user has a class of security administrator.
static String USER_CLASS_SECURITY_OFFICER
          Deprecated. Attribute value indicating that the user has a class of security officer.
static String USER_CLASS_SYSTEM_OPERATOR
          Deprecated. Attribute value indicating that the user has a class of system operator.
static String USER_CLASS_USER
          Deprecated. Attribute value indicating that the user has a class of end user.
static String USER_DESCRIPTION
          Deprecated. Attribute ID for user description.
static String USER_ID
          Deprecated. Attribute ID for user ID.
static String USER_ID_NUMBER
          Deprecated. Attribute ID for user ID number.
static String USER_OPTIONS
          Deprecated. Attribute ID for user options.
static String USER_OPTIONS_EXPERT
          Deprecated. Attribute value indicating that more detailed information is shown when the user is defining or changing the system using edit or display object authority.
static String USER_OPTIONS_FULL_SCREEN_HELP
          Deprecated. Attribute value indicating that UIM online help is to be displayed on a full screen or a window.
static String USER_OPTIONS_KEYWORDS
          Deprecated. Attribute value indicating that keywords are shown when a CL command is displayed.
static String USER_OPTIONS_NO_STATUS_MESSAGE
          Deprecated. Attribute value indicating that status messages sent to the user are not shown.
static String USER_OPTIONS_PRINT_COMPLETE_MESSAGE
          Deprecated. Attribute value indicating that a message is sent to the user when a spooled file is printed.
static String USER_OPTIONS_ROLL_KEY
          Deprecated. Attribute value indicating that the opposite action from the system default for roll keys is taken.
static String USER_OPTIONS_STATUS_MESSAGE
          Deprecated. Attribute value indicating that status messages sent to the user are shown.
static String USER_PROFILE_NAME
          Deprecated. Attribute ID for user profile name.
static String YES
          Deprecated. Attribute value for yes.
 
Constructor Summary
RUser()
          Deprecated. Constructs an RUser object.
RUser(AS400 system, String name)
          Deprecated. Constructs an RUser object.
 
Method Summary
protected  void commitAttributeChanges(Object[] attributeIDs, Object[] values, int[] bidiStringTypes)
          Deprecated. Commits the specified attribute changes.
 void delete()
          Deprecated. Deletes the user.
protected  void establishConnection()
          Deprecated. Establishes the connection to the system.
protected  void freezeProperties()
          Deprecated. Freezes any property changes.
 Object getAttributeUnchangedValue(Object attributeID, int bidiStringType)
          Deprecated. Returns the unchanged value of an attribute.
 String getName()
          Deprecated. Returns the user profile name.
 boolean hasSpecialAuthority(String authority)
          Deprecated. Indicates if this user profile has been granted the specified authority, or belongs to a group profile that has been granted the specified authority.
protected  boolean isBidiEnabled()
          Deprecated. Indicates if this resource is enabled for bidirectional character conversion.
 void refreshAttributeValues()
          Deprecated. Refreshes the values for all attributes.
 void setName(String name)
          Deprecated. Sets the user profile name.
 
Methods inherited from class com.ibm.as400.resource.ChangeableResource
cancelAttributeChanges, commitAttributeChanges, commitAttributeChanges, fireAttributeChangesCanceled, fireAttributeChangesCommitted, fireAttributeValueChanged, fireResourceCreated, fireResourceDeleted, getAttributeUnchangedValue, getAttributeValue, getAttributeValue, hasUncommittedAttributeChanges, initializeAttributeValue, setAttributeValue, setAttributeValue
 
Methods inherited from class com.ibm.as400.resource.Resource
addActiveStatusListener, addPropertyChangeListener, addResourceListener, addVetoableChangeListener, arePropertiesFrozen, equals, fireAttributeValuesRefreshed, fireBusy, fireIdle, firePropertyChange, fireVetoableChange, getAttributeMetaData, getAttributeMetaData, getPresentation, getResourceKey, getSystem, isConnectionEstablished, removeActiveStatusListener, removePropertyChangeListener, removeResourceListener, removeVetoableChangeListener, setPresentation, setResourceKey, setSystem, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SYSTEM_VALUE

public static final String SYSTEM_VALUE
Deprecated. 
Attribute value for system value.

See Also:
Constant Field Values

YES

public static final String YES
Deprecated. 
Attribute value for yes.

See Also:
Constant Field Values

NO

public static final String NO
Deprecated. 
Attribute value for no.

See Also:
Constant Field Values

NONE

public static final String NONE
Deprecated. 
Attribute value for none.

See Also:
Constant Field Values

NO_DATE

public static final Date NO_DATE
Deprecated. 
Attribute value for no date.


ACCOUNTING_CODE

public static final String ACCOUNTING_CODE
Deprecated. 
Attribute ID for accounting code. This identifies a String attribute, which represents the accounting code associated with this user.

See Also:
Constant Field Values

ALLOW_SYNCHRONIZATION

public static final String ALLOW_SYNCHRONIZATION
Deprecated. 
Attribute ID for allow synchronization. This identifies a Boolean attribute, which indicates whether the user's directory entry should be synchronized with directories other than the System Distribution Directory.

See Also:
Constant Field Values

ASSISTANCE_LEVEL

public static final String ASSISTANCE_LEVEL
Deprecated. 
Attribute ID for assistance level. This identifies a String attribute, which represents the user interface that the user will use. Possible values are:

See Also:
Constant Field Values

ASSISTANCE_LEVEL_BASIC

public static final String ASSISTANCE_LEVEL_BASIC
Deprecated. 
Attribute value indicating the Operational Assistant user interface.

See Also:
ASSISTANCE_LEVEL, Constant Field Values

ASSISTANCE_LEVEL_INTERMEDIATE

public static final String ASSISTANCE_LEVEL_INTERMEDIATE
Deprecated. 
Attribute value indicating the system user interface.

See Also:
ASSISTANCE_LEVEL, Constant Field Values

ASSISTANCE_LEVEL_ADVANCED

public static final String ASSISTANCE_LEVEL_ADVANCED
Deprecated. 
Attribute value indicating the expert system user interface.

See Also:
ASSISTANCE_LEVEL, Constant Field Values

ATTENTION_KEY_HANDLING_PROGRAM

public static final String ATTENTION_KEY_HANDLING_PROGRAM
Deprecated. 
Attribute ID for attention key handling program. This identifies a String attribute, which represents the fully qualified integrated file system path name of the attention key handling program for this user. Possible values are:

See Also:
QSYSObjectPathName, Constant Field Values

ATTENTION_KEY_HANDLING_PROGRAM_ASSIST

public static final String ATTENTION_KEY_HANDLING_PROGRAM_ASSIST
Deprecated. 
Attribute value indicating the Operational Assistant attention key handling program.

See Also:
ATTENTION_KEY_HANDLING_PROGRAM, Constant Field Values

BUILDING

public static final String BUILDING
Deprecated. 
Attribute ID for building. This identifies a String attribute, which represents the building in the user's directory entry.

See Also:
Constant Field Values

CC_MAIL_ADDRESS

public static final String CC_MAIL_ADDRESS
Deprecated. 
Attribute ID for cc:Mail address. This identifies a String attribute, which represents the cc:Mail address in the user's directory entry.

See Also:
Constant Field Values

CC_MAIL_COMMENT

public static final String CC_MAIL_COMMENT
Deprecated. 
Attribute ID for cc:Mail comment. This identifies a String attribute, which represents the cc:Mail comment in the user's directory entry.

See Also:
Constant Field Values

CHARACTER_CODE_SET_ID

public static final String CHARACTER_CODE_SET_ID
Deprecated. 
Attribute ID for character code set ID. This identifies a Integer attribute, which represents the character code set ID to be used by the system for this user.

See Also:
Constant Field Values

CHARACTER_IDENTIFIER_CONTROL

public static final String CHARACTER_IDENTIFIER_CONTROL
Deprecated. 
Attribute ID for character identifier control. This identifies a String attribute, which represents the character identifier control for the user. Possible values are:

See Also:
Constant Field Values

CHARACTER_IDENTIFIER_CONTROL_DEVICE_DESCRIPTION

public static final String CHARACTER_IDENTIFIER_CONTROL_DEVICE_DESCRIPTION
Deprecated. 
Attribute value indicating the same function as on the CHRID command parameter for display files, printer files, and panel groups.

See Also:
CHARACTER_IDENTIFIER_CONTROL, Constant Field Values

CHARACTER_IDENTIFIER_CONTROL_JOB_CCSID

public static final String CHARACTER_IDENTIFIER_CONTROL_JOB_CCSID
Deprecated. 
Attribute value indicating the same function as on the CHRID command parameter for display files, printer files, and panel groups.

See Also:
CHARACTER_IDENTIFIER_CONTROL, Constant Field Values

COMPANY

public static final String COMPANY
Deprecated. 
Attribute ID for company. This identifies a String attribute, which represents the company in the user's directory entry.

See Also:
Constant Field Values

COUNTRY_ID

public static final String COUNTRY_ID
Deprecated. 
Attribute ID for country ID. This identifies a String attribute, which represents the country ID used by the system for this user. Possible values are:

See Also:
Constant Field Values

CURRENT_LIBRARY_NAME

public static final String CURRENT_LIBRARY_NAME
Deprecated. 
Attribute ID for current library. This identifies a String attribute, which represents the name of the user's current library. Possible values are:

See Also:
Constant Field Values

CURRENT_LIBRARY_NAME_DEFAULT

public static final String CURRENT_LIBRARY_NAME_DEFAULT
Deprecated. 
Attribute value indicating that the user does not have a current library.

See Also:
CURRENT_LIBRARY_NAME, Constant Field Values

DATE_PASSWORD_EXPIRES

public static final String DATE_PASSWORD_EXPIRES
Deprecated. 
Attribute ID for date password expires. This identifies a read-only Date attribute, which represents the date the user's password expires. If the password is not set to expire, or is already expired, then this will be NO_DATE.

See Also:
Constant Field Values

DAYS_UNTIL_PASSWORD_EXPIRES

public static final String DAYS_UNTIL_PASSWORD_EXPIRES
Deprecated. 
Attribute ID for days until password expires. This identifies a read-only Integer attribute, which represents the number of days until the password will expire. Possible values are:

See Also:
Constant Field Values

DEPARTMENT

public static final String DEPARTMENT
Deprecated. 
Attribute ID for department. This identifies a String attribute, which represents the department in the user's directory entry.

See Also:
Constant Field Values

DIGITAL_CERTIFICATE_INDICATOR

public static final String DIGITAL_CERTIFICATE_INDICATOR
Deprecated. 
Attribute ID for digital certificate indicator. This identifies a read-only Boolean attribute, which indicates whether there are digital certificates associated with this user.

See Also:
Constant Field Values

DISPLAY_SIGN_ON_INFORMATION

public static final String DISPLAY_SIGN_ON_INFORMATION
Deprecated. 
Attribute ID for display sign-on information. This identifies a String attribute, which represents whether the sign-on information display is shown when the user signs on. Possible values are:

See Also:
Constant Field Values

FAX_TELEPHONE_NUMBER

public static final String FAX_TELEPHONE_NUMBER
Deprecated. 
Attribute ID for fax telephone number. This identifies a String attribute, which represents the fax telephone number in the user's directory entry.

See Also:
Constant Field Values

FIRST_NAME

public static final String FIRST_NAME
Deprecated. 
Attribute ID for first name. This identifies a String attribute, which represents the first name in the user's directory entry.

See Also:
Constant Field Values

FULL_NAME

public static final String FULL_NAME
Deprecated. 
Attribute ID for full name. This identifies a String attribute, which represents the full name in the user's directory entry.

See Also:
Constant Field Values

GROUP_AUTHORITY

public static final String GROUP_AUTHORITY
Deprecated. 
Attribute ID for group authority. This identifies a String attribute, which represents the authority the user's group profile has to objects the user creates. This can only be set to NONE if the user does not belong to a group. Possible values are:

See Also:
Constant Field Values

GROUP_AUTHORITY_ALL

public static final String GROUP_AUTHORITY_ALL
Deprecated. 
Attribute value indicating that the group profile has all authority to the objects the user creates.

See Also:
GROUP_AUTHORITY, Constant Field Values

GROUP_AUTHORITY_CHANGE

public static final String GROUP_AUTHORITY_CHANGE
Deprecated. 
Attribute value indicating that the group profile has change authority to the objects the user creates.

See Also:
GROUP_AUTHORITY, Constant Field Values

GROUP_AUTHORITY_USE

public static final String GROUP_AUTHORITY_USE
Deprecated. 
Attribute value indicating that the group profile has use authority to the objects the user creates.

See Also:
GROUP_AUTHORITY, Constant Field Values

GROUP_AUTHORITY_EXCLUDE

public static final String GROUP_AUTHORITY_EXCLUDE
Deprecated. 
Attribute value indicating that the group profile has exclude authority to the objects the user creates.

See Also:
GROUP_AUTHORITY, Constant Field Values

GROUP_AUTHORITY_TYPE

public static final String GROUP_AUTHORITY_TYPE
Deprecated. 
Attribute ID for group authority type. This identifies a String attribute, which represents the type of authority the user's group has to objects the user creates. Possible values are:

See Also:
Constant Field Values

GROUP_AUTHORITY_TYPE_PRIVATE

public static final String GROUP_AUTHORITY_TYPE_PRIVATE
Deprecated. 
Attribute value indicating that the group profile has a private authority to the objects the user creates, or the user does not have a group profile.

See Also:
GROUP_AUTHORITY_TYPE, Constant Field Values

GROUP_AUTHORITY_TYPE_PGP

public static final String GROUP_AUTHORITY_TYPE_PGP
Deprecated. 
Attribute value indicating that the group profile will be the primary group for objects the user creates.

See Also:
GROUP_AUTHORITY_TYPE, Constant Field Values

GROUP_ID_NUMBER

public static final String GROUP_ID_NUMBER
Deprecated. 
Attribute ID for group ID number. This identifies a Long attribute, which represents the group ID number for the user profile. The group ID number is used to identify the user when it is a group and a member of the group is using the integrated file system. This will be GROUP_ID_NUMBER_NONE if the user does not have a group ID. It will be GROUP_ID_NUMBER_GENERATE if it was set as such; in which case, call refreshAttributeValues() to retrieve the actual group ID that was generated by the system.

See Also:
Constant Field Values

GROUP_ID_NUMBER_GENERATE

public static final Long GROUP_ID_NUMBER_GENERATE
Deprecated. 
Attribute value indicating the system should generate a unique group ID number (*GEN).

See Also:
GROUP_ID_NUMBER

GROUP_ID_NUMBER_NONE

public static final Long GROUP_ID_NUMBER_NONE
Deprecated. 
Attribute value indicating the group ID number is *NONE.

See Also:
GROUP_ID_NUMBER

GROUP_MEMBER_INDICATOR

public static final String GROUP_MEMBER_INDICATOR
Deprecated. 
Attribute ID for group member indicator. This identifies a read-only Boolean attribute, which indicates whether this user is a group that has members.

See Also:
Constant Field Values

GROUP_PROFILE_NAME

public static final String GROUP_PROFILE_NAME
Deprecated. 
Attribute ID for group profile name. This identifies a String attribute, which represents the name of the group profile. Possible values are:

See Also:
Constant Field Values

HIGHEST_SCHEDULING_PRIORITY

public static final String HIGHEST_SCHEDULING_PRIORITY
Deprecated. 
Attribute ID for highest scheduling priority. This identifies a Integer attribute, which represents the highest scheduling priority the user is allowed to have for each job submitted to the system. The priority is a value from 0 to 9, with 0 being the highest priority.

See Also:
Constant Field Values

HOME_DIRECTORY

public static final String HOME_DIRECTORY
Deprecated. 
Attribute ID for home directory. This identifies a String attribute, which represents the home directory for this user profile.

See Also:
Constant Field Values

INDIRECT_USER

public static final String INDIRECT_USER
Deprecated. 
Attribute ID for indirect user. This identifies a Boolean attribute, which indicates whether the user is an indirect user as specified in the user's directory entry.

See Also:
Constant Field Values

INITIAL_MENU

public static final String INITIAL_MENU
Deprecated. 
Attribute ID for initial menu. This identifies a String attribute, which represents the fully qualified integrated file system path name of the initial menu for the user. Possible values are:

See Also:
QSYSObjectPathName, Constant Field Values

INITIAL_MENU_SIGNOFF

public static final String INITIAL_MENU_SIGNOFF
Deprecated. 
Attribute value for initial menu signoff.

See Also:
INITIAL_MENU, Constant Field Values

INITIAL_PROGRAM

public static final String INITIAL_PROGRAM
Deprecated. 
Attribute ID for initial program. This identifies a String attribute, which represents the fully qualified integrated file system path name of the initial program for the user. Possible values are:

See Also:
QSYSObjectPathName, Constant Field Values

JOB_DESCRIPTION

public static final String JOB_DESCRIPTION
Deprecated. 
Attribute ID for job description. This identifies a String attribute, which represents the fully qualified integrated file system path name of the job description used for jobs that start through subsystem work station entries.

See Also:
QSYSObjectPathName, Constant Field Values

JOB_TITLE

public static final String JOB_TITLE
Deprecated. 
Attribute ID for job title. This identifies a String attribute, which represents the job title in the user's directory entry.

See Also:
Constant Field Values

KEYBOARD_BUFFERING

public static final String KEYBOARD_BUFFERING
Deprecated. 
Attribute ID for keyboard buffering. This identifies a String attribute, which represents the keyboard buffering value that is used when a job is initialized for this user. Possible values are:

See Also:
Constant Field Values

KEYBOARD_BUFFERING_TYPE_AHEAD

public static final String KEYBOARD_BUFFERING_TYPE_AHEAD
Deprecated. 
Attribute value indicating the type-ahead option is on, but the attention-key buffering options is not.

See Also:
KEYBOARD_BUFFERING, Constant Field Values

LANGUAGE_ID

public static final String LANGUAGE_ID
Deprecated. 
Attribute ID for language ID. This identifies a String attribute, which represents the language ID used by the system for this user. Possible values are:

See Also:
Constant Field Values

LAST_NAME

public static final String LAST_NAME
Deprecated. 
Attribute ID for last name. This identifies a String attribute, which represents the last name in the user's directory entry.

See Also:
Constant Field Values

LIMIT_CAPABILITIES

public static final String LIMIT_CAPABILITIES
Deprecated. 
Attribute ID for limit capabilities. This identifies a String attribute, which indicates whether the user has limited capabilites. Possible values are:

See Also:
Constant Field Values

LIMIT_CAPABILITIES_PARTIAL

public static final String LIMIT_CAPABILITIES_PARTIAL
Deprecated. 
Attribute value indicating the user cannot change the initial program or current library.

See Also:
LIMIT_CAPABILITIES, Constant Field Values

LIMIT_DEVICE_SESSIONS

public static final String LIMIT_DEVICE_SESSIONS
Deprecated. 
Attribute ID for limit device sessions. This identifies a String attribute, which indicates whether the user is limited to one device session. Possible values are:

See Also:
Constant Field Values

LOCALE_JOB_ATTRIBUTES

public static final String LOCALE_JOB_ATTRIBUTES
Deprecated. 
Attribute ID for locale job attributes. This identifies a String array attribute, which represents a list of attributes which are set from the locale path name at the time a job is started for this user. Possible values for the elements of this array are:

See Also:
Constant Field Values

LOCALE_JOB_ATTRIBUTES_CCSID

public static final String LOCALE_JOB_ATTRIBUTES_CCSID
Deprecated. 
Attribute value indicating that the coded character set identifier is set from the locale path name at the time a job is started for this user profile.

See Also:
LOCALE_JOB_ATTRIBUTES, Constant Field Values

LOCALE_JOB_ATTRIBUTES_DATE_FORMAT

public static final String LOCALE_JOB_ATTRIBUTES_DATE_FORMAT
Deprecated. 
Attribute value indicating that the date format is set from the locale path name at the time a job is started for this user profile.

See Also:
LOCALE_JOB_ATTRIBUTES, Constant Field Values

LOCALE_JOB_ATTRIBUTES_DATE_SEPARATOR

public static final String LOCALE_JOB_ATTRIBUTES_DATE_SEPARATOR
Deprecated. 
Attribute value indicating that the date separator is set from the locale path name at the time a job is started for this user profile.

See Also:
LOCALE_JOB_ATTRIBUTES, Constant Field Values

LOCALE_JOB_ATTRIBUTES_SORT_SEQUENCE

public static final String LOCALE_JOB_ATTRIBUTES_SORT_SEQUENCE
Deprecated. 
Attribute value indicating that the sort sequence is set from the locale path name at the time a job is started for this user profile.

See Also:
LOCALE_JOB_ATTRIBUTES, Constant Field Values

LOCALE_JOB_ATTRIBUTES_TIME_SEPARATOR

public static final String LOCALE_JOB_ATTRIBUTES_TIME_SEPARATOR
Deprecated. 
Attribute value indicating that the time separator is set from the locale path name at the time a job is started for this user profile.

See Also:
LOCALE_JOB_ATTRIBUTES, Constant Field Values

LOCALE_JOB_ATTRIBUTES_DECIMAL_FORMAT

public static final String LOCALE_JOB_ATTRIBUTES_DECIMAL_FORMAT
Deprecated. 
Attribute value indicating that the decimal format is set from the locale path name at the time a job is started for this user profile.

See Also:
LOCALE_JOB_ATTRIBUTES, Constant Field Values

LOCALE_PATH_NAME

public static final String LOCALE_PATH_NAME
Deprecated. 
Attribute ID for locale path name. This identifies a String attribute, which represents the locale path name that is assigned to the user profile when a job is started. Possible values are:

See Also:
Constant Field Values

LOCALE_PATH_NAME_C

public static final String LOCALE_PATH_NAME_C
Deprecated. 
Attribute value indicating the C locale path name.

See Also:
LOCALE_PATH_NAME, Constant Field Values

LOCALE_PATH_NAME_POSIX

public static final String LOCALE_PATH_NAME_POSIX
Deprecated. 
Attribute value indicating the POSIX locale path name.

See Also:
LOCALE_PATH_NAME, Constant Field Values

LOCAL_DATA_INDICATOR

public static final String LOCAL_DATA_INDICATOR
Deprecated. 
Attribute ID for local data indicator. This identifies a read-only String attribute, which indicates where this user was created. Possible values are:

See Also:
Constant Field Values

LOCAL_DATA_INDICATOR_LOCAL

public static final String LOCAL_DATA_INDICATOR_LOCAL
Deprecated. 
Attribute value indicating that the user was created on this system or if a remote user was created on this system.

See Also:
LOCAL_DATA_INDICATOR, Constant Field Values

LOCAL_DATA_INDICATOR_SHADOWED

public static final String LOCAL_DATA_INDICATOR_SHADOWED
Deprecated. 
Attribute value indicating that the user was shadowed from another system.

See Also:
LOCAL_DATA_INDICATOR, Constant Field Values

LOCATION

public static final String LOCATION
Deprecated. 
Attribute ID for location. This identifies a String attribute, which represents the location in the user's directory entry.

See Also:
Constant Field Values

MAILING_ADDRESS_LINE_1

public static final String MAILING_ADDRESS_LINE_1
Deprecated. 
Attribute ID for mailing address line 1. This identifies a String attribute, which represents the mailing address line 1 in the user's directory entry.

See Also:
Constant Field Values

MAILING_ADDRESS_LINE_2

public static final String MAILING_ADDRESS_LINE_2
Deprecated. 
Attribute ID for mailing address line 2. This identifies a String attribute, which represents the mailing address line 2 in the user's directory entry.

See Also:
Constant Field Values

MAILING_ADDRESS_LINE_3

public static final String MAILING_ADDRESS_LINE_3
Deprecated. 
Attribute ID for mailing address line 3. This identifies a String attribute, which represents the mailing address line 3 in the user's directory entry.

See Also:
Constant Field Values

MAILING_ADDRESS_LINE_4

public static final String MAILING_ADDRESS_LINE_4
Deprecated. 
Attribute ID for mailing address line 4. This identifies a String attribute, which represents the mailing address line 4 in the user's directory entry.

See Also:
Constant Field Values

MAIL_NOTIFICATION

public static final String MAIL_NOTIFICATION
Deprecated. 
Attribute ID for mail notification. This identifies a String attribute, which indicates whether the user is notified of the arrival of mail. This is part of the user's directory entry. Possible values are:

See Also:
Constant Field Values

MAIL_NOTIFICATION_SPECIFIC

public static final String MAIL_NOTIFICATION_SPECIFIC
Deprecated. 
Attribute value indicating that the user is notified of the arrival of specific types of mail.

See Also:
MAIL_NOTIFICATION, Constant Field Values

MAIL_NOTIFICATION_ALL

public static final String MAIL_NOTIFICATION_ALL
Deprecated. 
Attribute value indicating that the user is notified of the arrival of all types of mail.

See Also:
MAIL_NOTIFICATION, Constant Field Values

MAIL_NOTIFICATION_NONE

public static final String MAIL_NOTIFICATION_NONE
Deprecated. 
Attribute value indicating that the user is not notified of the arrival of mail.

See Also:
MAIL_NOTIFICATION, Constant Field Values

MANAGER_CODE

public static final String MANAGER_CODE
Deprecated. 
Attribute ID for manager code. This identifies a read-only Boolean attribute, which represents the manager code in the user's directory entry.

See Also:
Constant Field Values

MAXIMUM_ALLOWED_STORAGE

public static final String MAXIMUM_ALLOWED_STORAGE
Deprecated. 
Attribute ID for maximum allowed storage. This identifies a Integer attribute, which represents the maximum amount of auxiliary storage (in kilobytes) that can be assigned to store permanant objects owned by the user. If the user does not have a maximum amount of allowed storage, this will be -1.

See Also:
Constant Field Values

MESSAGE_NOTIFICATION

public static final String MESSAGE_NOTIFICATION
Deprecated. 
Attribute ID for message notification. This identifies a Boolean attribute, which indicates whether the user is notified of the arrival of messages. This is part of the user's directory entry.

See Also:
Constant Field Values

MESSAGE_QUEUE_DELIVERY_METHOD

public static final String MESSAGE_QUEUE_DELIVERY_METHOD
Deprecated. 
Attribute ID for message queue delivery method. This identifies a String attribute, which represents how the messages are delivered to the message queue used by the user. Possible values are:

See Also:
Constant Field Values

MESSAGE_QUEUE_DELIVERY_METHOD_BREAK

public static final String MESSAGE_QUEUE_DELIVERY_METHOD_BREAK
Deprecated. 
Attribute value indicating that the job to which the message queue is assigned is interrupted when a message arrives on the message queue.

See Also:
MESSAGE_QUEUE_DELIVERY_METHOD, Constant Field Values

MESSAGE_QUEUE_DELIVERY_METHOD_DEFAULT

public static final String MESSAGE_QUEUE_DELIVERY_METHOD_DEFAULT
Deprecated. 
Attribute value indicating that messages requiring replies are answered with their default reply.

See Also:
MESSAGE_QUEUE_DELIVERY_METHOD, Constant Field Values

MESSAGE_QUEUE_DELIVERY_METHOD_HOLD

public static final String MESSAGE_QUEUE_DELIVERY_METHOD_HOLD
Deprecated. 
Attribute value indicating that the messages are held in the message queue until they are requested by the user or program.

See Also:
MESSAGE_QUEUE_DELIVERY_METHOD, Constant Field Values

MESSAGE_QUEUE_DELIVERY_METHOD_NOTIFY

public static final String MESSAGE_QUEUE_DELIVERY_METHOD_NOTIFY
Deprecated. 
Attribute value indicating that the job to which the message queue is assigned is notified when a message arrives on the message queue.

See Also:
MESSAGE_QUEUE_DELIVERY_METHOD, Constant Field Values

MESSAGE_QUEUE

public static final String MESSAGE_QUEUE
Deprecated. 
Attribute ID for message queue. This identifies a String attribute, which represents the fully qualified integrated file system path name of the message queue that is used by this user.

See Also:
QSYSObjectPathName, Constant Field Values

MESSAGE_QUEUE_SEVERITY

public static final String MESSAGE_QUEUE_SEVERITY
Deprecated. 
Attribute ID for message queue severity. This identifies an Integer attribute, which represents the lowest severity that a message can have and still be delivered to a user in break or notify mode.

See Also:
Constant Field Values

MIDDLE_NAME

public static final String MIDDLE_NAME
Deprecated. 
Attribute ID for middle name. This identifies a String attribute, which represents the middle name in the user's directory entry.

See Also:
Constant Field Values

NETWORK_USER_ID

public static final String NETWORK_USER_ID
Deprecated. 
Attribute ID for network user ID. This identifies a String attribute, which represents the network user ID in the user's directory entry.

See Also:
Constant Field Values

NO_PASSWORD_INDICATOR

public static final String NO_PASSWORD_INDICATOR
Deprecated. 
Attribute ID for no password indicator. This identifies a read-only Boolean attribute, which indicates whether there is no password.

See Also:
Constant Field Values

OBJECT_AUDITING_VALUE

public static final String OBJECT_AUDITING_VALUE
Deprecated. 
Attribute ID for object auditing value. This identifies a String attribute, which represents the user's object auditing value. Possible values are:

See Also:
Constant Field Values

OBJECT_AUDITING_VALUE_CHANGE

public static final String OBJECT_AUDITING_VALUE_CHANGE
Deprecated. 
Attribute value indicating that object changes are audited for the user if the object's auditing value is *USRPRF.

See Also:
OBJECT_AUDITING_VALUE, Constant Field Values

OBJECT_AUDITING_VALUE_ALL

public static final String OBJECT_AUDITING_VALUE_ALL
Deprecated. 
Attribute value indicating that object read and change operations are audited for the user if the object's auditing value is *USRPRF.

See Also:
OBJECT_AUDITING_VALUE, Constant Field Values

OFFICE

public static final String OFFICE
Deprecated. 
Attribute ID for office. This identifies a String attribute, which represents the office in the user's directory entry.

See Also:
Constant Field Values

OR_NAME

public static final String OR_NAME
Deprecated. 
Attribute ID for O/R name. This identifies a read-only String attribute, which represents the paper representation of the X.400 O/R name in the user's directory entry.

See Also:
Constant Field Values

OUTPUT_QUEUE

public static final String OUTPUT_QUEUE
Deprecated. 
Attribute ID for output queue. This identifies a String attribute, which represents the fully qualified integrated file system path name of the output queue that is used by this user. Possible values are:

See Also:
QSYSObjectPathName, Constant Field Values

OUTPUT_QUEUE_WORK_STATION

public static final String OUTPUT_QUEUE_WORK_STATION
Deprecated. 
Attribute value indicating that the output queue assigned to the user's work station is used.

See Also:
OUTPUT_QUEUE, Constant Field Values

OUTPUT_QUEUE_DEVICE

public static final String OUTPUT_QUEUE_DEVICE
Deprecated. 
Attribute value indicating that an output queue with the same name as the device specified in the printer device parameter is used.

See Also:
OUTPUT_QUEUE, Constant Field Values

OWNER

public static final String OWNER
Deprecated. 
Attribute ID for owner. This identifies a String attribute, which indicates who is to own objects created by this user. Possible values are:

See Also:
Constant Field Values

OWNER_USER_PROFILE

public static final String OWNER_USER_PROFILE
Deprecated. 
Attribute value indicating that the user owns any objects the user creates. If the user does not have a group profile, the field contains this value.

See Also:
OWNER, Constant Field Values

OWNER_GROUP_PROFILE

public static final String OWNER_GROUP_PROFILE
Deprecated. 
Attribute value indicating that the user's group profile owns any objects the user creates.

See Also:
OWNER, Constant Field Values

PASSWORD_CHANGE_DATE

public static final String PASSWORD_CHANGE_DATE
Deprecated. 
Attribute ID for password change date. This identifies a read-only Date attribute, which represents the date the user's password was last changed. The Date value is converted using the default Java locale.

See Also:
Constant Field Values

PASSWORD_EXPIRATION_INTERVAL

public static final String PASSWORD_EXPIRATION_INTERVAL
Deprecated. 
Attribute ID for password expiration interval. This identifies a Integer attribute, which represents the number of days the user's password can remain active before it must be changed. Possible values are:

See Also:
Constant Field Values

PREFERRED_NAME

public static final String PREFERRED_NAME
Deprecated. 
Attribute ID for preferred name. This identifies a String attribute, which represents the preferred name in the user's directory entry.

See Also:
Constant Field Values

PREVIOUS_SIGN_ON

public static final String PREVIOUS_SIGN_ON
Deprecated. 
Attribute ID for previous sign-on. This identifies a read-only Date attribute, which represents the date and time the user last signed on. If the user has never signed on, then this will be NO_DATE. The Date value is converted using the default Java locale.

See Also:
Constant Field Values

PRINT_COVER_PAGE

public static final String PRINT_COVER_PAGE
Deprecated. 
Attribute ID for print cover page. This identifies a Boolean attribute, which indicates whether to print a cover page as specified in the user's directory entry.

See Also:
Constant Field Values

PRINT_DEVICE

public static final String PRINT_DEVICE
Deprecated. 
Attribute ID for print device. This identifies a String attribute, which represents the printer used to print for this user. Possible values are:

See Also:
Constant Field Values

PRINT_DEVICE_WORK_STATION

public static final String PRINT_DEVICE_WORK_STATION
Deprecated. 
Attribute value indicating that the printer assigned to the user's work station is used.

See Also:
PRINT_DEVICE, Constant Field Values

PRIORITY_MAIL_NOTIFICATION

public static final String PRIORITY_MAIL_NOTIFICATION
Deprecated. 
Attribute ID for priority mail notification. This identifies a Boolean attribute, which indicates whether the user is notified of the arrival of priority, private, and important mail. This is part of the user's directory entry.

See Also:
Constant Field Values

SET_PASSWORD_TO_EXPIRE

public static final String SET_PASSWORD_TO_EXPIRE
Deprecated. 
Attribute ID for set password to expire. This identifies a Boolean attribute, which indicates whether the user's password is set to expire, requiring the user to change the password when signing on.

See Also:
Constant Field Values

SIGN_ON_ATTEMPTS_NOT_VALID

public static final String SIGN_ON_ATTEMPTS_NOT_VALID
Deprecated. 
Attribute ID for sign-on attempts not valid. This identifies a read-only Integer attribute, which represents the number of sign-on attempts that were not valid since the last successful sign-on.

See Also:
Constant Field Values

SMTP_DOMAIN

public static final String SMTP_DOMAIN
Deprecated. 
Attribute ID for SMTP domain. This identifies a read-only String attribute, which represents the SMTP domain as specified in the user's directory entry.

See Also:
Constant Field Values

SMTP_ROUTE

public static final String SMTP_ROUTE
Deprecated. 
Attribute ID for SMTP route. This identifies a read-only String attribute, which represents the SMTP route as specified in the user's directory entry.

See Also:
Constant Field Values

SMTP_USER_ID

public static final String SMTP_USER_ID
Deprecated. 
Attribute ID for SMTP user ID. This identifies a read-only String attribute, which represents the SMTP user ID as specified in the user's directory entry.

See Also:
Constant Field Values

SORT_SEQUENCE_TABLE

public static final String SORT_SEQUENCE_TABLE
Deprecated. 
Attribute ID for sort sequence table. This identifies a String attribute, which represents the fully qualified integrated file system path name of the sort sequence table used for string comparisons. Possible values are:

See Also:
QSYSObjectPathName, Constant Field Values

SORT_SEQUENCE_TABLE_HEX

public static final String SORT_SEQUENCE_TABLE_HEX
Deprecated. 
Attribute value indicating that the hexadecimal values of the characters are used to determine the sort sequence.

See Also:
SORT_SEQUENCE_TABLE, Constant Field Values

SORT_SEQUENCE_TABLE_UNIQUE

public static final String SORT_SEQUENCE_TABLE_UNIQUE
Deprecated. 
Attribute value indicating that a unique-weight sort table associated with the language specified

See Also:
SORT_SEQUENCE_TABLE, Constant Field Values

SORT_SEQUENCE_TABLE_SHARED

public static final String SORT_SEQUENCE_TABLE_SHARED
Deprecated. 
Attribute value indicating that a shared-weight sort table associated with the language specified

See Also:
SORT_SEQUENCE_TABLE, Constant Field Values

SPECIAL_AUTHORITIES

public static final String SPECIAL_AUTHORITIES
Deprecated. 
Attribute ID for special authorities. This identifies a String array attribute, which represents a list of special authorities that the user has. Possible values for the elements of this array are:

See Also:
Constant Field Values

SPECIAL_AUTHORITIES_ALL_OBJECT

public static final String SPECIAL_AUTHORITIES_ALL_OBJECT
Deprecated. 
Attribute value indicating all object special authorities.

See Also:
SPECIAL_AUTHORITIES, Constant Field Values

SPECIAL_AUTHORITIES_SECURITY_ADMINISTRATOR

public static final String SPECIAL_AUTHORITIES_SECURITY_ADMINISTRATOR
Deprecated. 
Attribute value indicating security administrator special authorities.

See Also:
SPECIAL_AUTHORITIES, Constant Field Values

SPECIAL_AUTHORITIES_JOB_CONTROL

public static final String SPECIAL_AUTHORITIES_JOB_CONTROL
Deprecated. 
Attribute value indicating job control special authorities.

See Also:
SPECIAL_AUTHORITIES, Constant Field Values

SPECIAL_AUTHORITIES_SPOOL_CONTROL

public static final String SPECIAL_AUTHORITIES_SPOOL_CONTROL
Deprecated. 
Attribute value indicating spool control special authorities.

See Also:
SPECIAL_AUTHORITIES, Constant Field Values

SPECIAL_AUTHORITIES_SAVE_SYSTEM

public static final String SPECIAL_AUTHORITIES_SAVE_SYSTEM
Deprecated. 
Attribute value indicating save system special authorities.

See Also:
SPECIAL_AUTHORITIES, Constant Field Values

SPECIAL_AUTHORITIES_SERVICE

public static final String SPECIAL_AUTHORITIES_SERVICE
Deprecated. 
Attribute value indicating service special authorities.

See Also:
SPECIAL_AUTHORITIES, Constant Field Values

SPECIAL_AUTHORITIES_AUDIT

public static final String SPECIAL_AUTHORITIES_AUDIT
Deprecated. 
Attribute value indicating audit special authorities.

See Also:
SPECIAL_AUTHORITIES, Constant Field Values

SPECIAL_AUTHORITIES_IO_SYSTEM_CONFIGURATION

public static final String SPECIAL_AUTHORITIES_IO_SYSTEM_CONFIGURATION
Deprecated. 
Attribute value indicating I/O system configuration special authorities.

See Also:
SPECIAL_AUTHORITIES, Constant Field Values

SPECIAL_ENVIRONMENT

public static final String SPECIAL_ENVIRONMENT
Deprecated. 
Attribute ID for special environment. This identifies a String attribute, which represents the special environment the user operates in after signing on. Possible values are:

See Also:
Constant Field Values

SPECIAL_ENVIRONMENT_SYSTEM_36

public static final String SPECIAL_ENVIRONMENT_SYSTEM_36
Deprecated. 
Attribute value indicating that the user operates in the System/36 environment.

See Also:
SPECIAL_ENVIRONMENT, Constant Field Values

STATUS

public static final String STATUS
Deprecated. 
Attribute ID for status. This identifies a String attribute, which represents the status of the user profile. Possible values are:

See Also:
Constant Field Values

STATUS_ENABLED

public static final String STATUS_ENABLED
Deprecated. 
Attribute value indicating that the user profile is enabled.

See Also:
STATUS, Constant Field Values

STATUS_NOT_ENABLED

public static final String STATUS_NOT_ENABLED
Deprecated. 
Attribute value indicating that the user profile is not enabled.

See Also:
STATUS, Constant Field Values

STORAGE_USED

public static final String STORAGE_USED
Deprecated. 
Attribute ID for storage used. This identifies a read-only Integer attribute, which represents the amount of auxiliary storage (in kilobytes) occupied by this user's owned objects.

See Also:
Constant Field Values

SUPPLEMENTAL_GROUPS

public static final String SUPPLEMENTAL_GROUPS
Deprecated. 
Attribute ID for supplemental groups. This identifies a String array attribute, which represents the supplemental groups for the user profile.

See Also:
Constant Field Values

TELEPHONE_NUMBER_1

public static final String TELEPHONE_NUMBER_1
Deprecated. 
Attribute ID for telephone number 1. This identifies a String attribute, which represents the telephone number 1 as specified in the user's directory entry.

See Also:
Constant Field Values

TELEPHONE_NUMBER_2

public static final String TELEPHONE_NUMBER_2
Deprecated. 
Attribute ID for telephone number 2. This identifies a String attribute, which represents the telephone number 2 as specified in the user's directory entry.

See Also:
Constant Field Values

TEXT

public static final String TEXT
Deprecated. 
Attribute ID for text. This identifies a String attribute, which represents the text as specified in the user's directory entry. This is not the same as the directory entry description or user profile description.

See Also:
USER_DESCRIPTION, TEXT_DESCRIPTION, Constant Field Values

TEXT_DESCRIPTION

public static final String TEXT_DESCRIPTION
Deprecated. 
Attribute ID for text description. This identifies a String attribute, which represents the descriptive text for the user profile. This is not the same as the directory entry text or directory entry description.

See Also:
TEXT, USER_DESCRIPTION, Constant Field Values

USER_ACTION_AUDIT_LEVEL

public static final String USER_ACTION_AUDIT_LEVEL
Deprecated. 
Attribute ID for user action audit level. This identifies a String array attribute, which represents a list of action audit levels for the user. Possible values for the elements of this array are:

See Also:
Constant Field Values

USER_ACTION_AUDIT_LEVEL_COMMAND

public static final String USER_ACTION_AUDIT_LEVEL_COMMAND
Deprecated. 
Attribute value indicating that the user has the *CMD audit value specified in the user profile.

See Also:
USER_ACTION_AUDIT_LEVEL, Constant Field Values

USER_ACTION_AUDIT_LEVEL_CREATE

public static final String USER_ACTION_AUDIT_LEVEL_CREATE
Deprecated. 
Attribute value indicating that the user has the *CREATE audit value specified in the user profile.

See Also:
USER_ACTION_AUDIT_LEVEL, Constant Field Values

USER_ACTION_AUDIT_LEVEL_DELETE

public static final String USER_ACTION_AUDIT_LEVEL_DELETE
Deprecated. 
Attribute value indicating that the user has the *DELETE audit value specified in the user profile.

See Also:
USER_ACTION_AUDIT_LEVEL, Constant Field Values

USER_ACTION_AUDIT_LEVEL_JOB_DATA

public static final String USER_ACTION_AUDIT_LEVEL_JOB_DATA
Deprecated. 
Attribute value indicating that the user has the *JOBDTA audit value specified in the user profile.

See Also:
USER_ACTION_AUDIT_LEVEL, Constant Field Values

USER_ACTION_AUDIT_LEVEL_OBJECT_MANAGEMENT

public static final String USER_ACTION_AUDIT_LEVEL_OBJECT_MANAGEMENT
Deprecated. 
Attribute value indicating that the user has the *OBJMGT audit value specified in the user profile.

See Also:
USER_ACTION_AUDIT_LEVEL, Constant Field Values

USER_ACTION_AUDIT_LEVEL_OFFICE_SERVICES

public static final String USER_ACTION_AUDIT_LEVEL_OFFICE_SERVICES
Deprecated. 
Attribute value indicating that the user has the *OFCSRV audit value specified in the user profile.

See Also:
USER_ACTION_AUDIT_LEVEL, Constant Field Values

USER_ACTION_AUDIT_LEVEL_OPTICAL

public static final String USER_ACTION_AUDIT_LEVEL_OPTICAL
Deprecated. 
Attribute value indicating that the user has the *OPTICAL audit value specified in the user profile.

See Also:
USER_ACTION_AUDIT_LEVEL, Constant Field Values

USER_ACTION_AUDIT_LEVEL_PROGRAM_ADOPTION

public static final String USER_ACTION_AUDIT_LEVEL_PROGRAM_ADOPTION
Deprecated. 
Attribute value indicating that the user has the *PGMADP audit value specified in the user profile.

See Also:
USER_ACTION_AUDIT_LEVEL, Constant Field Values

USER_ACTION_AUDIT_LEVEL_SAVE_RESTORE

public static final String USER_ACTION_AUDIT_LEVEL_SAVE_RESTORE
Deprecated. 
Attribute value indicating that the user has the *SAVRST audit value specified in the user profile.

See Also:
USER_ACTION_AUDIT_LEVEL, Constant Field Values

USER_ACTION_AUDIT_LEVEL_SECURITY

public static final String USER_ACTION_AUDIT_LEVEL_SECURITY
Deprecated. 
Attribute value indicating that the user has the *SECURITY audit value specified in the user profile.

See Also:
USER_ACTION_AUDIT_LEVEL, Constant Field Values

USER_ACTION_AUDIT_LEVEL_SERVICE

public static final String USER_ACTION_AUDIT_LEVEL_SERVICE
Deprecated. 
Attribute value indicating that the user has the *SERVICE audit value specified in the user profile.

See Also:
USER_ACTION_AUDIT_LEVEL, Constant Field Values

USER_ACTION_AUDIT_LEVEL_SPOOLED_FILE_DATA

public static final String USER_ACTION_AUDIT_LEVEL_SPOOLED_FILE_DATA
Deprecated. 
Attribute value indicating that the user has the *SPLFDTA audit value specified in the user profile.

See Also:
USER_ACTION_AUDIT_LEVEL, Constant Field Values

USER_ACTION_AUDIT_LEVEL_SYSTEM_MANAGEMENT

public static final String USER_ACTION_AUDIT_LEVEL_SYSTEM_MANAGEMENT
Deprecated. 
Attribute value indicating that the user has the *SYSMGT audit value specified in the user profile.

See Also:
USER_ACTION_AUDIT_LEVEL, Constant Field Values

USER_ADDRESS

public static final String USER_ADDRESS
Deprecated. 
Attribute ID for user address. This identifies a read-only String attribute, which represents the user address as specified in the user's directory entry.

See Also:
Constant Field Values

USER_CLASS

public static final String USER_CLASS
Deprecated. 
Attribute ID for user class name. This identifies a String attribute, which represents the user class name. Possible values are:

See Also:
Constant Field Values

USER_CLASS_SECURITY_OFFICER

public static final String USER_CLASS_SECURITY_OFFICER
Deprecated. 
Attribute value indicating that the user has a class of security officer.

See Also:
USER_CLASS, Constant Field Values

USER_CLASS_SECURITY_ADMINISTRATOR

public static final String USER_CLASS_SECURITY_ADMINISTRATOR
Deprecated. 
Attribute value indicating that the user has a class of security administrator.

See Also:
USER_CLASS, Constant Field Values

USER_CLASS_PROGRAMMER

public static final String USER_CLASS_PROGRAMMER
Deprecated. 
Attribute value indicating that the user has a class of programmer.

See Also:
USER_CLASS, Constant Field Values

USER_CLASS_SYSTEM_OPERATOR

public static final String USER_CLASS_SYSTEM_OPERATOR
Deprecated. 
Attribute value indicating that the user has a class of system operator.

See Also:
USER_CLASS, Constant Field Values

USER_CLASS_USER

public static final String USER_CLASS_USER
Deprecated. 
Attribute value indicating that the user has a class of end user.

See Also:
USER_CLASS, Constant Field Values

USER_DESCRIPTION

public static final String USER_DESCRIPTION
Deprecated. 
Attribute ID for user description. This identifies a read-only String attribute, which represents the user description as specified in the user's directory entry. This is not the same as the directory entry text or the user profile description.

See Also:
TEXT, TEXT_DESCRIPTION, Constant Field Values

USER_ID

public static final String USER_ID
Deprecated. 
Attribute ID for user ID. This identifies a read-only String attribute, which represents the user ID as specified in the user's directory entry.

See Also:
Constant Field Values

USER_ID_NUMBER

public static final String USER_ID_NUMBER
Deprecated. 
Attribute ID for user ID number. This identifies a Long attribute, which represents the user ID number for the user profile. This is used to identify the user when using the integrated file system.

See Also:
Constant Field Values

USER_OPTIONS

public static final String USER_OPTIONS
Deprecated. 
Attribute ID for user options. This identifies a String array attribute, which represents a list of options for users to customize their environment. Possible values for the elements of this array are:

See Also:
Constant Field Values

USER_OPTIONS_KEYWORDS

public static final String USER_OPTIONS_KEYWORDS
Deprecated. 
Attribute value indicating that keywords are shown when a CL command is displayed.

See Also:
USER_OPTIONS, Constant Field Values

USER_OPTIONS_EXPERT

public static final String USER_OPTIONS_EXPERT
Deprecated. 
Attribute value indicating that more detailed information is shown when the user is defining or changing the system using edit or display object authority.

See Also:
USER_OPTIONS, Constant Field Values

USER_OPTIONS_FULL_SCREEN_HELP

public static final String USER_OPTIONS_FULL_SCREEN_HELP
Deprecated. 
Attribute value indicating that UIM online help is to be displayed on a full screen or a window.

See Also:
USER_OPTIONS, Constant Field Values

USER_OPTIONS_STATUS_MESSAGE

public static final String USER_OPTIONS_STATUS_MESSAGE
Deprecated. 
Attribute value indicating that status messages sent to the user are shown.

See Also:
USER_OPTIONS, Constant Field Values

USER_OPTIONS_NO_STATUS_MESSAGE

public static final String USER_OPTIONS_NO_STATUS_MESSAGE
Deprecated. 
Attribute value indicating that status messages sent to the user are not shown.

See Also:
USER_OPTIONS, Constant Field Values

USER_OPTIONS_ROLL_KEY

public static final String USER_OPTIONS_ROLL_KEY
Deprecated. 
Attribute value indicating that the opposite action from the system default for roll keys is taken.

See Also:
USER_OPTIONS, Constant Field Values

USER_OPTIONS_PRINT_COMPLETE_MESSAGE

public static final String USER_OPTIONS_PRINT_COMPLETE_MESSAGE
Deprecated. 
Attribute value indicating that a message is sent to the user when a spooled file is printed.

See Also:
USER_OPTIONS, Constant Field Values

USER_PROFILE_NAME

public static final String USER_PROFILE_NAME
Deprecated. 
Attribute ID for user profile name. This identifies a read-only String attribute, which represents the name of the user profile.

See Also:
Constant Field Values
Constructor Detail

RUser

public RUser()
Deprecated. 
Constructs an RUser object.


RUser

public RUser(AS400 system,
             String name)
Deprecated. 
Constructs an RUser object.

Parameters:
system - The system.
name - The user profile name.
Method Detail

commitAttributeChanges

protected void commitAttributeChanges(Object[] attributeIDs,
                                      Object[] values,
                                      int[] bidiStringTypes)
                               throws ResourceException
Deprecated. 
Commits the specified attribute changes.

Overrides:
commitAttributeChanges in class ChangeableResource
Parameters:
attributeIDs - The attribute IDs for the specified attribute changes.
values - The specified attribute changes
bidiStringTypes - The bidi string types as defined by the CDRA (Character Data Representataion Architecture). See BidiStringType for more information and valid values.
Throws:
ResourceException - If an error occurs.
See Also:
Subclass notes

delete

public void delete()
            throws ResourceException
Deprecated. 
Deletes the user.

Throws:
ResourceException - If an error occurs.

establishConnection

protected void establishConnection()
                            throws ResourceException
Deprecated. 
Establishes the connection to the system.

The method is called by the resource framework automatically when the connection needs to be established.

Overrides:
establishConnection in class Resource
Throws:
ResourceException - If an error occurs.

freezeProperties

protected void freezeProperties()
                         throws ResourceException
Deprecated. 
Freezes any property changes. After this is called, property changes should not be made. Properties are not the same thing as attributes. Properties are basic pieces of information which must be set to make the object usable, such as the system and the name.

The method is called by the resource framework automatically when the properties need to be frozen.

Overrides:
freezeProperties in class Resource
Throws:
ResourceException - If an error occurs.

getAttributeUnchangedValue

public Object getAttributeUnchangedValue(Object attributeID,
                                         int bidiStringType)
                                  throws ResourceException
Deprecated. 
Returns the unchanged value of an attribute. If the attribute value has an uncommitted change, this returns the unchanged value. If the attribute value does not have an uncommitted change, this returns the same value as getAttributeValue().

Overrides:
getAttributeUnchangedValue in class ChangeableResource
Parameters:
attributeID - Identifies the attribute.
bidiStringType - The bidi string type as defined by the CDRA (Character Data Representataion Architecture). See BidiStringType for more information and valid values.
Returns:
The attribute value, or null if the attribute value is not available.
Throws:
ResourceException - If an error occurs.
See Also:
Subclass notes

getName

public String getName()
Deprecated. 
Returns the user profile name.

Returns:
The user profile name.

hasSpecialAuthority

public boolean hasSpecialAuthority(String authority)
                            throws ResourceException
Deprecated. 
Indicates if this user profile has been granted the specified authority, or belongs to a group profile that has been granted the specified authority.

Parameters:
authority - The authority to check. It must be one of the special authority constants:
Returns:
true if this user has the authority or belongs to a group that has the authority; false otherwise.
Throws:
ResourceException - If an error occurs.

isBidiEnabled

protected boolean isBidiEnabled()
Deprecated. 
Indicates if this resource is enabled for bidirectional character conversion. This always returns true.

Overrides:
isBidiEnabled in class Resource
Returns:
Always true.
See Also:
Subclass notes

refreshAttributeValues

public void refreshAttributeValues()
                            throws ResourceException
Deprecated. 
Refreshes the values for all attributes. This does not cancel uncommitted changes. This method fires an attributeValuesRefreshed() ResourceEvent.

Overrides:
refreshAttributeValues in class ChangeableResource
Throws:
ResourceException - If an error occurs.

setName

public void setName(String name)
             throws PropertyVetoException
Deprecated. 
Sets the user profile name. This does not change the user profile on the system. Instead, it changes the user profile to which this object references. This cannot be changed if the object has established a connection to the system.

Parameters:
name - The user profile name.
Throws:
PropertyVetoException - If the property change is vetoed.