Class ExtensionSocialIdentityProvider
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.identitydomains.model.ExtensionSocialIdentityProvider
-
@Generated(value="OracleSDKGenerator", comments="API Version: v1") public final class ExtensionSocialIdentityProvider extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Social Identity Provider Extension Schema
Note: Objects should always be created or deserialized using theExtensionSocialIdentityProvider.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
ExtensionSocialIdentityProvider.Builder
, which maintain a set of all explicitly set fields calledExtensionSocialIdentityProvider.Builder.__explicitlySet__
. ThehashCode()
andequals(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).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ExtensionSocialIdentityProvider.Builder
static class
ExtensionSocialIdentityProvider.Status
Status
-
Constructor Summary
Constructors Constructor Description ExtensionSocialIdentityProvider(Boolean accountLinkingEnabled, Boolean autoRedirectEnabled, Boolean socialJitProvisioningEnabled, Boolean jitProvGroupStaticListEnabled, List<IdentityProviderJitProvAssignedGroups> jitProvAssignedGroups, Boolean registrationEnabled, ExtensionSocialIdentityProvider.Status status, String authzUrl, String accessTokenUrl, List<IdentityProviderRelayIdpParamMappings> relayIdpParamMappings, String profileUrl, List<String> scope, List<String> adminScope, String consumerKey, String consumerSecret, String serviceProviderName, Integer clockSkewInSeconds, String redirectUrl, String discoveryUrl, Boolean clientCredentialInPayload, String idAttribute)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ExtensionSocialIdentityProvider.Builder
builder()
Create a new builder.boolean
equals(Object o)
String
getAccessTokenUrl()
Social IDP Access token URLBoolean
getAccountLinkingEnabled()
Whether account linking is enabledList<String>
getAdminScope()
Admin scope to requestString
getAuthzUrl()
Social IDP Authorization URLBoolean
getAutoRedirectEnabled()
Whether social auto redirect is enabled.Boolean
getClientCredentialInPayload()
Whether the client credential is contained in payloadInteger
getClockSkewInSeconds()
Social IDP allowed clock skew timeString
getConsumerKey()
Social IDP Client Application Client IDString
getConsumerSecret()
Social IDP Client Application Client SecretString
getDiscoveryUrl()
Discovery URLString
getIdAttribute()
Id attribute used for account linkingList<IdentityProviderJitProvAssignedGroups>
getJitProvAssignedGroups()
Lists the groups each social JIT-provisioned user is a member.Boolean
getJitProvGroupStaticListEnabled()
Set to true to indicate Social JIT User Provisioning Groups should be assigned from a static listString
getProfileUrl()
Social IDP User profile URLString
getRedirectUrl()
redirect URL for social idpBoolean
getRegistrationEnabled()
Whether registration is enabledList<IdentityProviderRelayIdpParamMappings>
getRelayIdpParamMappings()
Relay Param variable for Social IDPList<String>
getScope()
Scope to requestString
getServiceProviderName()
Service Provider NameBoolean
getSocialJitProvisioningEnabled()
Whether Social JIT Provisioning is enabledExtensionSocialIdentityProvider.Status
getStatus()
Statusint
hashCode()
ExtensionSocialIdentityProvider.Builder
toBuilder()
String
toString()
String
toString(boolean includeByteArrayContents)
Return a string representation of the object.
-
-
-
Constructor Detail
-
ExtensionSocialIdentityProvider
@Deprecated @ConstructorProperties({"accountLinkingEnabled","autoRedirectEnabled","socialJitProvisioningEnabled","jitProvGroupStaticListEnabled","jitProvAssignedGroups","registrationEnabled","status","authzUrl","accessTokenUrl","relayIdpParamMappings","profileUrl","scope","adminScope","consumerKey","consumerSecret","serviceProviderName","clockSkewInSeconds","redirectUrl","discoveryUrl","clientCredentialInPayload","idAttribute"}) public ExtensionSocialIdentityProvider(Boolean accountLinkingEnabled, Boolean autoRedirectEnabled, Boolean socialJitProvisioningEnabled, Boolean jitProvGroupStaticListEnabled, List<IdentityProviderJitProvAssignedGroups> jitProvAssignedGroups, Boolean registrationEnabled, ExtensionSocialIdentityProvider.Status status, String authzUrl, String accessTokenUrl, List<IdentityProviderRelayIdpParamMappings> relayIdpParamMappings, String profileUrl, List<String> scope, List<String> adminScope, String consumerKey, String consumerSecret, String serviceProviderName, Integer clockSkewInSeconds, String redirectUrl, String discoveryUrl, Boolean clientCredentialInPayload, String idAttribute)
Deprecated.
-
-
Method Detail
-
builder
public static ExtensionSocialIdentityProvider.Builder builder()
Create a new builder.
-
toBuilder
public ExtensionSocialIdentityProvider.Builder toBuilder()
-
getAccountLinkingEnabled
public Boolean getAccountLinkingEnabled()
Whether account linking is enabled*Added In:** 20.1.3
*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readWrite - required: true - returned: default - type: boolean - uniqueness: none
- Returns:
- the value
-
getAutoRedirectEnabled
public Boolean getAutoRedirectEnabled()
Whether social auto redirect is enabled.The IDP policy should be configured with only one Social IDP, and without username/password selected.
*Added In:** 2310202314
*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readWrite - required: false - returned: default - type: boolean - uniqueness: none
- Returns:
- the value
-
getSocialJitProvisioningEnabled
public Boolean getSocialJitProvisioningEnabled()
Whether Social JIT Provisioning is enabled*Added In:** 2307282043
*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readWrite - required: false - returned: default - type: boolean - uniqueness: none
- Returns:
- the value
-
getJitProvGroupStaticListEnabled
public Boolean getJitProvGroupStaticListEnabled()
Set to true to indicate Social JIT User Provisioning Groups should be assigned from a static list*Added In:** 2310202314
*SCIM++ Properties:** - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: boolean - uniqueness: none
- Returns:
- the value
-
getJitProvAssignedGroups
public List<IdentityProviderJitProvAssignedGroups> getJitProvAssignedGroups()
Lists the groups each social JIT-provisioned user is a member.Just-in-Time user-provisioning applies this static list when jitProvGroupStaticListEnabled:true.
*Added In:** 2310202314
*SCIM++ Properties:** - idcsCompositeKey: [value] - idcsSearchable: false - multiValued: true - mutability: readWrite - required: false - returned: default - type: complex - uniqueness: none
- Returns:
- the value
-
getRegistrationEnabled
public Boolean getRegistrationEnabled()
Whether registration is enabled*Added In:** 20.1.3
*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readWrite - required: true - returned: default - type: boolean - uniqueness: none
- Returns:
- the value
-
getStatus
public ExtensionSocialIdentityProvider.Status getStatus()
Status*Added In:** 20.1.3
*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none
- Returns:
- the value
-
getAuthzUrl
public String getAuthzUrl()
Social IDP Authorization URL*Added In:** 20.1.3
*SCIM++ Properties:** - caseExact: true - idcsSearchable: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none
- Returns:
- the value
-
getAccessTokenUrl
public String getAccessTokenUrl()
Social IDP Access token URL*Added In:** 20.1.3
*SCIM++ Properties:** - caseExact: true - idcsSearchable: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none
- Returns:
- the value
-
getRelayIdpParamMappings
public List<IdentityProviderRelayIdpParamMappings> getRelayIdpParamMappings()
Relay Param variable for Social IDP*Added In:** 2305190132
*SCIM++ Properties:** - idcsCompositeKey: [relayParamKey] - idcsSearchable: true - multiValued: true - mutability: readWrite - required: false - returned: default - type: complex - uniqueness: none
- Returns:
- the value
-
getProfileUrl
public String getProfileUrl()
Social IDP User profile URL*Added In:** 20.1.3
*SCIM++ Properties:** - caseExact: true - idcsSearchable: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none
- Returns:
- the value
-
getScope
public List<String> getScope()
Scope to request*Added In:** 20.1.3
*SCIM++ Properties:** - caseExact: true - idcsSearchable: false - multiValued: true - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none
- Returns:
- the value
-
getAdminScope
public List<String> getAdminScope()
Admin scope to request*Added In:** 20.1.3
*SCIM++ Properties:** - caseExact: true - idcsSearchable: false - multiValued: true - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none
- Returns:
- the value
-
getConsumerKey
public String getConsumerKey()
Social IDP Client Application Client ID*Added In:** 20.1.3
*SCIM++ Properties:** - caseExact: true - idcsSearchable: false - multiValued: false - mutability: readWrite - required: true - returned: default - type: string - uniqueness: none
- Returns:
- the value
-
getConsumerSecret
public String getConsumerSecret()
Social IDP Client Application Client Secret*Added In:** 20.1.3
*SCIM++ Properties:** - caseExact: true - idcsSearchable: false - idcsSensitive: encrypt - multiValued: false - mutability: readWrite - required: true - returned: default - type: string - uniqueness: none
- Returns:
- the value
-
getServiceProviderName
public String getServiceProviderName()
Service Provider Name*Added In:** 20.1.3
*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: immutable - required: true - returned: default - type: string - uniqueness: none
- Returns:
- the value
-
getClockSkewInSeconds
public Integer getClockSkewInSeconds()
Social IDP allowed clock skew time*Added In:** 20.1.3
*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: integer - uniqueness: none
- Returns:
- the value
-
getRedirectUrl
public String getRedirectUrl()
redirect URL for social idp*Added In:** 20.1.3
*SCIM++ Properties:** - caseExact: true - idcsSearchable: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none
- Returns:
- the value
-
getDiscoveryUrl
public String getDiscoveryUrl()
Discovery URL*Added In:** 20.1.3
*SCIM++ Properties:** - caseExact: true - idcsSearchable: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none
- Returns:
- the value
-
getClientCredentialInPayload
public Boolean getClientCredentialInPayload()
Whether the client credential is contained in payload*Added In:** 20.1.3
*SCIM++ Properties:** - caseExact: true - idcsSearchable: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: boolean - uniqueness: none
- Returns:
- the value
-
getIdAttribute
public String getIdAttribute()
Id attribute used for account linking*Added In:** 20.1.3
*SCIM++ Properties:** - caseExact: true - idcsSearchable: false - multiValued: false - mutability: immutable - required: false - returned: default - type: string - uniqueness: none
- Returns:
- the value
-
toString
public String toString()
- Overrides:
toString
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
toString
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.- Parameters:
includeByteArrayContents
- true to include the full contents of byte arrays- Returns:
- string representation
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
-