public class ValidatorConfiguration extends com.sun.xml.ws.policy.PolicyAssertion implements ValidatorConfiguration, SecurityAssertionValidator
SecurityAssertionValidator.AssertionFitness| Constructor and Description |
|---|
ValidatorConfiguration()
Creates a new instance of ValidatorConfiguration
|
ValidatorConfiguration(com.sun.xml.ws.policy.sourcemodel.AssertionData name,
Collection<com.sun.xml.ws.policy.PolicyAssertion> nestedAssertions,
com.sun.xml.ws.policy.AssertionSet nestedAlternative) |
| Modifier and Type | Method and Description |
|---|---|
String |
getEnforceKeyUsage() |
String |
getMaxClockSkew() |
String |
getMaxNonceAge() |
String |
getRevocationEnabled() |
String |
getTimestampFreshnessLimit() |
Iterator<? extends com.sun.xml.ws.policy.PolicyAssertion> |
getValidators() |
SecurityAssertionValidator.AssertionFitness |
validate(boolean isServer)
returns true if all the assertions embeeded under a SecurityPolicy
assertion are valid and supported by the implementation.
|
equals, getAttributes, getAttributesSet, getAttributeValue, getImplementation, getName, getNestedAssertionsIterator, getNestedPolicy, getParametersIterator, getValue, hashCode, hasNestedAssertions, hasNestedPolicy, hasParameters, isIgnorable, isOptional, isPrivate, toString, toStringpublic ValidatorConfiguration()
public ValidatorConfiguration(com.sun.xml.ws.policy.sourcemodel.AssertionData name,
Collection<com.sun.xml.ws.policy.PolicyAssertion> nestedAssertions,
com.sun.xml.ws.policy.AssertionSet nestedAlternative)
public Iterator<? extends com.sun.xml.ws.policy.PolicyAssertion> getValidators()
getValidators in interface ValidatorConfigurationpublic SecurityAssertionValidator.AssertionFitness validate(boolean isServer)
SecurityAssertionValidatorvalidate in interface SecurityAssertionValidatorpublic String getMaxClockSkew()
getMaxClockSkew in interface ValidatorConfigurationpublic String getTimestampFreshnessLimit()
getTimestampFreshnessLimit in interface ValidatorConfigurationpublic String getMaxNonceAge()
getMaxNonceAge in interface ValidatorConfigurationpublic String getRevocationEnabled()
getRevocationEnabled in interface ValidatorConfigurationpublic String getEnforceKeyUsage()
getEnforceKeyUsage in interface ValidatorConfigurationCopyright © 2005–2018 Oracle Corporation. All rights reserved.