Uses of Class
org.jasig.portal.groups.ldap.LDAPGroupStore.GroupShadow

Packages that use LDAPGroupStore.GroupShadow
org.jasig.portal.groups.ldap   
 

Uses of LDAPGroupStore.GroupShadow in org.jasig.portal.groups.ldap
 

Fields in org.jasig.portal.groups.ldap declared as LDAPGroupStore.GroupShadow
protected  LDAPGroupStore.GroupShadow[] LDAPGroupStore.GroupShadow.subgroups
           
 

Methods in org.jasig.portal.groups.ldap that return LDAPGroupStore.GroupShadow
protected  LDAPGroupStore.GroupShadow[] LDAPGroupStore.getGroupShadows()
           
protected  LDAPGroupStore.GroupShadow LDAPGroupStore.getShadow(IEntityGroup group)
           
protected  LDAPGroupStore.GroupShadow LDAPGroupStore.processXmlGroupRecursive(org.w3c.dom.Element groupElem)
           
 

Methods in org.jasig.portal.groups.ldap with parameters of type LDAPGroupStore.GroupShadow
protected  IEntityGroup LDAPGroupStore.makeGroup(LDAPGroupStore.GroupShadow shadow)