Class GrouperSessionResult

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

public class GrouperSessionResult extends Object
result contains the session and if created
  • Constructor Details

    • GrouperSessionResult

      public GrouperSessionResult()
  • Method Details

    • 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