| Package | Description |
|---|---|
| com.atlassian.crowd.plugin.rest.entity.sso |
| Modifier and Type | Method and Description |
|---|---|
CertificateFormat |
IdpSamlConfigurationEntity.getCertificateFormat() |
static CertificateFormat |
CertificateFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CertificateFormat[] |
CertificateFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
IdpSamlConfigurationEntity.Builder |
IdpSamlConfigurationEntity.Builder.setCertificateFormat(CertificateFormat certificateFormat) |
| Constructor and Description |
|---|
IdpSamlConfigurationEntity(String issuer,
String ssoUrl,
CertificateFormat certificateFormat,
String certificate,
Long expirationDate) |
Copyright © 2024 Atlassian. All rights reserved.