@Generated(value="OracleSDKGenerator", comments="API Version: v1") public final class IdentityProvider extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
IdentityProvider.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 IdentityProvider.Builder
, which maintain a
set of all explicitly set fields called IdentityProvider.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 |
IdentityProvider.Builder |
static class |
IdentityProvider.Protocol
The type of the provider.
|
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
IdentityProvider(String id,
String name,
String tenantName,
String tenantId,
String redirectUri,
String signingCertificate,
IdentityProvider.Protocol protocol,
String serviceProviderEntityId,
Boolean forceAuthentication,
List<String> authnContextClassRefs)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static IdentityProvider.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
List<String> |
getAuthnContextClassRefs()
Authentication context class refs.
|
Boolean |
getForceAuthentication()
Whether to force authentication.
|
String |
getId()
The id of the provider.
|
String |
getName()
The name of the provider.
|
IdentityProvider.Protocol |
getProtocol()
The type of the provider.
|
String |
getRedirectUri()
The SAML endpoint where user will be redirected.
|
String |
getServiceProviderEntityId()
The id of the service provider entity.
|
String |
getSigningCertificate()
The signing certificate of the provider.
|
String |
getTenantId()
The id of the tenant.
|
String |
getTenantName()
The name of the tenant.
|
int |
hashCode() |
IdentityProvider.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"id","name","tenantName","tenantId","redirectUri","signingCertificate","protocol","serviceProviderEntityId","forceAuthentication","authnContextClassRefs"}) public IdentityProvider(String id, String name, String tenantName, String tenantId, String redirectUri, String signingCertificate, IdentityProvider.Protocol protocol, String serviceProviderEntityId, Boolean forceAuthentication, List<String> authnContextClassRefs)
public static IdentityProvider.Builder builder()
Create a new builder.
public IdentityProvider.Builder toBuilder()
public String getId()
The id of the provider.
public String getName()
The name of the provider.
public String getTenantName()
The name of the tenant.
public String getTenantId()
The id of the tenant.
public String getRedirectUri()
The SAML endpoint where user will be redirected.
public String getSigningCertificate()
The signing certificate of the provider.
public IdentityProvider.Protocol getProtocol()
The type of the provider.
public String getServiceProviderEntityId()
The id of the service provider entity.
public Boolean getForceAuthentication()
Whether to force authentication.
public List<String> getAuthnContextClassRefs()
Authentication context class refs.
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–2024. All rights reserved.