Class ChangeSamlCertificateRequest

  • All Implemented Interfaces:
    Serializable

    public class ChangeSamlCertificateRequest
    extends Object
    implements Serializable
    This class represents the requests to update saml certificates.
    See Also:
    Serialized Form
    • Constructor Detail

      • ChangeSamlCertificateRequest

        public ChangeSamlCertificateRequest()
    • Method Detail

      • getCertificate

        public InputStream getCertificate()
        The stream of the certificate in PEM format.
      • setCertificate

        public void setCertificate​(InputStream certificate)
        The stream of the certificate in PEM format.
      • setType

        public void setType​(SamlCertificateType type)
        The type of certificate to be changed.
      • equals

        public boolean equals​(Object o)
        Overrides:
        equals in class Object
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • toString

        public String toString()
        Overrides:
        toString in class Object