Uses of Enum Class
com.atlassian.crowd.plugin.rest.entity.sso.CertificateFormat
-
Uses of CertificateFormat in com.atlassian.crowd.plugin.rest.entity.sso
Modifier and TypeMethodDescriptionIdpSamlConfigurationEntity.getCertificateFormat()
static CertificateFormat
Returns the enum constant of this class with the specified name.static CertificateFormat[]
CertificateFormat.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionIdpSamlConfigurationEntity.Builder.setCertificateFormat
(CertificateFormat certificateFormat) ModifierConstructorDescriptionIdpSamlConfigurationEntity
(String issuer, String ssoUrl, CertificateFormat certificateFormat, String certificate, Long expirationDate)