com.sun.xml.ws.security.policy
Interface Issuer

All Known Implementing Classes:
Issuer

public interface Issuer

Specifies the issuer of the security token that is presented in the message. The element's type is an endpoint reference as defined in WS-Addressing.


Method Summary
 Address getAddress()
           
 org.w3c.dom.Element getIdentity()
           
 Address getMetadataAddress()
           
 java.lang.String getPortType()
           
 com.sun.xml.ws.policy.PolicyAssertion getReferenceParameters()
           
 com.sun.xml.ws.policy.PolicyAssertion getReferenceProperties()
           
 com.sun.xml.ws.policy.PolicyAssertion getServiceName()
           
 

Method Detail

getAddress

Address getAddress()

getPortType

java.lang.String getPortType()

getServiceName

com.sun.xml.ws.policy.PolicyAssertion getServiceName()

getReferenceParameters

com.sun.xml.ws.policy.PolicyAssertion getReferenceParameters()

getReferenceProperties

com.sun.xml.ws.policy.PolicyAssertion getReferenceProperties()

getIdentity

org.w3c.dom.Element getIdentity()

getMetadataAddress

Address getMetadataAddress()