org.eclipse.jetty.security.authentication
类 LoginAuthenticator

java.lang.Object
  继承者 org.eclipse.jetty.security.authentication.LoginAuthenticator
所有已实现的接口:
Authenticator
直接已知子类:
BasicAuthenticator, ClientCertAuthenticator, DigestAuthenticator, FormAuthenticator, JaspiAuthenticator, SpnegoAuthenticator

public abstract class LoginAuthenticator
extends Object
implements Authenticator


嵌套类摘要
 
从接口 org.eclipse.jetty.security.Authenticator 继承的嵌套类/接口
Authenticator.AuthConfiguration, Authenticator.Factory
 
字段摘要
protected  IdentityService _identityService
           
protected  LoginService _loginService
           
 
构造方法摘要
protected LoginAuthenticator()
           
 
方法摘要
 LoginService getLoginService()
           
 UserIdentity login(String username, Object password, ServletRequest request)
           
protected  HttpSession renewSession(HttpServletRequest request, HttpServletResponse response)
          Change the session id.
 void setConfiguration(Authenticator.AuthConfiguration configuration)
          Configure the Authenticator
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
从接口 org.eclipse.jetty.security.Authenticator 继承的方法
getAuthMethod, secureResponse, validateRequest
 

字段详细信息

_loginService

protected LoginService _loginService

_identityService

protected IdentityService _identityService
构造方法详细信息

LoginAuthenticator

protected LoginAuthenticator()
方法详细信息

login

public UserIdentity login(String username,
                          Object password,
                          ServletRequest request)

setConfiguration

public void setConfiguration(Authenticator.AuthConfiguration configuration)
从接口 Authenticator 复制的描述
Configure the Authenticator

指定者:
接口 Authenticator 中的 setConfiguration

getLoginService

public LoginService getLoginService()

renewSession

protected HttpSession renewSession(HttpServletRequest request,
                                   HttpServletResponse response)
Change the session id. The session is changed to a new instance with a new ID if and only if:

参数:
request -
response -
返回:
The new session.


Copyright © 2013. All Rights Reserved.