com.novell.admin.ns
Interface Rights

All Known Subinterfaces:
NDSObjectRights, NDSPropertyRights

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.
NDS is a registered trademark of Novell, Inc. in the United States and other countries.
Generated December 17 2003 1746.