Package com.sun.xml.ws.security.policy
Interface ValidatorConfiguration
- All Known Implementing Classes:
ValidatorConfiguration
public interface ValidatorConfiguration
- Author:
- K.Venugopal@sun.com
-
Method Summary
-
Method Details
-
getValidators
Iterator<? extends PolicyAssertion> getValidators() -
getMaxClockSkew
String getMaxClockSkew() -
getTimestampFreshnessLimit
String getTimestampFreshnessLimit() -
getMaxNonceAge
String getMaxNonceAge() -
getRevocationEnabled
String getRevocationEnabled() -
getEnforceKeyUsage
String getEnforceKeyUsage()
-