Uses of Interface
org.eclipse.jetty.security.LoginService
-
Packages that use LoginService Package Description org.eclipse.jetty.security Jetty Security : Modular Support for Security in Jettyorg.eclipse.jetty.security.authentication Jetty Security : Authenticators and Callbacks -
-
Uses of LoginService in org.eclipse.jetty.security
Classes in org.eclipse.jetty.security that implement LoginService Modifier and Type Class Description classAbstractLoginServiceAbstractLoginService Base class for LoginServices that allows subclasses to provide the user authentication and authorization information, but provides common behaviour such as handling authentication.classConfigurableSpnegoLoginServiceA configurable (as opposed to using system properties) SPNEGO LoginService.classHashLoginServiceAn implementation of a LoginService that stores users and roles in-memory in HashMaps.classJDBCLoginServiceJDBC as a source of user authentication and authorization information.Methods in org.eclipse.jetty.security that return LoginService Modifier and Type Method Description protected LoginServiceSecurityHandler. findLoginService()LoginServiceAuthenticator.AuthConfiguration. getLoginService()LoginServiceDefaultAuthenticatorFactory. getLoginService()LoginServiceSecurityHandler. getLoginService()Get the loginService.Methods in org.eclipse.jetty.security with parameters of type LoginService Modifier and Type Method Description AuthenticatorAuthenticator.Factory. getAuthenticator(org.eclipse.jetty.server.Server server, jakarta.servlet.ServletContext context, Authenticator.AuthConfiguration configuration, IdentityService identityService, LoginService loginService)AuthenticatorDefaultAuthenticatorFactory. getAuthenticator(org.eclipse.jetty.server.Server server, jakarta.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 LoginService Modifier and Type Field Description protected LoginServiceLoginAuthenticator. _loginServiceMethods in org.eclipse.jetty.security.authentication that return LoginService Modifier and Type Method Description LoginServiceLoginAuthenticator. getLoginService()Methods in org.eclipse.jetty.security.authentication with parameters of type LoginService Modifier and Type Method Description static AuthorizationServiceAuthorizationService. from(LoginService loginService, java.lang.Object credentials)Wraps aLoginServiceas an AuthorizationService
-