Uses of Interface
org.eclipse.jetty.security.LoginService
Packages that use LoginService
Package
Description
Jetty Jaspi : Java Authentication SPI
Jetty Security : Modular Support for Security in Jetty
Jetty Security : Authenticators and Callbacks
Jetty Jaspi : Java Authentication SPI
Jetty Security : Modular Support for Security in Jetty
Jetty Security : Authenticators and Callbacks
Jetty Jaspi : Java Authentication SPI
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 LoginService in org.eclipse.jetty.ee10.security.jaspiConstructors in org.eclipse.jetty.ee10.security.jaspi with parameters of type LoginService
- 
Uses of LoginService in org.eclipse.jetty.ee8.securityMethods in org.eclipse.jetty.ee8.security that return LoginServiceModifier and TypeMethodDescriptionprotected LoginServiceSecurityHandler.findLoginService()Authenticator.AuthConfiguration.getLoginService()DefaultAuthenticatorFactory.getLoginService()Get the loginService.SecurityHandler.getLoginService()Get the loginService.WrappedAuthConfiguration.getLoginService()Methods in org.eclipse.jetty.ee8.security with parameters of type LoginServiceModifier 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) voidDefaultAuthenticatorFactory.setLoginService(LoginService loginService) Set the loginService to set.voidSecurityHandler.setLoginService(LoginService loginService) Set the loginService.
- 
Uses of LoginService in org.eclipse.jetty.ee8.security.authenticationFields in org.eclipse.jetty.ee8.security.authentication declared as LoginServiceMethods in org.eclipse.jetty.ee8.security.authentication that return LoginService
- 
Uses of LoginService in org.eclipse.jetty.ee8.security.jaspiMethods in org.eclipse.jetty.ee8.security.jaspi with parameters of type LoginServiceModifier and TypeMethodDescriptionJaspiAuthenticatorFactory.getAuthenticator(Server server, javax.servlet.ServletContext context, Authenticator.AuthConfiguration configuration, IdentityService identityService, LoginService loginService) Constructors in org.eclipse.jetty.ee8.security.jaspi with parameters of type LoginService
- 
Uses of LoginService in org.eclipse.jetty.ee8.security.openidMethods in org.eclipse.jetty.ee8.security.openid that return LoginServiceMethods in org.eclipse.jetty.ee8.security.openid with parameters of type LoginServiceModifier and TypeMethodDescriptionOpenIdAuthenticatorFactory.getAuthenticator(Server server, javax.servlet.ServletContext context, Authenticator.AuthConfiguration configuration, IdentityService identityService, LoginService loginService) 
- 
Uses of LoginService in org.eclipse.jetty.ee9.securityMethods in org.eclipse.jetty.ee9.security that return LoginServiceModifier and TypeMethodDescriptionprotected LoginServiceSecurityHandler.findLoginService()Authenticator.AuthConfiguration.getLoginService()DefaultAuthenticatorFactory.getLoginService()Get the loginService.SecurityHandler.getLoginService()Get the loginService.WrappedAuthConfiguration.getLoginService()Methods in org.eclipse.jetty.ee9.security with parameters of type LoginServiceModifier 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) voidDefaultAuthenticatorFactory.setLoginService(LoginService loginService) Set the loginService to set.voidSecurityHandler.setLoginService(LoginService loginService) Set the loginService.
- 
Uses of LoginService in org.eclipse.jetty.ee9.security.authenticationFields in org.eclipse.jetty.ee9.security.authentication declared as LoginServiceMethods in org.eclipse.jetty.ee9.security.authentication that return LoginService
- 
Uses of LoginService in org.eclipse.jetty.ee9.security.jaspiMethods in org.eclipse.jetty.ee9.security.jaspi with parameters of type LoginServiceModifier and TypeMethodDescriptionJaspiAuthenticatorFactory.getAuthenticator(Server server, jakarta.servlet.ServletContext context, Authenticator.AuthConfiguration configuration, IdentityService identityService, LoginService loginService) Constructors in org.eclipse.jetty.ee9.security.jaspi with parameters of type LoginService
- 
Uses of LoginService in org.eclipse.jetty.ee9.security.openidMethods in org.eclipse.jetty.ee9.security.openid that return LoginServiceMethods in org.eclipse.jetty.ee9.security.openid with parameters of type LoginServiceModifier and TypeMethodDescriptionOpenIdAuthenticatorFactory.getAuthenticator(Server server, jakarta.servlet.ServletContext context, Authenticator.AuthConfiguration configuration, IdentityService identityService, LoginService loginService) 
- 
Uses of LoginService in org.eclipse.jetty.plus.securityClasses in org.eclipse.jetty.plus.security that implement LoginService
- 
Uses of LoginService in org.eclipse.jetty.securityClasses in org.eclipse.jetty.security that implement LoginServiceModifier and TypeClassDescriptionclassAbstractLoginService Base class for LoginServices that allows subclasses to provide the user authentication and authorization information, but provides common behaviour such as handling authentication.classLoginService implementation which always denies any attempt to login.classAn implementation of a LoginService that stores users and roles in-memory in HashMaps.classJDBC as a source of user authentication and authorization information.classA configurable (as opposed to using system properties) SPNEGO LoginService.Methods in org.eclipse.jetty.security that return LoginServiceModifier and TypeMethodDescriptionprotected LoginServiceSecurityHandler.findLoginService()Find an appropriateLoginServicefrom the list returned byContainer.getBeans(Class)called on the result ofHandler.Abstract.getServer().Authenticator.Configuration.getLoginService()Authenticator.Configuration.Wrapper.getLoginService()SecurityHandler.getLoginService()Get the loginService.Methods in org.eclipse.jetty.security with parameters of type LoginServiceModifier and TypeMethodDescriptionvoidSecurityHandler.setLoginService(LoginService loginService) Set the loginService.Constructors in org.eclipse.jetty.security with parameters of type LoginService
- 
Uses of LoginService in org.eclipse.jetty.security.authenticationFields in org.eclipse.jetty.security.authentication declared as LoginServiceMethods in org.eclipse.jetty.security.authentication that return LoginService
- 
Uses of LoginService in org.eclipse.jetty.security.jaasClasses in org.eclipse.jetty.security.jaas that implement LoginServiceModifier and TypeClassDescriptionclassImplementation of jetty's LoginService that works with JAAS for authorization and authentication.
- 
Uses of LoginService in org.eclipse.jetty.security.openidClasses in org.eclipse.jetty.security.openid that implement LoginServiceModifier and TypeClassDescriptionclassThe implementation ofLoginServicerequired to use OpenID Connect.Methods in org.eclipse.jetty.security.openid that return LoginServiceConstructors in org.eclipse.jetty.security.openid with parameters of type LoginServiceModifierConstructorDescriptionOpenIdLoginService(OpenIdConfiguration configuration, LoginService loginService) Use a wrappedLoginServiceto store information about user roles.