Interface 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 jakarta.xml.ws.EndpointReferencegetEndpointReference()Get the endpoint reference of the issuer.voidsetEndpointReference(jakarta.xml.ws.EndpointReference endpointReference)Set the endpoint reference of the issuer.
-