|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.as400.access.UserPermission
com.ibm.as400.access.DLOPermission
public class DLOPermission extends UserPermission
The DLOPermission class represents the permission for the specfied user for document library objects (DLO) stored in QDLS.
A user can have one of the following authorities to a document library object can have one of the following values:
| Modifier and Type | Field and Description |
|---|
| Fields inherited from class com.ibm.as400.access.UserPermission |
|---|
GROUPINDICATOR_GROUP, GROUPINDICATOR_SPECIALVALUE, GROUPINDICATOR_USER |
| Constructor and Description |
|---|
DLOPermission(String userProfileName)
Constructs a DLOPermission object. |
| Modifier and Type | Method and Description |
|---|---|
String |
getDataAuthority()
Returns the data authority of the user. |
void |
setDataAuthority(String authority)
Sets the data authority of the user. |
| Methods inherited from class com.ibm.as400.access.UserPermission |
|---|
getGroupIndicator, getUserID, isAuthorizationListManagement, isFromAuthorizationList, setAuthorizationListManagement, setFromAuthorizationList |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DLOPermission(String userProfileName)
userProfileName - The name of the user profile.| Method Detail |
|---|
public String getDataAuthority()
setDataAuthority(String)public void setDataAuthority(String authority)
authority - The data authority of the user.
Valid values are:
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||