Uses of Class
com.oracle.bmc.identitydomains.model.AppUserAssertionAttributes
-
Packages that use AppUserAssertionAttributes Package Description com.oracle.bmc.identitydomains.model -
-
Uses of AppUserAssertionAttributes in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return AppUserAssertionAttributes Modifier and Type Method Description AppUserAssertionAttributes
AppUserAssertionAttributes.Builder. build()
Methods in com.oracle.bmc.identitydomains.model that return types with arguments of type AppUserAssertionAttributes Modifier and Type Method 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.Methods in com.oracle.bmc.identitydomains.model with parameters of type AppUserAssertionAttributes Modifier and Type Method Description AppUserAssertionAttributes.Builder
AppUserAssertionAttributes.Builder. copy(AppUserAssertionAttributes model)
Method parameters in com.oracle.bmc.identitydomains.model with type arguments of type AppUserAssertionAttributes Modifier and Type Method 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 parameters in com.oracle.bmc.identitydomains.model with type arguments of type AppUserAssertionAttributes Constructor 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.
-