public class LDAPGroup extends LDAPIdentityType implements org.picketlink.idm.model.Group
Group| Constructor and Description |
|---|
LDAPGroup(String groupDNSuffix) |
LDAPGroup(String name,
String groupDNSuffix) |
| Modifier and Type | Method and Description |
|---|---|
void |
addMember(LDAPGroup childGroup) |
String |
getName() |
org.picketlink.idm.model.Group |
getParentGroup() |
String |
getPath() |
void |
setName(String name) |
void |
setParentGroup(org.picketlink.idm.model.Group parent) |
void |
setPath(String groupPath) |
getCreatedDate, getDN, getExpirationDate, getPartition, isEnabled, setCreatedDate, setEnabled, setExpirationDate, setPartitiongetAttribute, getAttributes, getCustomAttributes, getId, removeAttribute, setAttribute, setCustomAttributes, setIdaddMember, getAttributeForBinding, getBidingName, getDN, getDnSuffix, getLDAPAttributes, isMember, removeMember, setDnSuffix, setLDAPAttributesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic LDAPGroup(String groupDNSuffix)
public void setName(String name)
public String getName()
getName in interface org.picketlink.idm.model.Grouppublic void setParentGroup(org.picketlink.idm.model.Group parent)
setParentGroup in interface org.picketlink.idm.model.Grouppublic org.picketlink.idm.model.Group getParentGroup()
getParentGroup in interface org.picketlink.idm.model.Grouppublic void addMember(LDAPGroup childGroup)
public String getPath()
getPath in interface org.picketlink.idm.model.Grouppublic void setPath(String groupPath)
Copyright © 2013. All Rights Reserved.