org.mortbay.jetty.ant.types
Class LoginServices

java.lang.Object
  extended by org.mortbay.jetty.ant.types.LoginServices

public class LoginServices
extends java.lang.Object

Specifies a jetty configuration element for Ant build file.

Author:
Jakub Pawlowicz

Constructor Summary
LoginServices()
           
 
Method Summary
 void add(org.eclipse.jetty.security.LoginService service)
           
 java.util.List 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 getLoginServices()


Copyright © 1995-2011 Mort Bay Consulting. All Rights Reserved.