Class SessionContext

    • Field Detail

      • session

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

      • SessionContext

        public SessionContext()
        Constructor.
    • Method Detail

      • 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