Package com.sun.xml.ws.security.policy
Interface Issuer
-
- 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()PolicyAssertiongetReferenceParameters()PolicyAssertiongetReferenceProperties()PolicyAssertiongetServiceName()
-
-
-
Method Detail
-
getAddress
Address getAddress()
-
getPortType
String getPortType()
-
getServiceName
PolicyAssertion getServiceName()
-
getReferenceParameters
PolicyAssertion getReferenceParameters()
-
getReferenceProperties
PolicyAssertion getReferenceProperties()
-
getIdentity
Element getIdentity()
-
getMetadataAddress
Address getMetadataAddress()
-
-