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.


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

Field Detail

rights

protected int rights
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