com.tivoli.pd.jadmin
Class PDAclEntryAnyOther
java.lang.Object
|
+--com.tivoli.pd.jadmin.PDAclEntry
|
+--com.tivoli.pd.jadmin.PDAclEntryAnyOther
- All Implemented Interfaces:
- java.lang.Cloneable
- public class PDAclEntryAnyOther
- extends PDAclEntry
- implements java.lang.Cloneable
Policy Director class for the any-other ACL entry.
Method Summary |
java.lang.Object |
clone()
Returns a copy of this object. |
boolean |
equals(java.lang.Object obj)
Determines whether this PDAclEntryAnyOther is equivalent to the input object. |
java.lang.String |
toString()
Return a String representation of this object. |
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
PDAclEntryAnyOther
public PDAclEntryAnyOther(PDContext context,
java.lang.String permission,
PDMessages messages)
throws PDException
- Constructs a PDAclEntryAnyOther object.
- Parameters:
context
- the context for communicating with the
Management Server.
Cannot be null.permission
- New permissions for this ACL entry. This
is a string consisting of single letter
action codes along with action group names.
Cannot be NULL.messages
- in/out parameter;
empty PDMessages on input;
may contain zero or more informational or warning
messages on output.
Cannot be null.- Throws:
PDException
- if an error occurs.
This exception may contain error and message codes defined in the
product Error Message Reference document.
toString
public java.lang.String toString()
- Return a String representation of this object.
- Overrides:
toString
in class PDAclEntry
clone
public java.lang.Object clone()
- Returns a copy of this object.
- Overrides:
clone
in class PDAclEntry
equals
public boolean equals(java.lang.Object obj)
- Determines whether this PDAclEntryAnyOther is equivalent to the input object.
- Overrides:
equals
in class PDAclEntry