接口 org.eclipse.jetty.server.Authentication.User
的使用

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

org.eclipse.jetty.securityAuthentication.User 的使用
 

实现 Authentication.Userorg.eclipse.jetty.security 中的类
 class UserAuthentication
           
 

参数类型为 Authentication.Userorg.eclipse.jetty.security 中的方法
 void SecurityHandler.logout(Authentication.User user)
           
 boolean Authenticator.secureResponse(ServletRequest request, ServletResponse response, boolean mandatory, Authentication.User validatedUser)
           
 

org.eclipse.jetty.security.authenticationAuthentication.User 的使用
 

实现 Authentication.Userorg.eclipse.jetty.security.authentication 中的类
static class FormAuthenticator.FormAuthentication
          This Authentication represents a just completed Form authentication.
 class SessionAuthentication
           
 

参数类型为 Authentication.Userorg.eclipse.jetty.security.authentication 中的方法
 boolean SpnegoAuthenticator.secureResponse(ServletRequest request, ServletResponse response, boolean mandatory, Authentication.User validatedUser)
           
 boolean FormAuthenticator.secureResponse(ServletRequest req, ServletResponse res, boolean mandatory, Authentication.User validatedUser)
           
 boolean DigestAuthenticator.secureResponse(ServletRequest req, ServletResponse res, boolean mandatory, Authentication.User validatedUser)
           
 boolean ClientCertAuthenticator.secureResponse(ServletRequest req, ServletResponse res, boolean mandatory, Authentication.User validatedUser)
           
 boolean BasicAuthenticator.secureResponse(ServletRequest req, ServletResponse res, boolean mandatory, Authentication.User validatedUser)
           
 

org.eclipse.jetty.security.jaspiAuthentication.User 的使用
 

参数类型为 Authentication.Userorg.eclipse.jetty.security.jaspi 中的方法
 boolean JaspiAuthenticator.secureResponse(ServletRequest req, ServletResponse res, boolean mandatory, Authentication.User validatedUser)
           
 



Copyright © 2013. All Rights Reserved.