org.objectweb.joram.shared.admin
Class SetRight
- java.io.Serializable
public abstract class SetRight
A SetRight
instance requests a given right to be granted to a
given user.
- Serialized Form
SetRight(String userProxId, String destId) - Constructs a
SetRight instance.
|
String | getDestId() - Returns the identifier of the destination.
|
String | getUserProxId() - Returns the identifier of the future reader's proxy.
|
SetRight
public SetRight(String userProxId,
String destId)
Constructs a SetRight
instance.
userProxId
- The identifier of the user's proxy, null
for all users.destId
- The identifier of the destination.
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