Uses of Interface
org.eclipse.jetty.security.IdentityService
Packages that use IdentityService
Package
Description
Jetty Security : Modular Support for Security in Jetty
Jetty Security : Authenticators and Callbacks
-
Uses of IdentityService in org.eclipse.jetty.security
Classes in org.eclipse.jetty.security that implement IdentityServiceModifier and TypeClassDescriptionclassDefault Identity Service implementation.Fields in org.eclipse.jetty.security declared as IdentityServiceMethods in org.eclipse.jetty.security that return IdentityServiceModifier and TypeMethodDescriptionprotected IdentityServiceSecurityHandler.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()Methods in org.eclipse.jetty.security with parameters of type IdentityServiceModifier and TypeMethodDescriptionAuthenticator.Factory.getAuthenticator(org.eclipse.jetty.server.Server server, jakarta.servlet.ServletContext context, Authenticator.AuthConfiguration configuration, IdentityService identityService, LoginService loginService) DefaultAuthenticatorFactory.getAuthenticator(org.eclipse.jetty.server.Server server, jakarta.servlet.ServletContext context, Authenticator.AuthConfiguration configuration, IdentityService identityService, LoginService loginService) voidAbstractLoginService.setIdentityService(IdentityService identityService) Set the identityService.voidConfigurableSpnegoLoginService.setIdentityService(IdentityService identityService) voidEmptyLoginService.setIdentityService(IdentityService service) voidLoginService.setIdentityService(IdentityService service) Set the IdentityService associated with this Login Service.voidSecurityHandler.setIdentityService(IdentityService identityService) Set the 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