Package | Description |
---|---|
com.ibm.as400.access |
Provides classes that represent various IBM i data and resources.
|
Modifier and Type | Class | Description |
---|---|---|
class |
DLOPermission |
The DLOPermission class represents the permission for the specfied user for
document library objects (DLO) stored in QDLS.
|
class |
QSYSPermission |
The QSYSPermission class represents the permissions for the specified user
of an object in the traditional IBM i library structure stored in QSYS.LIB.
|
class |
RootPermission |
The RootPermission class represents the permissions for the specified user of an
object contained in the root directory structure.
|
Modifier and Type | Method | Description |
---|---|---|
UserPermission |
Permission.getUserPermission(String userProfileName) |
Returns a UserPermission object for the specified user.
|
Modifier and Type | Method | Description |
---|---|---|
Enumeration<UserPermission> |
Permission.getUserPermissions() |
Returns an enumeration of UserPermission objects.
|
List<UserPermission> |
Permission.getUserPermissionsList() |
Returns a list of UserPermission objects.
|
Modifier and Type | Method | Description |
---|---|---|
void |
Permission.addUserPermission(UserPermission userPermission) |
Adds a user permission.
|
void |
Permission.removeUserPermission(UserPermission permission) |
Removes a user permission.
|
Copyright © 2024. All rights reserved.