Package org.eclipse.jetty.ant.types
Class LoginServices
- java.lang.Object
-
- org.eclipse.jetty.ant.types.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(LoginService service)
java.util.List<LoginService>
getLoginServices()
-
-
-
Method Detail
-
add
public void add(LoginService service)
-
getLoginServices
public java.util.List<LoginService> getLoginServices()
-
-