public static class AppUserAssertionAttributes.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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) assertion
|
AppUserAssertionAttributes.Builder |
userStoreAttributeName(String userStoreAttributeName)
This attribute specifies which user attribute should be used to create the value of the
SAML assertion attribute.
|
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
name
- the value to setpublic 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
userStoreAttributeName
- the value to setpublic 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
format
- the value to setpublic AppUserAssertionAttributes build()
public AppUserAssertionAttributes.Builder copy(AppUserAssertionAttributes model)
Copyright © 2016–2024. All rights reserved.