|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface describes the rights methods for a File System object.
| Method Summary | |
int |
getPrivileges()
Get all the object rights. |
boolean |
hasAddRightsSet()
Test to see if object rights include create rights. |
boolean |
hasDeleteRightsSet()
Test to see if object rights include delete rights. |
boolean |
hasModifyRights()
Test to see if object rights include modify rights. |
boolean |
hasModifyRightsSet()
Test to see if object rights include modify rights. |
boolean |
hasOwnershipRights()
Test to see if object rights include ownership rights. |
boolean |
hasOwnershipRightsSet()
Test to see if object rights include ownership rights. |
boolean |
hasReadRightsSet()
Test to see if object rights include read rights. |
boolean |
hasSearchRights()
Test to see if object rights include browse rights. |
boolean |
hasSearchRightsSet()
Test to see if object rights include browse rights. |
boolean |
hasSupervisorRights()
Test to see if object rights include supervisor rights. |
boolean |
hasWriteRightsSet()
Test to see if object rights include write rights. |
void |
setAddRights(boolean flag)
Test to see if object rights include create rights. |
void |
setDeleteRights(boolean flag)
Test to see if object rights include delete rights. |
void |
setModifyRights(boolean flag)
Test to see if object rights include modify rights. |
void |
setOwnershipRights(boolean flag)
Test to see if object rights include ownership rights. |
void |
setReadRights(boolean flag)
Test to see if object rights include read rights. |
void |
setSearchRights(boolean flag)
Test to see if object rights include browse rights. |
void |
setSupervisorRights(boolean flag)
Test to see if object rights include supervisor rights. |
void |
setWriteRights(boolean flag)
Test to see if object rights include write rights. |
| Methods inherited from interface com.novell.admin.ns.Rights |
hasAddRights,
hasDeleteRights,
hasReadRights,
hasWriteRights |
| Method Detail |
public int getPrivileges()
public boolean hasSupervisorRights()
public void setSupervisorRights(boolean flag)
public boolean hasModifyRights()
public boolean hasModifyRightsSet()
public void setModifyRights(boolean flag)
public boolean hasReadRightsSet()
public void setReadRights(boolean flag)
public boolean hasWriteRightsSet()
public void setWriteRights(boolean flag)
public boolean hasDeleteRightsSet()
public void setDeleteRights(boolean flag)
public boolean hasAddRightsSet()
public void setAddRights(boolean flag)
public boolean hasSearchRights()
public boolean hasSearchRightsSet()
public void setSearchRights(boolean flag)
public boolean hasOwnershipRights()
public boolean hasOwnershipRightsSet()
public void setOwnershipRights(boolean flag)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||