Package | Description |
---|---|
com.oracle.bmc.identitydomains.model |
Modifier and Type | Method and Description |
---|---|
AppGroupAssertionAttributes |
AppGroupAssertionAttributes.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<AppGroupAssertionAttributes> |
AppExtensionSamlServiceProviderApp.getGroupAssertionAttributes()
Each value of this attribute describes an attribute of Group that will be sent in a Security
Assertion Markup Language (SAML) assertion.
|
Modifier and Type | Method and Description |
---|---|
AppGroupAssertionAttributes.Builder |
AppGroupAssertionAttributes.Builder.copy(AppGroupAssertionAttributes model) |
Modifier and Type | Method and Description |
---|---|
AppExtensionSamlServiceProviderApp.Builder |
AppExtensionSamlServiceProviderApp.Builder.groupAssertionAttributes(List<AppGroupAssertionAttributes> groupAssertionAttributes)
Each value of this attribute describes an attribute of Group 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.