com.sun.xml.ws.security.impl.policy
Class Claims
java.lang.Object
com.sun.xml.ws.policy.PolicyAssertion
com.sun.xml.ws.security.impl.policy.Claims
- All Implemented Interfaces:
- Claims, SecurityAssertionValidator
public class Claims
- extends PolicyAssertion
- implements Claims, SecurityAssertionValidator
- Author:
- ashutosh.shahi@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 |
Claims
public Claims()
- Creates a new instance of Issuer
Claims
public Claims(AssertionData name,
Collection<PolicyAssertion> nestedAssertions,
AssertionSet nestedAlternative)
getClaimsAsBytes
public byte[] getClaimsAsBytes()
- Specified by:
getClaimsAsBytes in interface Claims
getClaimsAsElement
public Element getClaimsAsElement()
- Specified by:
getClaimsAsElement in interface Claims
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.