Uses of Interface
org.eclipse.jetty.security.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
Modifier and TypeMethodDescriptionvoid
ServerProxyImpl.setLoginServices
(List<LoginService> loginServices) -
Uses of LoginService in org.eclipse.jetty.ant.types
-
Uses of LoginService in org.eclipse.jetty.jaas
Modifier and TypeClassDescriptionclass
JAASLoginService Implementation of jetty's LoginService that works with JAAS for authorization and authentication. -
Uses of LoginService in org.eclipse.jetty.plus.security
-
Uses of LoginService in org.eclipse.jetty.security
Modifier and TypeClassDescriptionclass
AbstractLoginService Base class for LoginServices that allows subclasses to provide the user authentication and authorization information, but provides common behaviour such as handling authentication.class
A configurable (as opposed to using system properties) SPNEGO LoginService.class
LoginService implementation which always denies any attempt to login.class
An implementation of a LoginService that stores users and roles in-memory in HashMaps.class
JDBC as a source of user authentication and authorization information.Modifier and TypeMethodDescriptionprotected LoginService
SecurityHandler.findLoginService()
Authenticator.AuthConfiguration.getLoginService()
DefaultAuthenticatorFactory.getLoginService()
SecurityHandler.getLoginService()
Get the loginService.WrappedAuthConfiguration.getLoginService()
Modifier 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
Modifier and TypeMethodDescriptionstatic AuthorizationService
AuthorizationService.from
(LoginService loginService, Object credentials) Wraps aLoginService
as an AuthorizationService -
Uses of LoginService in org.eclipse.jetty.security.jaspi
Modifier and TypeMethodDescriptionJaspiAuthenticatorFactory.getAuthenticator
(Server server, javax.servlet.ServletContext context, Authenticator.AuthConfiguration configuration, IdentityService identityService, LoginService loginService) -
Uses of LoginService in org.eclipse.jetty.security.openid
Modifier and TypeClassDescriptionclass
The implementation ofLoginService
required to use OpenID Connect.Modifier and TypeMethodDescriptionOpenIdAuthenticatorFactory.getAuthenticator
(Server server, javax.servlet.ServletContext context, Authenticator.AuthConfiguration configuration, IdentityService identityService, LoginService loginService) ModifierConstructorDescriptionOpenIdLoginService
(OpenIdConfiguration configuration, LoginService loginService) Use a wrappedLoginService
to store information about user roles.