com.tivoli.pd.jutil
Class PDRgyGroupName

java.lang.Object
  |
  +--com.tivoli.pd.jutil.PDRgyName
        |
        +--com.tivoli.pd.jutil.PDRgyGroupName
All Implemented Interfaces:
java.lang.Cloneable, java.security.Principal

public class PDRgyGroupName
extends PDRgyName

This class represents the name of a group object in Policy Director's backing store. The backing store may be an LDAP or Active Directory database, for example.


Constructor Summary
PDRgyGroupName(java.lang.String name)
          Constructs a PDRgyGroupName with the specified registry name.
 
Methods inherited from class com.tivoli.pd.jutil.PDRgyName
clone, equals, getName, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PDRgyGroupName

public PDRgyGroupName(java.lang.String name)
Constructs a PDRgyGroupName with the specified registry name.
Parameters:
name - the registry group name.