Interface TomcatPrincipal

    • Method Detail

      • getUserPrincipal

        Principal getUserPrincipal()
        Returns:
        The authenticated Principal to be exposed to applications.
      • getGssCredential

        GSSCredential getGssCredential()
        Returns:
        The user's delegated credentials.
      • logout

        void logout()
             throws Exception
        Calls logout, if necessary, on any associated JAASLoginContext and/or GSSContext. May in the future be extended to cover other logout requirements.
        Throws:
        Exception - If something goes wrong with the logout. Uses Exception to allow for future expansion of this method to cover other logout mechanisms that might throw a different exception to LoginContext