|
|||||||||||
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
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:
Field Summary |
---|
Fields inherited from class com.ibm.as400.access.UserPermission |
---|
GROUPINDICATOR_GROUP, GROUPINDICATOR_SPECIALVALUE, GROUPINDICATOR_USER |
Constructor Summary | |
---|---|
DLOPermission(String userProfileName)
Constructs a DLOPermission object. |
Method Summary | |
---|---|
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 |