org.apache.ws.security.validate
Class NoOpValidator

java.lang.Object
  extended by org.apache.ws.security.validate.NoOpValidator
All Implemented Interfaces:
Validator

public class NoOpValidator
extends Object
implements Validator

This class does not do any Validation at all.


Constructor Summary
NoOpValidator()
           
 
Method Summary
 Credential validate(Credential credential, RequestData data)
          Validate the credential argument.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoOpValidator

public NoOpValidator()
Method Detail

validate

public Credential validate(Credential credential,
                           RequestData data)
                    throws WSSecurityException
Validate the credential argument.

Specified by:
validate in interface Validator
Parameters:
credential - the Credential to be validated
data - the RequestData associated with the request
Returns:
a validated Credential
Throws:
WSSecurityException - on a failed validation


Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.