Class UserAuthentication

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

public class UserAuthentication extends AbstractUserAuthentication
Version:
$Rev: 4793 $ $Date: 2009-03-19 00:00:01 +0100 (Thu, 19 Mar 2009) $
See Also:
  • Constructor Details

    • UserAuthentication

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