com.novell.admin.ns
Interface Rights

All Known Subinterfaces:
FSRights, NDSObjectRights, NDSPropertyRights
All Known Implementing Classes:
JFSRights

public interface Rights

This class represents rights for an object.


Method Summary
 boolean hasAddRights()
          Determines if subordinate objects can be added beneath the associated object or attribute.
 boolean hasDeleteRights()
          Determines if the associated object or attribute can be deleted.
 boolean hasReadRights()
          Determines if the associated object or attribute can be read.
 boolean hasWriteRights()
          Determines if the associated object or attribute can be modified.
 

Method Detail

hasReadRights

public boolean hasReadRights()
Determines if the associated object or attribute can be read.
Returns:
True if the object or attribute can be read.

hasWriteRights

public boolean hasWriteRights()
Determines if the associated object or attribute can be modified.
Returns:
True if the object or attribute can be modified.

hasDeleteRights

public boolean hasDeleteRights()
Determines if the associated object or attribute can be deleted.
Returns:
True if the object or attribute can be modified.

hasAddRights

public boolean hasAddRights()
Determines if subordinate objects can be added beneath the associated object or attribute.
Returns:
True if child objects can be added.


API Documentation Copyright © 1998-2003 Novell, Inc. All rights reserved.
ConsoleOne is a registered trademark of Novell Inc.
Generated December 9 2003 1727.