Uses of Enum Class
com.atlassian.crowd.plugin.rest.entity.sso.CertificateFormat
Packages that use CertificateFormat
-
Uses of CertificateFormat in com.atlassian.crowd.plugin.rest.entity.sso
Methods in com.atlassian.crowd.plugin.rest.entity.sso that return CertificateFormatModifier and TypeMethodDescriptionIdpSamlConfigurationEntity.getCertificateFormat()static CertificateFormatReturns 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.Methods in com.atlassian.crowd.plugin.rest.entity.sso with parameters of type CertificateFormatModifier and TypeMethodDescriptionIdpSamlConfigurationEntity.Builder.setCertificateFormat(CertificateFormat certificateFormat) Constructors in com.atlassian.crowd.plugin.rest.entity.sso with parameters of type CertificateFormatModifierConstructorDescriptionIdpSamlConfigurationEntity(String issuer, String ssoUrl, CertificateFormat certificateFormat, String certificate, Long expirationDate)