org.apache.ws.sandbox.security.trust.validate
Interface STValidator


public interface STValidator

Author:
Malinda Kaushalye

Builds the response message to validate the request


Field Summary
static java.lang.String INVALID
           
static java.lang.String VALID
          Status of the token as specified in the specification
 
Method Summary
 org.w3c.dom.Document validate(org.w3c.dom.Document req, org.w3c.dom.Document res)
           
 

Field Detail

VALID

public static final java.lang.String VALID
Status of the token as specified in the specification

See Also:
Constant Field Values

INVALID

public static final java.lang.String INVALID
See Also:
Constant Field Values
Method Detail

validate

public org.w3c.dom.Document validate(org.w3c.dom.Document req,
                                     org.w3c.dom.Document res)
                              throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2004-2008 Apache Web Services. All Rights Reserved.