edu.internet2.middleware.grouper.session
Class GrouperSessionResult

java.lang.Object
  extended by edu.internet2.middleware.grouper.session.GrouperSessionResult

public class GrouperSessionResult
extends Object

result contains the session and if created


Constructor Summary
GrouperSessionResult()
           
 
Method Summary
 GrouperSession getGrouperSession()
          grouper session
 boolean isCreated()
           
 void setCreated(boolean created)
           
 void setGrouperSession(GrouperSession grouperSession)
          grouper session
 void stopQuietlyIfCreated()
          if this was just created, close it, otherwise, let the calling creator close it
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GrouperSessionResult

public GrouperSessionResult()
Method Detail

isCreated

public boolean isCreated()
Returns:
the created

setCreated

public void setCreated(boolean created)
Parameters:
created - the created to set

getGrouperSession

public GrouperSession getGrouperSession()
grouper session

Returns:
the grouperSession

setGrouperSession

public void setGrouperSession(GrouperSession grouperSession)
grouper session

Parameters:
grouperSession - the grouperSession to set

stopQuietlyIfCreated

public void stopQuietlyIfCreated()
if this was just created, close it, otherwise, let the calling creator close it