|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tivoli.pd.jutil.PDEnvironmentObject
com.tivoli.pd.jadmin.PDAclEntry
com.tivoli.pd.jadmin.PDAclEntryGroup
public class PDAclEntryGroup
Policy Director class for the group ACL entry.
Modes: Local,Remote
Constructor Summary | |
---|---|
PDAclEntryGroup(PDContext context,
java.lang.String groupId,
java.lang.String permission,
PDMessages messages)
Constructs a PDAclEntryGroup object. |
Method Summary | |
---|---|
java.lang.Object |
clone()
Returns a copy of this object. |
boolean |
equals(java.lang.Object obj)
Determines whether this PDAclEntryGroup is equivalent to the input object. |
java.lang.String |
getGroupId()
Returns the group Id for this object. |
void |
setGroupId(java.lang.String inGroupId)
Sets the group name for this ACL entry. |
java.lang.String |
toString()
Return a String representation of this object. |
Methods inherited from class com.tivoli.pd.jadmin.PDAclEntry |
---|
getPermission, setPermission |
Methods inherited from class com.tivoli.pd.jutil.PDEnvironmentObject |
---|
getContext, setContext |
Methods inherited from class java.lang.Object |
---|
getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PDAclEntryGroup(PDContext context, java.lang.String groupId, java.lang.String permission, PDMessages messages) throws PDException
context
- the context for communicating with the
Management Server.
Cannot be null.groupId
- Group name.
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.
PDException
- if an error occurs.
This exception may contain error and message codes defined in the
product Error Message Reference document.Method Detail |
---|
public java.lang.String getGroupId()
public void setGroupId(java.lang.String inGroupId) throws PDException
inGroupId
- name of the group.
Cannot be NULL.
PDException
- if an error occurs.
This exception may contain error and message codes defined in the
product Error Message Reference document.public java.lang.String toString()
toString
in class PDAclEntry
public java.lang.Object clone()
clone
in class PDAclEntry
public boolean equals(java.lang.Object obj)
equals
in class PDAclEntry
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |