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.


嵌套类摘要
 
从接口 org.eclipse.jetty.server.Authentication 继承的嵌套类/接口
Authentication.Challenge, Authentication.Deferred, Authentication.Failure, Authentication.ResponseSent, Authentication.SendSuccess, Authentication.User, Authentication.Wrapped
 
字段摘要
 
从接口 org.eclipse.jetty.server.Authentication 继承的字段
NOT_CHECKED, SEND_CONTINUE, SEND_FAILURE, SEND_SUCCESS, UNAUTHENTICATED
 
构造方法摘要
FormAuthenticator.FormAuthentication(String method, UserIdentity userIdentity)
           
 
方法摘要
 String toString()
           
 
从类 org.eclipse.jetty.security.UserAuthentication 继承的方法
getAuthMethod, getUserIdentity, isUserInRole, logout
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

FormAuthenticator.FormAuthentication

public FormAuthenticator.FormAuthentication(String method,
                                            UserIdentity userIdentity)
方法详细信息

toString

public String toString()
覆盖:
UserAuthentication 中的 toString


Copyright © 2013. All Rights Reserved.