Class ChangeSamlCertificateRequest
Object
ChangeSamlCertificateRequest
- All Implemented Interfaces:
Serializable
This class represents the requests to update saml certificates.
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanThe stream of the certificate in PEM format.getType()The type of certificate to be changed.inthashCode()voidsetCertificate(InputStream certificate) The stream of the certificate in PEM format.voidsetType(SamlCertificateType type) The type of certificate to be changed.toString()
-
Constructor Details
-
ChangeSamlCertificateRequest
public ChangeSamlCertificateRequest()
-
-
Method Details
-
builder
-
getCertificate
The stream of the certificate in PEM format. -
getType
The type of certificate to be changed. -
setCertificate
The stream of the certificate in PEM format. -
setType
The type of certificate to be changed. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-