com.novell.service.nds
Class NdsRights

java.lang.Object
  |
  +--com.novell.service.nds.NdsRights

public abstract class NdsRights
extends java.lang.Object

Provides a method for getting the object effective rights currently in effect for an object.

The default constructor builds an empty NdsRights object with no parameters.


Constructor Summary
NdsRights()
           
 
Method Summary
 int getRights()
          Returns the current effective rights for an object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NdsRights

public NdsRights()
Method Detail

getRights

public int getRights()
Returns the current effective rights for an object.
Returns:
The effective rights for the current object.
See Also:
NdsObjectRights