| |
|
| java.lang.Object com.sun.xml.wss.impl.callback.XWSSCallback com.sun.xml.wss.impl.callback.TimestampValidationCallback
TimestampValidationCallback | public class TimestampValidationCallback extends XWSSCallback implements Callback(Code) | | author: abhijit.das@Sun.COM |
Inner Class :public static interface Request | |
Inner Class :public static class UTCTimestampRequest implements Request | |
Inner Class :public static class TimestampValidationException extends Exception | |
Inner Class :public static interface TimestampValidator | |
Method Summary | |
public void | getResult() | public void | setValidator(TimestampValidator validator) The CallbackHandler handling this callbacl should set the validator. |
TimestampValidationCallback | public TimestampValidationCallback(Request request)(Code) | | Creates a new instance of TimestampValidationCallback
|
getResult | public void getResult() throws TimestampValidationException(Code) | | |
setValidator | public void setValidator(TimestampValidator validator)(Code) | | The CallbackHandler handling this callbacl should set the validator.
|
Methods inherited from com.sun.xml.wss.impl.callback.XWSSCallback | public HashMap getRuntimeProperties()(Code)(Java Doc)
|
|
|
|