Uses of Class
com.oracle.bmc.identitydomains.model.AppExtensionOpcServiceApp.CurrentFederationMode
-
Packages that use AppExtensionOpcServiceApp.CurrentFederationMode Package Description com.oracle.bmc.identitydomains.model -
-
Uses of AppExtensionOpcServiceApp.CurrentFederationMode in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return AppExtensionOpcServiceApp.CurrentFederationMode Modifier and Type Method Description static AppExtensionOpcServiceApp.CurrentFederationMode
AppExtensionOpcServiceApp.CurrentFederationMode. create(String key)
AppExtensionOpcServiceApp.CurrentFederationMode
AppExtensionOpcServiceApp. getCurrentFederationMode()
Current Federation Modestatic AppExtensionOpcServiceApp.CurrentFederationMode
AppExtensionOpcServiceApp.CurrentFederationMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static AppExtensionOpcServiceApp.CurrentFederationMode[]
AppExtensionOpcServiceApp.CurrentFederationMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.identitydomains.model with parameters of type AppExtensionOpcServiceApp.CurrentFederationMode Modifier and Type Method Description AppExtensionOpcServiceApp.Builder
AppExtensionOpcServiceApp.Builder. currentFederationMode(AppExtensionOpcServiceApp.CurrentFederationMode currentFederationMode)
Current Federation ModeConstructors in com.oracle.bmc.identitydomains.model with parameters of type AppExtensionOpcServiceApp.CurrentFederationMode Constructor Description AppExtensionOpcServiceApp(String serviceInstanceIdentifier, String region, AppExtensionOpcServiceApp.CurrentFederationMode currentFederationMode, AppExtensionOpcServiceApp.CurrentSynchronizationMode currentSynchronizationMode, AppExtensionOpcServiceApp.NextFederationMode nextFederationMode, AppExtensionOpcServiceApp.NextSynchronizationMode nextSynchronizationMode, Boolean enablingNextFedSyncModes)
Deprecated.
-