Uses of Interface
org.eclipse.jetty.security.IdentityService
Package
Description
Jetty Jaas : Support for Jaas
Jetty Plus : Limited JEE Security Support
Jetty Security : Modular Support for Security in Jetty
Jetty Security : Authenticators and Callbacks
Jetty Jaspi : Java Authentication SPI
Jetty Server : Modular Servlet Integration
-
Uses of IdentityService in org.eclipse.jetty.jaas
Modifier and TypeMethodDescriptionvoid
JAASLoginService.setIdentityService
(IdentityService identityService) Set the identityService. -
Uses of IdentityService in org.eclipse.jetty.plus.security
ModifierConstructorDescriptionDataSourceLoginService
(String name, IdentityService identityService) -
Uses of IdentityService in org.eclipse.jetty.security
Modifier and TypeClassDescriptionclass
Default Identity Service implementation.Modifier and TypeMethodDescriptionprotected IdentityService
SecurityHandler.findIdentityService()
AbstractLoginService.getIdentityService()
Authenticator.AuthConfiguration.getIdentityService()
ConfigurableSpnegoLoginService.getIdentityService()
EmptyLoginService.getIdentityService()
LoginService.getIdentityService()
Get the IdentityService associated with this Login Service.SecurityHandler.getIdentityService()
Get the identityService.WrappedAuthConfiguration.getIdentityService()
Modifier and TypeMethodDescriptionAuthenticator.Factory.getAuthenticator
(Server server, jakarta.servlet.ServletContext context, Authenticator.AuthConfiguration configuration, IdentityService identityService, LoginService loginService) DefaultAuthenticatorFactory.getAuthenticator
(Server server, jakarta.servlet.ServletContext context, Authenticator.AuthConfiguration configuration, IdentityService identityService, LoginService loginService) void
AbstractLoginService.setIdentityService
(IdentityService identityService) Set the identityService.void
ConfigurableSpnegoLoginService.setIdentityService
(IdentityService 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.ModifierConstructorDescriptionJDBCLoginService
(String name, IdentityService identityService, String config) -
Uses of IdentityService in org.eclipse.jetty.security.authentication
-
Uses of IdentityService in org.eclipse.jetty.security.jaspi
Modifier and TypeMethodDescriptionJaspiAuthenticatorFactory.getAuthenticator
(Server server, jakarta.servlet.ServletContext context, Authenticator.AuthConfiguration configuration, IdentityService identityService, LoginService loginService) ModifierConstructorDescriptionJaspiAuthenticator
(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.security.openid
Modifier and TypeMethodDescriptionOpenIdAuthenticatorFactory.getAuthenticator
(Server server, jakarta.servlet.ServletContext context, Authenticator.AuthConfiguration configuration, IdentityService identityService, LoginService loginService) void
OpenIdLoginService.setIdentityService
(IdentityService service) -
Uses of IdentityService in org.eclipse.jetty.servlet