org.objectweb.joram.shared.admin
Class SetRight

java.lang.Object
  extended byorg.objectweb.joram.shared.admin.AdminRequest
      extended byorg.objectweb.joram.shared.admin.SetRight
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
SetReader, SetWriter, UnsetReader, UnsetWriter

public abstract class SetRight
extends AdminRequest

A SetRight instance requests a given right to be granted to a given user.

See Also:
Serialized Form

Constructor Summary
SetRight(java.lang.String userProxId, java.lang.String destId)
          Constructs a SetRight instance.
 
Method Summary
 java.lang.String getDestId()
          Returns the identifier of the destination.
 java.lang.String getUserProxId()
          Returns the identifier of the future reader's proxy.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetRight

public SetRight(java.lang.String userProxId,
                java.lang.String destId)
Constructs a SetRight instance.

Parameters:
userProxId - The identifier of the user's proxy, null for all users.
destId - The identifier of the destination.
Method Detail

getUserProxId

public java.lang.String getUserProxId()
Returns the identifier of the future reader's proxy.


getDestId

public java.lang.String getDestId()
Returns the identifier of the destination.



Copyright ? 2004 Scalagent - All rights reserved