Uses of Interface
org.eclipse.jetty.security.IdentityService
Packages that use IdentityService
Package
Description
Jetty Jaspi : Java Authentication SPI
Jetty Server : Modular Servlet Integration
Jetty Plus : Limited JEE Security Support
Jetty Security : Modular Support for Security in Jetty
Jetty Security : Authenticators and Callbacks
Jetty Jaas : Support for Jaas
-
Uses of IdentityService in org.eclipse.jetty.ee10.security.jaspi
Constructors in org.eclipse.jetty.ee10.security.jaspi with parameters of type IdentityServiceModifierConstructorDescriptionJaspiAuthenticator
(jakarta.security.auth.message.config.ServerAuthConfig authConfig, Map authProperties, ServletCallbackHandler callbackHandler, Subject serviceSubject, boolean allowLazyAuthentication, IdentityService identityService) Deprecated. -
Uses of IdentityService in org.eclipse.jetty.ee10.servlet
Methods in org.eclipse.jetty.ee10.servlet that return IdentityService -
Uses of IdentityService in org.eclipse.jetty.plus.security
Constructors in org.eclipse.jetty.plus.security with parameters of type IdentityServiceModifierConstructorDescriptionDataSourceLoginService
(String name, IdentityService identityService) -
Uses of IdentityService in org.eclipse.jetty.security
Classes in org.eclipse.jetty.security that implement IdentityServiceModifier and TypeClassDescriptionclass
The defaultIdentityService
, which creates and usesDefaultUserIdentity
s.Fields in org.eclipse.jetty.security declared as IdentityServiceMethods in org.eclipse.jetty.security that return IdentityServiceModifier and TypeMethodDescriptionprotected IdentityService
SecurityHandler.findIdentityService()
AbstractLoginService.getIdentityService()
Authenticator.Configuration.getIdentityService()
Authenticator.Configuration.Wrapper.getIdentityService()
EmptyLoginService.getIdentityService()
LoginService.getIdentityService()
Get the IdentityService associated with this Login Service.SecurityHandler.getIdentityService()
Get the identityService.SPNEGOLoginService.getIdentityService()
Methods in org.eclipse.jetty.security with parameters of type IdentityServiceModifier and TypeMethodDescriptionvoid
AbstractLoginService.setIdentityService
(IdentityService identityService) Set the identityService.void
EmptyLoginService.setIdentityService
(IdentityService service) 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 identityService) 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.security.jaas
Fields in org.eclipse.jetty.security.jaas declared as IdentityServiceMethods in org.eclipse.jetty.security.jaas that return IdentityServiceMethods in org.eclipse.jetty.security.jaas with parameters of type IdentityServiceModifier and TypeMethodDescriptionvoid
JAASLoginService.setIdentityService
(IdentityService identityService) Set the identityService. -
Uses of IdentityService in org.eclipse.jetty.security.openid
Methods in org.eclipse.jetty.security.openid that return IdentityServiceMethods in org.eclipse.jetty.security.openid with parameters of type IdentityServiceModifier and TypeMethodDescriptionvoid
OpenIdLoginService.setIdentityService
(IdentityService service)