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

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.

hasDeleteRights

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

Returns:
True if the object or attribute can be modified.

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.


API Documentation Copyright © 1998-2004 Novell, Inc. All rights reserved.
NDS is a registered trademark of Novell, Inc. in the United States and other countries.
Generated September 2 2004 0111.