接口 org.eclipse.jetty.security.Authenticator
的使用

使用 Authenticator 的软件包
org.eclipse.jetty.security   
org.eclipse.jetty.security.authentication   
org.eclipse.jetty.security.jaspi   
 

org.eclipse.jetty.securityAuthenticator 的使用
 

返回 Authenticatororg.eclipse.jetty.security 中的方法
 Authenticator SecurityHandler.getAuthenticator()
           
 Authenticator DefaultAuthenticatorFactory.getAuthenticator(Server server, ServletContext context, Authenticator.AuthConfiguration configuration, IdentityService identityService, LoginService loginService)
           
 Authenticator Authenticator.Factory.getAuthenticator(Server server, ServletContext context, Authenticator.AuthConfiguration configuration, IdentityService identityService, LoginService loginService)
           
 

参数类型为 Authenticatororg.eclipse.jetty.security 中的方法
 void SecurityHandler.setAuthenticator(Authenticator authenticator)
          Set the authenticator.
 

org.eclipse.jetty.security.authenticationAuthenticator 的使用
 

实现 Authenticatororg.eclipse.jetty.security.authentication 中的类
 class BasicAuthenticator
           
 class ClientCertAuthenticator
           
 class DigestAuthenticator
           
 class FormAuthenticator
          FORM Authenticator.
 class LoginAuthenticator
           
 class SpnegoAuthenticator
           
 

org.eclipse.jetty.security.jaspiAuthenticator 的使用
 

实现 Authenticatororg.eclipse.jetty.security.jaspi 中的类
 class JaspiAuthenticator
           
 

返回 Authenticatororg.eclipse.jetty.security.jaspi 中的方法
 Authenticator JaspiAuthenticatorFactory.getAuthenticator(Server server, ServletContext context, Authenticator.AuthConfiguration configuration, IdentityService identityService, LoginService loginService)
           
 



Copyright © 2013. All Rights Reserved.