org.eclipse.jetty.security.authentication
类 FormAuthenticator.FormAuthentication
java.lang.Object
org.eclipse.jetty.security.UserAuthentication
org.eclipse.jetty.security.authentication.FormAuthenticator.FormAuthentication
- 所有已实现的接口:
- Authentication, Authentication.ResponseSent, Authentication.User
- 包容类:
- FormAuthenticator
public static class FormAuthenticator.FormAuthentication
- extends UserAuthentication
- implements Authentication.ResponseSent
This Authentication represents a just completed Form authentication.
Subsequent requests from the same user are authenticated by the presents
of a SessionAuthentication instance in their session.
FormAuthenticator.FormAuthentication
public FormAuthenticator.FormAuthentication(String method,
UserIdentity userIdentity)
toString
public String toString()
- 覆盖:
- 类
UserAuthentication 中的 toString
Copyright © 2013. All Rights Reserved.