com.sun.xml.ws.security.impl.policy
Class Issuer
java.lang.Object
com.sun.xml.ws.policy.PolicyAssertion
com.sun.xml.ws.security.impl.policy.Issuer
- All Implemented Interfaces:
- Issuer, SecurityAssertionValidator
public class Issuer
- extends PolicyAssertion
- implements Issuer, SecurityAssertionValidator
- Author:
- Abhijit Das
| 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 |
Issuer
public Issuer()
- Creates a new instance of Issuer
Issuer
public Issuer(AssertionData name,
Collection<PolicyAssertion> nestedAssertions,
AssertionSet nestedAlternative)
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
getAddress
public Address getAddress()
- Specified by:
getAddress in interface Issuer
getPortType
public String getPortType()
- Specified by:
getPortType in interface Issuer
getReferenceParameters
public PolicyAssertion getReferenceParameters()
- Specified by:
getReferenceParameters in interface Issuer
getReferenceProperties
public PolicyAssertion getReferenceProperties()
- Specified by:
getReferenceProperties in interface Issuer
getServiceName
public PolicyAssertion getServiceName()
- Specified by:
getServiceName in interface Issuer
getIdentity
public Element getIdentity()
- Specified by:
getIdentity in interface Issuer
getMetadataAddress
public Address getMetadataAddress()
- Specified by:
getMetadataAddress in interface Issuer
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.