com.sun.xml.ws.security.policy
Interface ValidatorConfiguration

All Known Implementing Classes:
ValidatorConfiguration

public interface ValidatorConfiguration

Author:
K.Venugopal@sun.com

Method Summary
 String getEnforceKeyUsage()
           
 String getMaxClockSkew()
           
 String getMaxNonceAge()
           
 String getRevocationEnabled()
           
 String getTimestampFreshnessLimit()
           
 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()


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.