Uses of Interface
com.sun.xml.ws.security.policy.Issuer
-
Packages that use Issuer Package Description com.sun.xml.ws.security.impl.policy com.sun.xml.ws.security.impl.policyconv com.sun.xml.ws.security.policy -
-
Uses of Issuer in com.sun.xml.ws.security.impl.policy
Classes in com.sun.xml.ws.security.impl.policy that implement Issuer Modifier and Type Class Description classIssuerMethods in com.sun.xml.ws.security.impl.policy that return Issuer Modifier and Type Method Description IssuerIssuedToken. getIssuer() -
Uses of Issuer in com.sun.xml.ws.security.impl.policyconv
Methods in com.sun.xml.ws.security.impl.policyconv that return Issuer Modifier and Type Method Description IssuerSCTokenWrapper. getIssuer() -
Uses of Issuer in com.sun.xml.ws.security.policy
Methods in com.sun.xml.ws.security.policy that return Issuer Modifier and Type Method Description IssuerHttpsToken. getIssuer()returns the issuer for the X509 token.IssuerIssuedToken. getIssuer()returnsIssuerwhich is the issuer for the issued token.IssuerKerberosToken. getIssuer()returns the issuer for the Kerberos token.IssuerSamlToken. getIssuer()returns the issuer for the SAML token.IssuerSecureConversationToken. getIssuer()returns the issuer for the SecureConversation token.IssuerSpnegoContextToken. getIssuer()returns the issuer for the SpnegoContext token.IssuerUserNameToken. getIssuer()returns the issuer for the Username token.IssuerX509Token. getIssuer()returns the issuer for the X509 token.
-