-
- All Known Implementing Classes:
Issuer
public interface IssuerSpecifies 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.- Author:
- WS-Trust Implementation Team
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AddressgetAddress()ElementgetIdentity()AddressgetMetadataAddress()StringgetPortType()com.sun.xml.ws.policy.PolicyAssertiongetReferenceParameters()com.sun.xml.ws.policy.PolicyAssertiongetReferenceProperties()com.sun.xml.ws.policy.PolicyAssertiongetServiceName()
-
-
-
Method Detail
-
getAddress
Address getAddress()
-
getPortType
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
Element getIdentity()
-
getMetadataAddress
Address getMetadataAddress()
-
-