Uses of Interface
org.eclipse.jetty.security.LoginService
-
Packages that use LoginService Package Description org.eclipse.jetty.ant Jetty Ant : Ant Tasks and Configurationorg.eclipse.jetty.ant.types Jetty Ant : Ant Wrappers of Jetty Internalsorg.eclipse.jetty.jaas Jetty Jaas : Support for Jaasorg.eclipse.jetty.maven.plugin Jetty Maven Plugin : Support for Jetty in Maven build lifecycleorg.eclipse.jetty.plus.security Jetty Plus : Limited JEE Security Supportorg.eclipse.jetty.security Jetty Security : Modular Support for Security in Jettyorg.eclipse.jetty.security.authentication Jetty Security : Authenticators and Callbacksorg.eclipse.jetty.security.jaspi Jetty Jaspi : Java Authentication SPIorg.eclipse.jetty.security.openid -
-
Uses of LoginService in org.eclipse.jetty.ant
Methods in org.eclipse.jetty.ant that return types with arguments of type LoginService Modifier and Type Method Description java.util.List<LoginService>ServerProxyImpl. getLoginServices()Method parameters in org.eclipse.jetty.ant with type arguments of type LoginService Modifier and Type Method Description voidServerProxyImpl. setLoginServices(java.util.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 LoginService Modifier and Type Method Description java.util.List<LoginService>LoginServices. getLoginServices()Methods in org.eclipse.jetty.ant.types with parameters of type LoginService Modifier and Type Method Description voidLoginServices. add(LoginService service) -
Uses of LoginService in org.eclipse.jetty.jaas
Classes in org.eclipse.jetty.jaas that implement LoginService Modifier and Type Class Description classJAASLoginServiceJAASLoginService Implementation of jetty's LoginService that works with JAAS for authorization and authentication. -
Uses of LoginService in org.eclipse.jetty.maven.plugin
Fields in org.eclipse.jetty.maven.plugin declared as LoginService Modifier and Type Field Description protected LoginService[]AbstractJettyMojo. loginServicesList of security realms to set up.Methods in org.eclipse.jetty.maven.plugin with parameters of type LoginService Modifier and Type Method Description static voidServerSupport. configureLoginServices(Server server, LoginService[] loginServices)Set up any security LoginServices provided. -
Uses of LoginService in org.eclipse.jetty.plus.security
Classes in org.eclipse.jetty.plus.security that implement LoginService Modifier and Type Class Description classDataSourceLoginServiceDataSourceUserRealm -
Uses of LoginService in org.eclipse.jetty.security
Classes in org.eclipse.jetty.security that implement LoginService Modifier and Type Class Description classAbstractLoginServiceAbstractLoginServiceclassConfigurableSpnegoLoginServiceA configurable (as opposed to using system properties) SPNEGO LoginService.classHashLoginServiceProperties User Realm.classJDBCLoginServiceHashMapped User Realm with JDBC as data source.classSpnegoLoginServiceDeprecated.useConfigurableSpnegoLoginServiceinsteadMethods 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(Server server, javax.servlet.ServletContext context, Authenticator.AuthConfiguration configuration, IdentityService identityService, LoginService loginService)AuthenticatorDefaultAuthenticatorFactory. 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 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 -
Uses of LoginService in org.eclipse.jetty.security.jaspi
Methods in org.eclipse.jetty.security.jaspi with parameters of type LoginService Modifier and Type Method Description AuthenticatorJaspiAuthenticatorFactory. 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 Constructor Description ServletCallbackHandler(LoginService loginService) -
Uses of LoginService in org.eclipse.jetty.security.openid
Classes in org.eclipse.jetty.security.openid that implement LoginService Modifier and Type Class Description classOpenIdLoginServiceThe implementation ofLoginServicerequired to use OpenID Connect.Methods in org.eclipse.jetty.security.openid with parameters of type LoginService Modifier and Type Method Description AuthenticatorOpenIdAuthenticatorFactory. 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 LoginService Constructor Description OpenIdLoginService(OpenIdConfiguration configuration, LoginService loginService)Use a wrappedLoginServiceto store information about user roles.
-