Class X509AuthToken


  • public class X509AuthToken
    extends AuthToken
    Authentication token created with the X509 certificate-based process.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String certificate
      The certificate.
    • Constructor Summary

      Constructors 
      Constructor Description
      X509AuthToken()
      Creates the token.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCertificate()
      Gets the signing certificate.
      void setCertificate​(java.lang.String certificate)
      Sets the signing certificate.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • certificate

        protected java.lang.String certificate
        The certificate.
    • Constructor Detail

      • X509AuthToken

        public X509AuthToken()
        Creates the token.
    • Method Detail

      • getCertificate

        public java.lang.String getCertificate()
        Gets the signing certificate.
        Returns:
        The certificate.
      • setCertificate

        public void setCertificate​(java.lang.String certificate)
        Sets the signing certificate.
        Parameters:
        certificate - The certificate.