Class Wss11
java.lang.Object
com.sun.xml.ws.policy.PolicyAssertion
com.sun.xml.ws.security.impl.policy.Wss11
- All Implemented Interfaces:
SecurityAssertionValidator,WSSAssertion
public class Wss11
extends com.sun.xml.ws.policy.PolicyAssertion
implements WSSAssertion, SecurityAssertionValidator
- Author:
- K.Venugopal@sun.com
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.sun.xml.ws.security.policy.SecurityAssertionValidator
SecurityAssertionValidator.AssertionFitness -
Field Summary
Fields inherited from interface com.sun.xml.ws.security.policy.WSSAssertion
MUST_SUPPORT_CLIENT_CHALLENGE, MUST_SUPPORT_ISSUED_TOKENS, MUST_SUPPORT_REF_KEYIDENTIFIER, MUST_SUPPORT_SERVER_CHALLENGE, MUSTSUPPORT_REF_ENCRYPTED_KEY, MUSTSUPPORT_REF_ISSUER_SERIAL, MUSTSUPPORT_REF_THUMBPRINT, REQUIRE_CLIENT_ENTROPY, REQUIRE_EMBEDDED_TOKEN_REF, REQUIRE_EXTERNAL_URI_REFERENCE, REQUIRE_SERVER_ENTROPY, REQUIRE_SIGNATURE_CONFIRMATION -
Constructor Summary
ConstructorsConstructorDescriptionWss11()Creates a new instance of WSSAssertionWss11(com.sun.xml.ws.policy.sourcemodel.AssertionData name, Collection<com.sun.xml.ws.policy.PolicyAssertion> nestedAssertions, com.sun.xml.ws.policy.AssertionSet nestedAlternative) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddRequiredProperty(String requirement) List of WSS propertiesgetType()WSS versionvalidate(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, getNestedAssertionsIterator, getNestedPolicy, getParametersIterator, getValue, hashCode, hasNestedAssertions, hasNestedPolicy, hasParameters, isIgnorable, isOptional, isPrivate, toString, toString
-
Constructor Details
-
Wss11
public Wss11()Creates a new instance of WSSAssertion -
Wss11
public Wss11(com.sun.xml.ws.policy.sourcemodel.AssertionData name, Collection<com.sun.xml.ws.policy.PolicyAssertion> nestedAssertions, com.sun.xml.ws.policy.AssertionSet nestedAlternative)
-
-
Method Details
-
addRequiredProperty
-
getRequiredProperties
Description copied from interface:WSSAssertionList of WSS properties- Specified by:
getRequiredPropertiesin interfaceWSSAssertion- Returns:
Set
-
getType
Description copied from interface:WSSAssertionWSS version- Specified by:
getTypein interfaceWSSAssertion- Returns:
- 1.0
-
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
-