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

Packages that use IdentityService
org.eclipse.jetty.security   
org.eclipse.jetty.security.authentication   
 

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 MappedLoginService._identityService
           
 

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

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

Constructors in org.eclipse.jetty.security with parameters of type IdentityService
JDBCLoginService(java.lang.String name, IdentityService identityService, java.lang.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.
 



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