Uses of Interface
org.eclipse.jetty.security.IdentityService

Packages that use 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   
 

Uses of IdentityService in org.eclipse.jetty.plus.jaas
 

Fields in org.eclipse.jetty.plus.jaas declared as IdentityService
protected  IdentityService JAASLoginService._identityService
           
 

Methods in org.eclipse.jetty.plus.jaas that return IdentityService
 IdentityService JAASLoginService.getIdentityService()
          Get the identityService.
 

Methods in org.eclipse.jetty.plus.jaas with parameters of type IdentityService
 void JAASLoginService.setIdentityService(IdentityService identityService)
          Set the identityService.
 

Uses of IdentityService in org.eclipse.jetty.plus.security
 

Constructors in org.eclipse.jetty.plus.security with parameters of type IdentityService
DataSourceLoginService(String name, IdentityService identityService)
           
 

Uses of IdentityService in org.eclipse.jetty.security
 

Classes in org.eclipse.jetty.security that implement IdentityService
 class DefaultIdentityService
          Default Identity Service implementation.
 

Fields in org.eclipse.jetty.security declared as IdentityService
protected  IdentityService SpnegoLoginService._identityService
           
protected  IdentityService MappedLoginService._identityService
           
 

Methods in org.eclipse.jetty.security that return IdentityService
protected  IdentityService SecurityHandler.findIdentityService()
           
 IdentityService SpnegoLoginService.getIdentityService()
           
 IdentityService Authenticator.AuthConfiguration.getIdentityService()
           
 IdentityService MappedLoginService.getIdentityService()
          Get the identityService.
 IdentityService SecurityHandler.getIdentityService()
          Get the identityService.
 IdentityService LoginService.getIdentityService()
          Get the IdentityService associated with this Login Service.
 

Methods in org.eclipse.jetty.security with parameters of type IdentityService
 Authenticator Authenticator.Factory.getAuthenticator(Server server, ServletContext context, Authenticator.AuthConfiguration configuration, IdentityService identityService, LoginService loginService)
           
 Authenticator DefaultAuthenticatorFactory.getAuthenticator(Server server, ServletContext context, Authenticator.AuthConfiguration configuration, IdentityService identityService, LoginService loginService)
           
 void SpnegoLoginService.setIdentityService(IdentityService service)
           
 void MappedLoginService.setIdentityService(IdentityService identityService)
          Set the identityService.
 void SecurityHandler.setIdentityService(IdentityService identityService)
          Set the identityService.
 void LoginService.setIdentityService(IdentityService service)
          Set the IdentityService associated with this Login Service.
 

Constructors in org.eclipse.jetty.security with parameters of type IdentityService
JDBCLoginService(String name, IdentityService identityService, String config)
           
 

Uses of IdentityService in org.eclipse.jetty.security.authentication
 

Fields in org.eclipse.jetty.security.authentication declared as IdentityService
protected  IdentityService LoginAuthenticator._identityService
           
 

Methods in org.eclipse.jetty.security.authentication that return IdentityService
 IdentityService DeferredAuthentication.getIdentityService()
          Get the identityService.
 

Methods in org.eclipse.jetty.security.authentication with parameters of type IdentityService
 void DeferredAuthentication.setIdentityService(IdentityService identityService)
          Set the identityService.
 

Uses of IdentityService in org.eclipse.jetty.security.jaspi
 

Methods in org.eclipse.jetty.security.jaspi with parameters of type IdentityService
 Authenticator JaspiAuthenticatorFactory.getAuthenticator(Server server, ServletContext context, Authenticator.AuthConfiguration configuration, IdentityService identityService, LoginService loginService)
           
 

Constructors in org.eclipse.jetty.security.jaspi with parameters of type IdentityService
JaspiAuthenticator(javax.security.auth.message.config.ServerAuthConfig authConfig, Map authProperties, ServletCallbackHandler callbackHandler, Subject serviceSubject, boolean allowLazyAuthentication, IdentityService identityService)
           
 



Copyright © 1995-2011 Mort Bay Consulting. All Rights Reserved.