org.objectweb.joram.shared.admin

Class SetRight

Implemented Interfaces:
java.io.Serializable
Known Direct 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(String userProxId, String destId)
Constructs a SetRight instance.

Method Summary

String
getDestId()
Returns the identifier of the destination.
String
getUserProxId()
Returns the identifier of the future reader's proxy.

Constructor Details

SetRight

public SetRight(String userProxId,
                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 Details

getDestId

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


getUserProxId

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


Copyright B) 2004 Scalagent - All rights reserved