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 TypeClassDescriptionclassAbstractLoginServiceclassA configurable (as opposed to using system properties) SPNEGO LoginService.classProperties User Realm.classHashMapped User Realm with JDBC as data source.classDeprecated.Methods in org.eclipse.jetty.security that return LoginServiceModifier and TypeMethodDescriptionprotected LoginServiceSecurityHandler.findLoginService()Authenticator.AuthConfiguration.getLoginService()DefaultAuthenticatorFactory.getLoginService()SecurityHandler.getLoginService()Get the loginService.Methods in org.eclipse.jetty.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) 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
ConfigurableSpnegoLoginServiceinstead