Interface SingleSignOnSession

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void close()
      Closes any resources associated with this single sign-on session.
      String getId()
      The identifier associated with this session.
      boolean logout()
      Performs a local logout if the incoming request is a logout message, otherwise do nothing.
    • Method Detail

      • getId

        String getId()
        The identifier associated with this session.
        Returns:
        identifier associated with this session
      • logout

        boolean logout()
        Performs a local logout if the incoming request is a logout message, otherwise do nothing.
        Returns:
        true if local session was invalidated. Otherwise, false
      • close

        void close()
        Closes any resources associated with this single sign-on session.
        Specified by:
        close in interface AutoCloseable