Class LoginRealm

  • All Implemented Interfaces:
    org.eclipse.jetty.security.LoginService, org.eclipse.jetty.util.component.LifeCycle

    public class LoginRealm
    extends AbstractEdAuthRealm
    LoginRealm to provide drop in authentication against Login using Jetty security realms.
    Author:
    Middleware Services
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.eclipse.jetty.util.component.AbstractLifeCycle

        org.eclipse.jetty.util.component.AbstractLifeCycle.AbstractLifeCycleListener
      • Nested classes/interfaces inherited from interface org.eclipse.jetty.util.component.LifeCycle

        org.eclipse.jetty.util.component.LifeCycle.Listener
    • Constructor Summary

      Constructors 
      Constructor Description
      LoginRealm()
      Creates a new instance of an LoginRealm object that can provide authentication against Login for the production environment.
      LoginRealm​(DirectoryEnv env)
      Creates a new instance of an LoginRealm object that can provide authentication against Login for the given environment.
    • Constructor Detail

      • LoginRealm

        public LoginRealm()
        Creates a new instance of an LoginRealm object that can provide authentication against Login for the production environment.
      • LoginRealm

        public LoginRealm​(DirectoryEnv env)
        Creates a new instance of an LoginRealm object that can provide authentication against Login for the given environment.
        Parameters:
        env - Directory environment, e.g. LOCAL|DEV|PPRD|PROD.