com.sun.xml.ws.security.trust.elements
Interface 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.

Author:
WS-Trust Implementation Team

Method Summary
 javax.xml.ws.EndpointReference getEndpointReference()
          Get the endpoint reference of the issuer.
 void setEndpointReference(javax.xml.ws.EndpointReference endpointReference)
          Set the endpoint reference of the issuer.
 

Method Detail

getEndpointReference

javax.xml.ws.EndpointReference getEndpointReference()
Get the endpoint reference of the issuer.


setEndpointReference

void setEndpointReference(javax.xml.ws.EndpointReference endpointReference)
Set the endpoint reference of the issuer.



Copyright © 2005-2012 Oracle Corporation. All Rights Reserved.