Package com.sun.xml.ws.security.policy
Interface ValidatorConfiguration
-
- All Known Implementing Classes:
ValidatorConfiguration
public interface ValidatorConfiguration- Author:
- K.Venugopal@sun.com
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetEnforceKeyUsage()StringgetMaxClockSkew()StringgetMaxNonceAge()StringgetRevocationEnabled()StringgetTimestampFreshnessLimit()Iterator<? extends PolicyAssertion>getValidators()
-
-
-
Method Detail
-
getValidators
Iterator<? extends PolicyAssertion> getValidators()
-
getMaxClockSkew
String getMaxClockSkew()
-
getTimestampFreshnessLimit
String getTimestampFreshnessLimit()
-
getMaxNonceAge
String getMaxNonceAge()
-
getRevocationEnabled
String getRevocationEnabled()
-
getEnforceKeyUsage
String getEnforceKeyUsage()
-
-