Class 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 the ExtensionSocialIdentityProvider.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 called ExtensionSocialIdentityProvider.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).

    • Method Detail

      • 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 class com.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 class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel