Uses of Interface
org.eclipse.jetty.security.LoginService
-
Packages that use LoginService Package Description org.eclipse.jetty.jaas Jetty Jaas : Support for Jaasorg.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.openid -
-
Uses of LoginService in org.eclipse.jetty.jaas
Classes in org.eclipse.jetty.jaas that implement LoginService Modifier and Type Class Description class
JAASLoginService
JAASLoginService Implementation of jetty's LoginService that works with JAAS for authorization and authentication. -
Uses of LoginService in org.eclipse.jetty.plus.security
Classes in org.eclipse.jetty.plus.security that implement LoginService Modifier and Type Class Description class
DataSourceLoginService
DataSourceUserRealm -
Uses of LoginService in org.eclipse.jetty.security
Classes in org.eclipse.jetty.security that implement LoginService Modifier and Type Class Description class
AbstractLoginService
AbstractLoginServiceclass
ConfigurableSpnegoLoginService
A configurable (as opposed to using system properties) SPNEGO LoginService.class
HashLoginService
Properties User Realm.class
JDBCLoginService
HashMapped User Realm with JDBC as data source.class
SpnegoLoginService
Deprecated.useConfigurableSpnegoLoginService
insteadMethods in org.eclipse.jetty.security that return LoginService Modifier and Type Method Description protected LoginService
SecurityHandler. findLoginService()
LoginService
Authenticator.AuthConfiguration. getLoginService()
LoginService
DefaultAuthenticatorFactory. getLoginService()
LoginService
SecurityHandler. getLoginService()
Get the loginService.Methods in org.eclipse.jetty.security with parameters of type LoginService Modifier and Type Method Description Authenticator
Authenticator.Factory. getAuthenticator(Server server, javax.servlet.ServletContext context, Authenticator.AuthConfiguration configuration, IdentityService identityService, LoginService loginService)
Authenticator
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
Fields in org.eclipse.jetty.security.authentication declared as LoginService Modifier and Type Field Description protected LoginService
LoginAuthenticator. _loginService
Methods in org.eclipse.jetty.security.authentication that return LoginService Modifier and Type Method Description LoginService
LoginAuthenticator. getLoginService()
Methods in org.eclipse.jetty.security.authentication with parameters of type LoginService Modifier and Type Method Description static AuthorizationService
AuthorizationService. from(LoginService loginService, java.lang.Object credentials)
Wraps aLoginService
as an AuthorizationService -
Uses of LoginService in org.eclipse.jetty.security.openid
Classes in org.eclipse.jetty.security.openid that implement LoginService Modifier and Type Class Description class
OpenIdLoginService
The implementation ofLoginService
required to use OpenID Connect.Methods in org.eclipse.jetty.security.openid with parameters of type LoginService Modifier and Type Method Description Authenticator
OpenIdAuthenticatorFactory. 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 wrappedLoginService
to store information about user roles.
-