Uses of Class
com.oracle.bmc.identitydomains.model.AppThreeLeggedOAuthCredential
-
Packages that use AppThreeLeggedOAuthCredential Package Description com.oracle.bmc.identitydomains.model -
-
Uses of AppThreeLeggedOAuthCredential in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return AppThreeLeggedOAuthCredential Modifier and Type Method Description AppThreeLeggedOAuthCredential
AppThreeLeggedOAuthCredential.Builder. build()
AppThreeLeggedOAuthCredential
AppExtensionManagedappApp. getThreeLeggedOAuthCredential()
Methods in com.oracle.bmc.identitydomains.model with parameters of type AppThreeLeggedOAuthCredential Modifier and Type Method Description AppThreeLeggedOAuthCredential.Builder
AppThreeLeggedOAuthCredential.Builder. copy(AppThreeLeggedOAuthCredential model)
AppExtensionManagedappApp.Builder
AppExtensionManagedappApp.Builder. threeLeggedOAuthCredential(AppThreeLeggedOAuthCredential threeLeggedOAuthCredential)
Constructors in com.oracle.bmc.identitydomains.model with parameters of type AppThreeLeggedOAuthCredential Constructor Description AppExtensionManagedappApp(Boolean connected, Boolean canBeAuthoritative, Boolean isAuthoritative, Boolean isOnPremiseApp, Boolean isDirectory, Boolean isSchemaDiscoverySupported, Boolean isSchemaCustomizationSupported, Boolean enableSync, Boolean enableSyncSummaryReportNotification, Boolean enableAuthSyncNewUserNotification, Boolean adminConsentGranted, Boolean isThreeLeggedOAuthEnabled, Boolean isTwoLeggedOAuthEnabled, String threeLeggedOAuthProviderName, String syncConfigLastModified, Boolean accountFormVisible, List<AppIdentityBridges> identityBridges, AppConnectorBundle connectorBundle, List<AppBundleConfigurationProperties> bundleConfigurationProperties, List<AppObjectClasses> objectClasses, AppBundlePoolConfiguration bundlePoolConfiguration, AppFlatFileConnectorBundle flatFileConnectorBundle, List<AppFlatFileBundleConfigurationProperties> flatFileBundleConfigurationProperties, AppThreeLeggedOAuthCredential threeLeggedOAuthCredential)
Deprecated.
-