Interface HttpsToken

All Superinterfaces:
Token
All Known Implementing Classes:
HttpsToken

public interface HttpsToken extends Token
Author:
K.Venugopal@sun.com
  • Method Details

    • isRequireClientCertificate

      boolean isRequireClientCertificate()
      returns value of RequireClientCertificate attribute for 2005/07 SP version or true if RequireClientCertificate assertion is present in SP 1.2 version
      Returns:
      true or false
    • isHttpBasicAuthentication

      boolean isHttpBasicAuthentication()
      valid for SecurityPolicy 1.2 only returns true if HttpBasicAuthentication nested policy assertion is present
      Returns:
      true or false
    • isHttpDigestAuthentication

      boolean isHttpDigestAuthentication()
      valid for SecurityPolicy 1.2 only returns true if HttpDigestAuthentication nested policy assertion is present
      Returns:
      true or false
    • getIssuer

      Issuer getIssuer()
      returns the issuer for the X509 token.
      Returns:
      returns the issuer
    • getIssuerName

      IssuerName getIssuerName()
      Returns:
      the issuer name for X509 token
    • getClaims

      Claims getClaims()
      Returns:
      Claims