Interface Issuer
- All Known Implementing Classes:
IssuerImpl,IssuerImpl
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
Modifier and TypeMethodDescriptionjakarta.xml.ws.EndpointReferenceGet the endpoint reference of the issuer.voidsetEndpointReference(jakarta.xml.ws.EndpointReference endpointReference) Set the endpoint reference of the issuer.
-
Method Details
-
getEndpointReference
jakarta.xml.ws.EndpointReference getEndpointReference()Get the endpoint reference of the issuer. -
setEndpointReference
void setEndpointReference(jakarta.xml.ws.EndpointReference endpointReference) Set the endpoint reference of the issuer.
-