Class AppUserAssertionAttributes.Builder
- java.lang.Object
-
- com.oracle.bmc.identitydomains.model.AppUserAssertionAttributes.Builder
-
- Enclosing class:
- AppUserAssertionAttributes
public static class AppUserAssertionAttributes.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AppUserAssertionAttributes
build()
AppUserAssertionAttributes.Builder
copy(AppUserAssertionAttributes model)
AppUserAssertionAttributes.Builder
format(String format)
Indicates the format of the assertion attribute.AppUserAssertionAttributes.Builder
name(String name)
The attribute represents the name of the attribute that will be used in the Security Assertion Markup Language (SAML) assertionAppUserAssertionAttributes.Builder
userStoreAttributeName(String userStoreAttributeName)
This attribute specifies which user attribute should be used to create the value of the SAML assertion attribute.
-
-
-
Method Detail
-
name
public AppUserAssertionAttributes.Builder name(String name)
The attribute represents the name of the attribute that will be used in the Security Assertion Markup Language (SAML) assertion*Deprecated Since: 18.2.2**
*SCIM++ Properties:** - caseExact: false - idcsSearchable: false - idcsValuePersistedInOtherAttribute: true - multiValued: false - mutability: readWrite - required: true - returned: default - type: string - uniqueness: none
- Parameters:
name
- the value to set- Returns:
- this builder
-
userStoreAttributeName
public AppUserAssertionAttributes.Builder userStoreAttributeName(String userStoreAttributeName)
This attribute specifies which user attribute should be used to create the value of the SAML assertion attribute.The userstore attribute can be constructed by using attributes from the Oracle Identity Cloud Service Core Users schema.
Note: Attributes from extensions to the Core User schema are not supported in v1.0.*Deprecated Since: 18.2.2**
*SCIM++ Properties:** - caseExact: false - idcsSearchable: false - idcsValuePersistedInOtherAttribute: true - multiValued: false - mutability: readWrite - required: true - returned: default - type: string - uniqueness: none
- Parameters:
userStoreAttributeName
- the value to set- Returns:
- this builder
-
format
public AppUserAssertionAttributes.Builder format(String format)
Indicates the format of the assertion attribute.*Deprecated Since: 18.2.2**
*SCIM++ Properties:** - caseExact: true - idcsSearchable: false - idcsValuePersistedInOtherAttribute: true - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none
- Parameters:
format
- the value to set- Returns:
- this builder
-
build
public AppUserAssertionAttributes build()
-
copy
public AppUserAssertionAttributes.Builder copy(AppUserAssertionAttributes model)
-
-