|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UserInfo | |
---|---|
com.ibm.are.platform | ARE platform abstraction specification |
com.ibm.are.platform.impl | IBM i implementation of the ARE platform abstraction specification |
Uses of UserInfo in com.ibm.are.platform |
---|
Fields in com.ibm.are.platform declared as UserInfo | |
---|---|
protected UserInfo |
Platform.user
Object that provides an abstraction for user information |
Methods in com.ibm.are.platform that return UserInfo | |
---|---|
UserInfo |
Platform.currentUser()
Retrieves the user name that is running ARE |
Constructors in com.ibm.are.platform with parameters of type UserInfo | |
---|---|
UserInfo(UserInfo objToCopy)
Constructs a new UserInfo object by copying all of the
information from the provided UserInfo object. |
Uses of UserInfo in com.ibm.are.platform.impl |
---|
Subclasses of UserInfo in com.ibm.are.platform.impl | |
---|---|
class |
IBMiUser
The IBMiUser class stores information about the IBM i
user profile that is running ARE. |
Methods in com.ibm.are.platform.impl that return UserInfo | |
---|---|
UserInfo |
IBMi.currentUser()
Retrieves an object that contains various pieces of information about the user profile that is running ARE. |
Constructors in com.ibm.are.platform.impl with parameters of type UserInfo | |
---|---|
IBMiUser(UserInfo objToCopy)
Constructs a new IBMiUser object by copying all of the
information from the provided UserInfo object. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |