Uses of Interface
org.eclipse.jetty.security.LoginService
Package
Description
Jetty Jaspi : Java Authentication SPI
Jetty Plus : Limited JEE Security Support
Jetty Security : Modular Support for Security in Jetty
Jetty Security : Authenticators and Callbacks
Jetty Jaas : Support for Jaas
-
Uses of LoginService in org.eclipse.jetty.ee10.security.jaspi
-
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
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.class
A configurable (as opposed to using system properties) SPNEGO LoginService.Modifier and TypeMethodDescriptionprotected LoginService
SecurityHandler.findLoginService()
Find an appropriateLoginService
from the list returned byContainer.getBeans(Class)
called on the result ofHandler.Abstract.getServer()
.Authenticator.Configuration.getLoginService()
Authenticator.Configuration.Wrapper.getLoginService()
SecurityHandler.getLoginService()
Get the loginService.Modifier and TypeMethodDescriptionvoid
SecurityHandler.setLoginService
(LoginService loginService) Set the loginService. -
Uses of LoginService in org.eclipse.jetty.security.authentication
-
Uses of LoginService in org.eclipse.jetty.security.jaas
Modifier and TypeClassDescriptionclass
Implementation of jetty's LoginService that works with JAAS for authorization and authentication. -
Uses of LoginService in org.eclipse.jetty.security.openid
Modifier and TypeClassDescriptionclass
The implementation ofLoginService
required to use OpenID Connect.ModifierConstructorDescriptionOpenIdLoginService
(OpenIdConfiguration configuration, LoginService loginService) Use a wrappedLoginService
to store information about user roles.