edu.internet2.middleware.grouper.hooks.beans
Class HooksGrouperSessionBean
java.lang.Object
edu.internet2.middleware.grouper.hooks.beans.HooksBean
edu.internet2.middleware.grouper.hooks.beans.HooksGrouperSessionBean
- All Implemented Interfaces:
- GrouperCloneable
public class HooksGrouperSessionBean
- extends HooksBean
bean to hold objects for grouper session low level hooks
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FIELD_GROUPER_SESSION
public static final java.lang.String FIELD_GROUPER_SESSION
- constant for field name for: grouperSession
- See Also:
- Constant Field Values
HooksGrouperSessionBean
public HooksGrouperSessionBean()
HooksGrouperSessionBean
public HooksGrouperSessionBean(GrouperSession theGrouperSession)
- Parameters:
theGrouperSession
-
getGrouperSession
public GrouperSession getGrouperSession()
- object being inserted
- Returns:
- the Group
clone
public HooksGrouperSessionBean clone()
- deep clone the fields in this object
- Specified by:
clone
in interface GrouperCloneable
- Specified by:
clone
in class HooksBean
- Returns:
- the clone of the object
- See Also:
Object.clone()