Uses of Interface
org.eclipse.jetty.security.IdentityService
Packages that use IdentityService
Package
Description
Jetty Jaas : Support for Jaas
Jetty Security : Modular Support for Security in Jetty
Jetty Security : Authenticators and Callbacks
Jetty Server : Modular Servlet Integration
-
Uses of IdentityService in org.eclipse.jetty.jaas
Fields in org.eclipse.jetty.jaas declared as IdentityServiceMethods in org.eclipse.jetty.jaas that return IdentityServiceMethods in org.eclipse.jetty.jaas with parameters of type IdentityServiceModifier and TypeMethodDescriptionvoid
JAASLoginService.setIdentityService
(IdentityService identityService) Set the identityService. -
Uses of IdentityService in org.eclipse.jetty.security
Classes in org.eclipse.jetty.security that implement IdentityServiceModifier and TypeClassDescriptionclass
Default Identity Service implementation.Fields in org.eclipse.jetty.security declared as IdentityServiceModifier and TypeFieldDescriptionprotected IdentityService
AbstractLoginService._identityService
private IdentityService
ConfigurableSpnegoLoginService._identityService
private IdentityService
SecurityHandler._identityService
protected IdentityService
SpnegoLoginService._identityService
Deprecated.private IdentityService
UserStore._identityService
Methods in org.eclipse.jetty.security that return IdentityServiceModifier and TypeMethodDescriptionprotected IdentityService
SecurityHandler.findIdentityService()
AbstractLoginService.getIdentityService()
Authenticator.AuthConfiguration.getIdentityService()
ConfigurableSpnegoLoginService.getIdentityService()
LoginService.getIdentityService()
Get the IdentityService associated with this Login Service.SecurityHandler.getIdentityService()
Get the identityService.SpnegoLoginService.getIdentityService()
Deprecated.UserStore.getIdentityService()
Methods in org.eclipse.jetty.security with parameters of type IdentityServiceModifier and TypeMethodDescriptionAuthenticator.Factory.getAuthenticator
(Server server, javax.servlet.ServletContext context, Authenticator.AuthConfiguration configuration, IdentityService identityService, LoginService loginService) DefaultAuthenticatorFactory.getAuthenticator
(Server server, javax.servlet.ServletContext context, Authenticator.AuthConfiguration configuration, IdentityService identityService, LoginService loginService) void
AbstractLoginService.setIdentityService
(IdentityService identityService) Set the identityService.void
ConfigurableSpnegoLoginService.setIdentityService
(IdentityService identityService) void
LoginService.setIdentityService
(IdentityService service) Set the IdentityService associated with this Login Service.void
SecurityHandler.setIdentityService
(IdentityService identityService) Set the identityService.void
SpnegoLoginService.setIdentityService
(IdentityService service) Deprecated.Constructors in org.eclipse.jetty.security with parameters of type IdentityServiceModifierConstructorDescriptionJDBCLoginService
(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 -
Uses of IdentityService in org.eclipse.jetty.servlet
Fields in org.eclipse.jetty.servlet declared as IdentityServiceModifier and TypeFieldDescriptionprivate IdentityService
ServletHandler._identityService
(package private) final IdentityService
ServletHolder.RunAs._identityService
Methods in org.eclipse.jetty.servlet that return IdentityServiceConstructors in org.eclipse.jetty.servlet with parameters of type IdentityServiceModifierConstructorDescriptionRunAs
(javax.servlet.Servlet servlet, IdentityService identityService, RunAsToken runAsToken)