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

java.lang.Object
  extended by org.jasig.portal.groups.ldap.LDAPGroupStore.GroupShadow
Enclosing class:
LDAPGroupStore

protected class LDAPGroupStore.GroupShadow
extends java.lang.Object


Field Summary
protected  java.lang.String description
           
protected  LDAPGroupStore.EntitySet entities
           
protected  java.lang.String key
           
protected  java.lang.String name
           
protected  LDAPGroupStore.GroupShadow[] subgroups
           
 
Constructor Summary
protected LDAPGroupStore.GroupShadow()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

protected java.lang.String key

name

protected java.lang.String name

description

protected java.lang.String description

subgroups

protected LDAPGroupStore.GroupShadow[] subgroups

entities

protected LDAPGroupStore.EntitySet entities
Constructor Detail

LDAPGroupStore.GroupShadow

protected LDAPGroupStore.GroupShadow()