Class AbstractUserAuthentication

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

@Deprecated(since="2021-05-27") public abstract class AbstractUserAuthentication extends Object implements Authentication.User, Serializable
Deprecated.
The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
AbstractUserAuthentication Base class for representing an authenticated user.
See Also: