com.tivoli.pd.jutil
Class PDRgyGroupName

java.lang.Object
  extended by com.tivoli.pd.jutil.PDRgyName
      extended by 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.

Modes: Local,Remote


Constructor Summary
PDRgyGroupName(java.lang.String name)
          Constructs a PDRgyGroupName with the specified registry name.
 
Method Summary
 
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.