Uses of Interface
org.eclipse.jetty.security.LoginService
Packages that use LoginService
Package
Description
Jetty Security : Modular Support for Security in Jetty
Jetty Security : Authenticators and Callbacks
-
Uses of LoginService in org.eclipse.jetty.security
Classes 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.classA configurable (as opposed to using system properties) SPNEGO LoginService.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.Methods in org.eclipse.jetty.security that return LoginServiceModifier and TypeMethodDescriptionprotected LoginServiceSecurityHandler.findLoginService()Authenticator.AuthConfiguration.getLoginService()DefaultAuthenticatorFactory.getLoginService()SecurityHandler.getLoginService()Get the loginService.WrappedAuthConfiguration.getLoginService()Methods in org.eclipse.jetty.security with parameters of type LoginServiceModifier and TypeMethodDescriptionAuthenticator.Factory.getAuthenticator(org.eclipse.jetty.server.Server server, javax.servlet.ServletContext context, Authenticator.AuthConfiguration configuration, IdentityService identityService, LoginService loginService) DefaultAuthenticatorFactory.getAuthenticator(org.eclipse.jetty.server.Server server, javax.servlet.ServletContext context, Authenticator.AuthConfiguration configuration, IdentityService identityService, LoginService loginService) voidDefaultAuthenticatorFactory.setLoginService(LoginService loginService) voidSecurityHandler.setLoginService(LoginService loginService) Set the loginService. -
Uses of LoginService in org.eclipse.jetty.security.authentication
Fields in org.eclipse.jetty.security.authentication declared as LoginServiceMethods in org.eclipse.jetty.security.authentication that return LoginServiceMethods in org.eclipse.jetty.security.authentication with parameters of type LoginServiceModifier and TypeMethodDescriptionstatic AuthorizationServiceAuthorizationService.from(LoginService loginService, Object credentials) Wraps aLoginServiceas an AuthorizationService