org.apache.ws.security.validate
Class NoOpValidator
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NoOpValidator
public NoOpValidator()
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 validateddata
- 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.