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
Jetty Jaas : Support for Jaas
-
Uses of LoginService in org.eclipse.jetty.security
Classes in org.eclipse.jetty.security that implement LoginServiceModifier and TypeClassDescriptionclassAbstractLoginService Base class for LoginServices that allows subclasses to provide the user authentication and authorization information, but provides common behaviour such as handling authentication.classLoginService implementation which always denies any attempt to login.classAn implementation of a LoginService that stores users and roles in-memory in HashMaps.classJDBC as a source of user authentication and authorization information.classA configurable (as opposed to using system properties) SPNEGO LoginService.Methods in org.eclipse.jetty.security that return LoginServiceModifier and TypeMethodDescriptionprotected LoginServiceSecurityHandler.findLoginService()Find an appropriateLoginServicefrom 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.Methods in org.eclipse.jetty.security with parameters of type LoginServiceModifier and TypeMethodDescriptionvoidSecurityHandler.setLoginService(LoginService loginService) Set the loginService.Constructors in org.eclipse.jetty.security with parameters of type 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 LoginService -
Uses of LoginService in org.eclipse.jetty.security.jaas
Classes in org.eclipse.jetty.security.jaas that implement LoginServiceModifier and TypeClassDescriptionclassImplementation of jetty's LoginService that works with JAAS for authorization and authentication.