Interface Authentication.LogoutAuthentication

All Superinterfaces:
Authentication
All Known Subinterfaces:
Authentication.Deferred, Authentication.User
All Known Implementing Classes:
AbstractUserAuthentication, UserAuthentication
Enclosing interface:
Authentication

@Deprecated(since="2021-05-27") public static interface Authentication.LogoutAuthentication extends Authentication
Deprecated.
The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
An authentication that is capable of performing a programmatic logout operation.
  • Method Details

    • logout

      Authentication logout(ServletRequest request)
      Deprecated.
      Remove any user information that may be present in the request such that a call to getUserPrincipal/getRemoteUser will return null.
      Parameters:
      request - the request
      Returns:
      NoAuthentication if we successfully logged out