|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.are.platform.UserInfo
com.ibm.are.platform.impl.IBMiUser
public class IBMiUser
The IBMiUser
class stores information about the IBM i
user profile that is running ARE. The information can be retrieved
using the UserInfo.getAttribute(String)
method.
Field Summary | |
---|---|
static java.lang.String |
ATTR_CCSID
CCSID attribute |
static java.lang.String |
ATTR_CHRID
Character control ID attribute |
static java.lang.String |
ATTR_COUNTRY_ID
Country ID attribute |
static java.lang.String |
ATTR_DESCRIPTION
User profile description attribute |
static java.lang.String |
ATTR_GROUP_PROFILE
Group profile attribute |
static java.lang.String |
ATTR_LANGUAGE_ID
Language ID attribute |
static java.lang.String |
ATTR_LOCALE
Locale attribute |
static java.lang.String |
ATTR_SPECIAL_AUTHORITY
User profile special authority attribute |
static java.lang.String |
COPYRIGHT
Copyright for class bytecode |
Constructor Summary | |
---|---|
IBMiUser()
Constructs an IBMiUser object representing the
user that is currently running ARE. |
|
IBMiUser(UserInfo objToCopy)
Constructs a new IBMiUser object by copying all of the
information from the provided UserInfo object. |
Method Summary |
---|
Methods inherited from class com.ibm.are.platform.UserInfo |
---|
getAttribute, getName, setAttribute, setName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
public static final java.lang.String ATTR_SPECIAL_AUTHORITY
public static final java.lang.String ATTR_GROUP_PROFILE
public static final java.lang.String ATTR_CCSID
public static final java.lang.String ATTR_COUNTRY_ID
public static final java.lang.String ATTR_CHRID
public static final java.lang.String ATTR_LANGUAGE_ID
public static final java.lang.String ATTR_LOCALE
public static final java.lang.String ATTR_DESCRIPTION
Constructor Detail |
---|
public IBMiUser() throws java.lang.Exception
IBMiUser
object representing the
user that is currently running ARE.
java.lang.Exception
- If an error occurs while constructing the objectpublic IBMiUser(UserInfo objToCopy)
IBMiUser
object by copying all of the
information from the provided UserInfo
object.
objToCopy
- The UserInfo
object to copy
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |