Uses of Interface
org.eclipse.jetty.security.IdentityService
-
Packages that use IdentityService 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 IdentityService in org.eclipse.jetty.security
Classes in org.eclipse.jetty.security that implement IdentityService Modifier and Type Class Description classDefaultIdentityServiceDefault Identity Service implementation.Fields in org.eclipse.jetty.security declared as IdentityService Modifier and Type Field Description protected IdentityServiceAbstractLoginService. _identityServiceMethods in org.eclipse.jetty.security that return IdentityService Modifier and Type Method Description protected IdentityServiceSecurityHandler. findIdentityService()IdentityServiceAbstractLoginService. getIdentityService()IdentityServiceAuthenticator.AuthConfiguration. getIdentityService()IdentityServiceConfigurableSpnegoLoginService. getIdentityService()IdentityServiceEmptyLoginService. getIdentityService()IdentityServiceLoginService. getIdentityService()Get the IdentityService associated with this Login Service.IdentityServiceSecurityHandler. getIdentityService()Get the identityService.IdentityServiceWrappedAuthConfiguration. getIdentityService()Methods in org.eclipse.jetty.security with parameters of type IdentityService 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)voidAbstractLoginService. setIdentityService(IdentityService identityService)Set the identityService.voidConfigurableSpnegoLoginService. setIdentityService(IdentityService identityService)voidEmptyLoginService. setIdentityService(IdentityService service)voidLoginService. setIdentityService(IdentityService service)Set the IdentityService associated with this Login Service.voidSecurityHandler. setIdentityService(IdentityService identityService)Set the identityService.Constructors in org.eclipse.jetty.security with parameters of type IdentityService Constructor Description JDBCLoginService(java.lang.String name, IdentityService identityService, java.lang.String config) -
Uses of IdentityService in org.eclipse.jetty.security.authentication
Fields in org.eclipse.jetty.security.authentication declared as IdentityService Modifier and Type Field Description protected IdentityServiceLoginAuthenticator. _identityService
-