Class SessionContext

java.lang.Object
org.opensaml.messaging.context.BaseContext
net.shibboleth.idp.session.context.SessionContext
All Implemented Interfaces:
Iterable<BaseContext>

public final class SessionContext extends BaseContext
A BaseContext that holds an IdPSession.
  • Field Details

    • session

      private IdPSession session
      IdP session wrapped by this adapter.
  • Constructor Details

    • SessionContext

      public SessionContext()
      Constructor.
  • Method Details

    • getIdPSession

      @Nullable public IdPSession getIdPSession()
      Get the IdP session.
      Returns:
      the IdP session
    • setIdPSession

      public void setIdPSession(@Nullable IdPSession theSession)
      Set the IdP session.
      Parameters:
      theSession - the IdP session