Uses of Interface
org.eclipse.jetty.security.LoginService
Packages that use LoginService
Package
Description
Jetty Ant : Ant Tasks and Configuration
Jetty Ant : Ant Wrappers of Jetty Internals
Jetty Jaas : Support for Jaas
Jetty Plus : Limited JEE Security Support
Jetty Security : Modular Support for Security in Jetty
Jetty Security : Authenticators and Callbacks
Jetty Jaspi : Java Authentication SPI
-
Uses of LoginService in org.eclipse.jetty.ant
Methods in org.eclipse.jetty.ant that return types with arguments of type LoginServiceMethod parameters in org.eclipse.jetty.ant with type arguments of type LoginServiceModifier and TypeMethodDescriptionvoidServerProxyImpl.setLoginServices(List<LoginService> loginServices) -
Uses of LoginService in org.eclipse.jetty.ant.types
Methods in org.eclipse.jetty.ant.types that return types with arguments of type LoginServiceMethods in org.eclipse.jetty.ant.types with parameters of type LoginService -
Uses of LoginService in org.eclipse.jetty.jaas
Classes in org.eclipse.jetty.jaas that implement LoginServiceModifier and TypeClassDescriptionclassJAASLoginService Implementation of jetty's LoginService that works with JAAS for authorization and authentication. -
Uses of LoginService in org.eclipse.jetty.plus.security
Classes in org.eclipse.jetty.plus.security that implement LoginService -
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 -
Uses of LoginService in org.eclipse.jetty.security.jaspi
Methods in org.eclipse.jetty.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.security.jaspi with parameters of type LoginService -
Uses of LoginService in org.eclipse.jetty.security.openid
Classes in org.eclipse.jetty.security.openid that implement LoginServiceModifier and TypeClassDescriptionclassThe implementation ofLoginServicerequired to use OpenID Connect.Methods in org.eclipse.jetty.security.openid with parameters of type LoginServiceModifier and TypeMethodDescriptionOpenIdAuthenticatorFactory.getAuthenticator(Server server, javax.servlet.ServletContext context, Authenticator.AuthConfiguration configuration, IdentityService identityService, LoginService loginService) Constructors in org.eclipse.jetty.security.openid with parameters of type LoginServiceModifierConstructorDescriptionOpenIdLoginService(OpenIdConfiguration configuration, LoginService loginService) Use a wrappedLoginServiceto store information about user roles.
ConfigurableSpnegoLoginServiceinstead