Class UserAuthentication

java.lang.Object
org.eclipse.jetty.security.AbstractUserAuthentication
org.eclipse.jetty.security.UserAuthentication
All Implemented Interfaces:
Serializable, Authentication, Authentication.LogoutAuthentication, Authentication.User

@Deprecated(since="2021-05-27") public class UserAuthentication extends AbstractUserAuthentication
Deprecated.
The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
See Also:
  • Constructor Details

    • UserAuthentication

      public UserAuthentication(String method, UserIdentity userIdentity)
      Deprecated.
  • Method Details