Class UseKey
java.lang.Object
com.sun.xml.ws.policy.PolicyAssertion
com.sun.xml.ws.security.impl.policy.UseKey
- All Implemented Interfaces:
SecurityAssertionValidator,UseKey
- Author:
- Abhijit Das
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.sun.xml.ws.security.policy.SecurityAssertionValidator
SecurityAssertionValidator.AssertionFitness -
Constructor Summary
ConstructorsConstructorDescriptionUseKey(AssertionData name, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative) Creates a new instance of UseKeyIMpl -
Method Summary
Modifier and TypeMethodDescriptionvalidate(boolean isServer) returns true if all the assertions embeeded under a SecurityPolicy assertion are valid and supported by the implementation.Methods inherited from class com.sun.xml.ws.policy.PolicyAssertion
equals, getAttributes, getAttributesSet, getAttributeValue, getImplementation, getName, getNestedPolicy, getParametersIterator, getValue, hashCode, hasNestedPolicy, hasParameters, isIgnorable, isOptional, isPrivate, toString, toString
-
Constructor Details
-
UseKey
public UseKey(AssertionData name, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative) Creates a new instance of UseKeyIMpl
-
-
Method Details
-
validate
Description copied from interface:SecurityAssertionValidatorreturns true if all the assertions embeeded under a SecurityPolicy assertion are valid and supported by the implementation.- Specified by:
validatein interfaceSecurityAssertionValidator
-