Uses of Interface
org.eclipse.jetty.security.LoginService
Packages that use LoginService
Package
Description
Jetty Jaas : Support for Jaas
Jetty Security : Modular Support for Security in Jetty
Jetty Security : Authenticators and Callbacks
-
Uses of LoginService in org.eclipse.jetty.jaas
Classes in org.eclipse.jetty.jaas that implement LoginServiceModifier and TypeClassDescriptionclass
JAASLoginService Implementation of jetty's LoginService that works with JAAS for authorization and authentication. -
Uses of LoginService in org.eclipse.jetty.security
Classes in org.eclipse.jetty.security that implement LoginServiceModifier and TypeClassDescriptionclass
AbstractLoginServiceclass
A configurable (as opposed to using system properties) SPNEGO LoginService.class
Properties User Realm.class
HashMapped User Realm with JDBC as data source.class
Deprecated.Fields in org.eclipse.jetty.security declared as LoginServiceModifier and TypeFieldDescription(package private) LoginService
DefaultAuthenticatorFactory._loginService
private LoginService
SecurityHandler._loginService
Methods in org.eclipse.jetty.security that return LoginServiceModifier and TypeMethodDescriptionprotected LoginService
SecurityHandler.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) void
DefaultAuthenticatorFactory.setLoginService
(LoginService loginService) void
SecurityHandler.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 AuthorizationService
AuthorizationService.from
(LoginService loginService, Object credentials) Wraps aLoginService
as an AuthorizationService
ConfigurableSpnegoLoginService
instead