@Generated(value="OracleSDKGenerator", comments="API Version: 20180828") public final class SecuritySamlConfig extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
SAML policy is optionally used for Opensearch cluster to config SAML authentication
Note: Objects should always be created or deserialized using the SecuritySamlConfig.Builder
. This model
distinguishes fields that are null
because they are unset from fields that are explicitly
set to null
. This is done in the setter methods of the SecuritySamlConfig.Builder
, which maintain a
set of all explicitly set fields called SecuritySamlConfig.Builder.__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take the explicitly set
fields into account. The constructor, on the other hand, does not take the explicitly set fields
into account (since the constructor cannot distinguish explicit null
from unset null
).
Modifier and Type | Class and Description |
---|---|
static class |
SecuritySamlConfig.Builder |
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
SecuritySamlConfig(Boolean isEnabled,
String idpMetadataContent,
String idpEntityId,
String opendashboardUrl,
String adminBackendRole,
String subjectKey,
String rolesKey)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static SecuritySamlConfig.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
String |
getAdminBackendRole()
The backend role of admins who have all permissions like local master user
|
String |
getIdpEntityId()
The unique name for a identity provider entity
|
String |
getIdpMetadataContent()
The content of identity provider metadata
|
Boolean |
getIsEnabled()
A flag determine whether SAML is enabled
|
String |
getOpendashboardUrl()
The endpoint of opendashboard
|
String |
getRolesKey()
The roles key is sued to get backend roles from SAML assertion
|
String |
getSubjectKey()
The subject key is used to get username from SAML assertion.
|
int |
hashCode() |
SecuritySamlConfig.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"isEnabled","idpMetadataContent","idpEntityId","opendashboardUrl","adminBackendRole","subjectKey","rolesKey"}) public SecuritySamlConfig(Boolean isEnabled, String idpMetadataContent, String idpEntityId, String opendashboardUrl, String adminBackendRole, String subjectKey, String rolesKey)
public static SecuritySamlConfig.Builder builder()
Create a new builder.
public SecuritySamlConfig.Builder toBuilder()
public Boolean getIsEnabled()
A flag determine whether SAML is enabled
public String getIdpMetadataContent()
The content of identity provider metadata
public String getIdpEntityId()
The unique name for a identity provider entity
public String getOpendashboardUrl()
The endpoint of opendashboard
public String getAdminBackendRole()
The backend role of admins who have all permissions like local master user
public String getSubjectKey()
The subject key is used to get username from SAML assertion. By default, it is NameID
public String getRolesKey()
The roles key is sued to get backend roles from SAML assertion
public String toString()
toString
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public int hashCode()
hashCode
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Copyright © 2016–2025. All rights reserved.