com.sun.xml.ws.security.impl.policy
Class ValidatorConfiguration
java.lang.Object
com.sun.xml.ws.policy.PolicyAssertion
com.sun.xml.ws.security.impl.policy.ValidatorConfiguration
- All Implemented Interfaces:
- SecurityAssertionValidator, ValidatorConfiguration
public class ValidatorConfiguration
- extends PolicyAssertion
- implements ValidatorConfiguration, SecurityAssertionValidator
- Author:
- K.Venugopal@sun.com
| Methods inherited from class com.sun.xml.ws.policy.PolicyAssertion |
equals, getAttributes, getAttributesSet, getAttributeValue, getImplementation, getName, getNestedAssertionsIterator, getNestedPolicy, getParametersIterator, getValue, hashCode, hasNestedAssertions, hasNestedPolicy, hasParameters, isIgnorable, isOptional, isPrivate, toString, toString |
ValidatorConfiguration
public ValidatorConfiguration()
- Creates a new instance of ValidatorConfiguration
ValidatorConfiguration
public ValidatorConfiguration(AssertionData name,
Collection<PolicyAssertion> nestedAssertions,
AssertionSet nestedAlternative)
getValidators
public Iterator<? extends PolicyAssertion> getValidators()
- Specified by:
getValidators in interface ValidatorConfiguration
validate
public SecurityAssertionValidator.AssertionFitness validate(boolean isServer)
- Description copied from interface:
SecurityAssertionValidator
- returns true if all the assertions embeeded under a SecurityPolicy
assertion are valid and supported by the implementation.
- Specified by:
validate in interface SecurityAssertionValidator
getMaxClockSkew
public String getMaxClockSkew()
- Specified by:
getMaxClockSkew in interface ValidatorConfiguration
getTimestampFreshnessLimit
public String getTimestampFreshnessLimit()
- Specified by:
getTimestampFreshnessLimit in interface ValidatorConfiguration
getMaxNonceAge
public String getMaxNonceAge()
- Specified by:
getMaxNonceAge in interface ValidatorConfiguration
getRevocationEnabled
public String getRevocationEnabled()
- Specified by:
getRevocationEnabled in interface ValidatorConfiguration
getEnforceKeyUsage
public String getEnforceKeyUsage()
- Specified by:
getEnforceKeyUsage in interface ValidatorConfiguration
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.