Uses of Interface
com.sun.xml.ws.security.policy.Issuer

Packages that use Issuer
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
 class Issuer
           
 

Methods in com.sun.xml.ws.security.impl.policy that return Issuer
 Issuer IssuedToken.getIssuer()
           
 

Uses of Issuer in com.sun.xml.ws.security.impl.policyconv
 

Methods in com.sun.xml.ws.security.impl.policyconv that return Issuer
 Issuer SCTokenWrapper.getIssuer()
           
 

Uses of Issuer in com.sun.xml.ws.security.policy
 

Methods in com.sun.xml.ws.security.policy that return Issuer
 Issuer HttpsToken.getIssuer()
          returns the issuer for the X509 token.
 Issuer IssuedToken.getIssuer()
          returns Issuer which is the issuer for the issued token.
 Issuer KerberosToken.getIssuer()
          returns the issuer for the Kerberos token.
 Issuer SamlToken.getIssuer()
          returns the issuer for the SAML token.
 Issuer SecureConversationToken.getIssuer()
          returns the issuer for the SecureConversation token.
 Issuer SpnegoContextToken.getIssuer()
          returns the issuer for the SpnegoContext token.
 Issuer UserNameToken.getIssuer()
          returns the issuer for the Username token.
 Issuer X509Token.getIssuer()
          returns the issuer for the X509 token.