Uses of Interface
com.sun.xml.ws.security.trust.elements.Issuer
-
Packages that use Issuer Package Description com.sun.xml.ws.security.trust.elements com.sun.xml.ws.security.trust.impl.elements com.sun.xml.ws.security.trust.impl.wssx.elements -
-
Uses of Issuer in com.sun.xml.ws.security.trust.elements
Methods in com.sun.xml.ws.security.trust.elements that return Issuer Modifier and Type Method Description IssuerWSTrustElementBase. getIssuer()get Issuer of the SecurityToken Presented in the Message, null otherwiseMethods in com.sun.xml.ws.security.trust.elements with parameters of type Issuer Modifier and Type Method Description voidWSTrustElementBase. setIssuer(Issuer issuer)set Issuer of the SecurityToken Presented in the message -
Uses of Issuer in com.sun.xml.ws.security.trust.impl.elements
Classes in com.sun.xml.ws.security.trust.impl.elements that implement Issuer Modifier and Type Class Description classIssuerImplImplementation of wst:Issuer.Methods in com.sun.xml.ws.security.trust.impl.elements that return Issuer Modifier and Type Method Description IssuerRequestSecurityTokenImpl. getIssuer()IssuerRequestSecurityTokenResponseImpl. getIssuer()Methods in com.sun.xml.ws.security.trust.impl.elements with parameters of type Issuer Modifier and Type Method Description voidRequestSecurityTokenImpl. setIssuer(Issuer issuer)voidRequestSecurityTokenResponseImpl. setIssuer(Issuer issuer) -
Uses of Issuer in com.sun.xml.ws.security.trust.impl.wssx.elements
Classes in com.sun.xml.ws.security.trust.impl.wssx.elements that implement Issuer Modifier and Type Class Description classIssuerImplImplementation of wst:Issuer.Methods in com.sun.xml.ws.security.trust.impl.wssx.elements that return Issuer Modifier and Type Method Description IssuerRequestSecurityTokenImpl. getIssuer()IssuerRequestSecurityTokenResponseImpl. getIssuer()IssuerSecondaryParametersImpl. getIssuer()Methods in com.sun.xml.ws.security.trust.impl.wssx.elements with parameters of type Issuer Modifier and Type Method Description voidRequestSecurityTokenImpl. setIssuer(Issuer issuer)voidRequestSecurityTokenResponseImpl. setIssuer(Issuer issuer)voidSecondaryParametersImpl. setIssuer(Issuer issuer)
-