Class LoginServices


  • public class LoginServices
    extends java.lang.Object
    Specifies a jetty configuration <loginServices/> element for Ant build file.
    • Constructor Summary

      Constructors 
      Constructor Description
      LoginServices()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(org.eclipse.jetty.security.LoginService service)  
      java.util.List<org.eclipse.jetty.security.LoginService> getLoginServices()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LoginServices

        public LoginServices()
    • Method Detail

      • add

        public void add​(org.eclipse.jetty.security.LoginService service)
      • getLoginServices

        public java.util.List<org.eclipse.jetty.security.LoginService> getLoginServices()