Class AbstractUserAuthentication

java.lang.Object
org.eclipse.jetty.security.AbstractUserAuthentication
All Implemented Interfaces:
Serializable, Authentication, Authentication.LogoutAuthentication, Authentication.User
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: