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

使用 IdentityService 的软件包
org.eclipse.jetty.plus.jaas   
org.eclipse.jetty.plus.security   
org.eclipse.jetty.security   
org.eclipse.jetty.security.authentication   
org.eclipse.jetty.security.jaspi   
 

org.eclipse.jetty.plus.jaasIdentityService 的使用
 

声明为 IdentityServiceorg.eclipse.jetty.plus.jaas 中的字段
protected  IdentityService JAASLoginService._identityService
           
 

返回 IdentityServiceorg.eclipse.jetty.plus.jaas 中的方法
 IdentityService JAASLoginService.getIdentityService()
          Get the identityService.
 

参数类型为 IdentityServiceorg.eclipse.jetty.plus.jaas 中的方法
 void JAASLoginService.setIdentityService(IdentityService identityService)
          Set the identityService.
 

org.eclipse.jetty.plus.securityIdentityService 的使用
 

参数类型为 IdentityServiceorg.eclipse.jetty.plus.security 中的构造方法
DataSourceLoginService(String name, IdentityService identityService)
           
 

org.eclipse.jetty.securityIdentityService 的使用
 

实现 IdentityServiceorg.eclipse.jetty.security 中的类
 class DefaultIdentityService
          Default Identity Service implementation.
 

声明为 IdentityServiceorg.eclipse.jetty.security 中的字段
protected  IdentityService SpnegoLoginService._identityService
           
protected  IdentityService MappedLoginService._identityService
           
 

返回 IdentityServiceorg.eclipse.jetty.security 中的方法
protected  IdentityService SecurityHandler.findIdentityService()
           
 IdentityService SpnegoLoginService.getIdentityService()
           
 IdentityService SecurityHandler.getIdentityService()
          Get the identityService.
 IdentityService MappedLoginService.getIdentityService()
          Get the identityService.
 IdentityService LoginService.getIdentityService()
          Get the IdentityService associated with this Login Service.
 IdentityService Authenticator.AuthConfiguration.getIdentityService()
           
 

参数类型为 IdentityServiceorg.eclipse.jetty.security 中的方法
 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)
           
 void SpnegoLoginService.setIdentityService(IdentityService service)
           
 void SecurityHandler.setIdentityService(IdentityService identityService)
          Set the identityService.
 void MappedLoginService.setIdentityService(IdentityService identityService)
          Set the identityService.
 void LoginService.setIdentityService(IdentityService service)
          Set the IdentityService associated with this Login Service.
 

参数类型为 IdentityServiceorg.eclipse.jetty.security 中的构造方法
JDBCLoginService(String name, IdentityService identityService, String config)
           
 

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

声明为 IdentityServiceorg.eclipse.jetty.security.authentication 中的字段
protected  IdentityService LoginAuthenticator._identityService
           
 

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

参数类型为 IdentityServiceorg.eclipse.jetty.security.jaspi 中的方法
 Authenticator JaspiAuthenticatorFactory.getAuthenticator(Server server, ServletContext context, Authenticator.AuthConfiguration configuration, IdentityService identityService, LoginService loginService)
           
 

参数类型为 IdentityServiceorg.eclipse.jetty.security.jaspi 中的构造方法
JaspiAuthenticator(ServerAuthConfig authConfig, Map authProperties, ServletCallbackHandler callbackHandler, Subject serviceSubject, boolean allowLazyAuthentication, IdentityService identityService)
           
 



Copyright © 2013. All Rights Reserved.