Class AbstractUserAuthentication

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

public abstract class AbstractUserAuthentication extends Object implements Authentication.User, Serializable
AbstractUserAuthentication Base class for representing an authenticated user.
See Also: