Package | Description |
---|---|
com.ibm.as400.access |
Provides classes that represent various IBM i data and resources.
|
com.ibm.as400.security.auth |
Provides user profile swapping using IBM i profile token and credential
classes.
|
com.ibm.as400.vaccess |
Deprecated Provides classes that graphically present IBM i data to the
user.
|
Modifier and Type | Class | Description |
---|---|---|
class |
UserGroup |
The UserGroup class represents a user profile that is a group profile.
|
Modifier and Type | Method | Description |
---|---|---|
User[] |
UserList.getUsers(int listOffset,
int number) |
Returns a subset of the list of users.
|
Modifier and Type | Method | Description |
---|---|---|
Enumeration<User> |
UserList.getUsers() |
Returns the list of users in the user list.
|
Modifier and Type | Method | Description |
---|---|---|
User |
AS400Principal.getUser() |
Returns an IBM i system User object based on the
user profile name and
system associated with
the principal.
|
Modifier and Type | Method | Description |
---|---|---|
User |
VUser.getUser() |
Deprecated.
Returns the user.
|
Modifier and Type | Method | Description |
---|---|---|
void |
VUser.setUser(User user) |
Deprecated.
Sets the user.
|
Constructor | Description |
---|---|
VUser(User user) |
Deprecated.
Constructs a VUser object.
|
Copyright © 2024. All rights reserved.