Package | Description |
---|---|
com.oracle.bmc.identitydomains.model |
Modifier and Type | Method and Description |
---|---|
AppUserAssertionAttributes |
AppUserAssertionAttributes.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<AppUserAssertionAttributes> |
AppExtensionSamlServiceProviderApp.getUserAssertionAttributes()
Each value of this attribute describes an attribute of User that will be sent in a Security
Assertion Markup Language (SAML) assertion.
|
Modifier and Type | Method and Description |
---|---|
AppUserAssertionAttributes.Builder |
AppUserAssertionAttributes.Builder.copy(AppUserAssertionAttributes model) |
Modifier and Type | Method and Description |
---|---|
AppExtensionSamlServiceProviderApp.Builder |
AppExtensionSamlServiceProviderApp.Builder.userAssertionAttributes(List<AppUserAssertionAttributes> userAssertionAttributes)
Each value of this attribute describes an attribute of User that will be sent in a
Security Assertion Markup Language (SAML) assertion.
|
Constructor and Description |
---|
AppExtensionSamlServiceProviderApp(String metadata,
String partnerProviderId,
String partnerProviderPattern,
String tenantProviderId,
String succinctId,
String assertionConsumerUrl,
String logoutRequestUrl,
String logoutResponseUrl,
String nameIdFormat,
String signingCertificate,
String encryptionCertificate,
AppExtensionSamlServiceProviderApp.EncryptionAlgorithm encryptionAlgorithm,
AppExtensionSamlServiceProviderApp.KeyEncryptionAlgorithm keyEncryptionAlgorithm,
Boolean encryptAssertion,
AppExtensionSamlServiceProviderApp.SignResponseOrAssertion signResponseOrAssertion,
Boolean includeSigningCertInSignature,
AppExtensionSamlServiceProviderApp.LogoutBinding logoutBinding,
Boolean logoutEnabled,
AppExtensionSamlServiceProviderApp.SignatureHashAlgorithm signatureHashAlgorithm,
AppExtensionSamlServiceProviderApp.FederationProtocol federationProtocol,
String nameIdUserstoreAttribute,
Boolean hokRequired,
String hokAcsUrl,
String lastNotificationSentTime,
AppOutboundAssertionAttributes outboundAssertionAttributes,
List<AppUserAssertionAttributes> userAssertionAttributes,
List<AppGroupAssertionAttributes> groupAssertionAttributes)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.