us.openinternet.luge.transformer.LDAPobjectclass
Class GroupOfNames
java.lang.Object
|
+--us.openinternet.luge.transformer.LDAPobjectclass.Top
|
+--us.openinternet.luge.transformer.LDAPobjectclass.GroupOfNames
- All Implemented Interfaces:
- java.io.Serializable
- public class GroupOfNames
- extends Top
All classes in the LDAPobjectclasses package are utilized by the Transformers.
Unless you are using the Transformers directly, you will not need to use these
objects.
- See Also:
- Serialized Form
Constructor Summary |
GroupOfNames()
|
GroupOfNames(netscape.ldap.LDAPEntry entry)
|
GroupOfNames(java.lang.String defaultMember)
It is important to use this constructor, which adds the default member specified in
the luge.properties file. |
Methods inherited from class us.openinternet.luge.transformer.LDAPobjectclass.Top |
addObjectClass, getBase, getDn, getEntry, getIdentifyingAttribute, getLdapAttribute, getLdapAttributeValues, listAttributes, replaceLdapAttribute, setAllAttributes, setBase, setDn, setIdentifyingAttribute, setLdapAttribute, setLdapAttributeValues |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GroupOfNames
public GroupOfNames()
GroupOfNames
public GroupOfNames(java.lang.String defaultMember)
- It is important to use this constructor, which adds the default member specified in
the luge.properties file. This enables you to create an essentially empty group
because groupOfNames requires member.
GroupOfNames
public GroupOfNames(netscape.ldap.LDAPEntry entry)
getGroupName
public java.lang.String getGroupName()
setGroupName
public void setGroupName(java.lang.String grp)
getMembers
public java.lang.String[] getMembers()
setMembers
public void setMembers(java.lang.String[] a)
addMember
public void addMember(java.lang.String dn)
hasMember
public boolean hasMember(java.lang.String memberDN)