org.codehaus.cargo.sample.java.validator
Class HasAuthenticationSupportValidator

java.lang.Object
  extended by org.codehaus.cargo.sample.java.validator.HasAuthenticationSupportValidator
All Implemented Interfaces:
Validator

public class HasAuthenticationSupportValidator
extends java.lang.Object
implements Validator

Validate that a container supports authentication configuration.

Version:
$Id: HasAuthenticationSupportValidator.java 1233 2006-11-22 09:15:56Z vmassol $

Constructor Summary
HasAuthenticationSupportValidator(ConfigurationType type)
           
 
Method Summary
 boolean validate(java.lang.String containerId, ContainerType containerType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HasAuthenticationSupportValidator

public HasAuthenticationSupportValidator(ConfigurationType type)
Method Detail

validate

public boolean validate(java.lang.String containerId,
                        ContainerType containerType)
Specified by:
validate in interface Validator


Copyright © 2004-2011 Codehaus. All Rights Reserved.