com.sun.xml.ws.security.impl.policy
Class Wss10
java.lang.Object
com.sun.xml.ws.policy.PolicyAssertion
com.sun.xml.ws.security.impl.policy.Wss10
- All Implemented Interfaces:
- SecurityAssertionValidator, WSSAssertion
public class Wss10
- extends PolicyAssertion
- implements WSSAssertion, SecurityAssertionValidator
- Author:
- K.Venugopal@sun.com
| 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 |
| 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 |
Wss10
public Wss10()
- Creates a new instance of WSSAssertion
Wss10
public Wss10(AssertionData name,
Collection<PolicyAssertion> nestedAssertions,
AssertionSet nestedAlternative)
addRequiredProperty
public void addRequiredProperty(String requirement)
getRequiredProperties
public Set<String> getRequiredProperties()
- Description copied from interface:
WSSAssertion
- List of WSS properties
- Specified by:
getRequiredProperties in interface WSSAssertion
- Returns:
Set
getType
public String getType()
- Description copied from interface:
WSSAssertion
- WSS version
- Specified by:
getType in interface WSSAssertion
- Returns:
- 1.0
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
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.