Clears all registered adaptors from the registry.
Returns the identifier of the currently active SDK adaptor, or null if none is set.
The active adaptor identifier, or null
Get a registered SDK Adaptor by identifier
Identifier of the SDK Adaptor
Gets all registered adaptor identifiers.
Array of adaptor identifiers
Sets the active SDK adaptor by identifier. The active adaptor is used as the default when no adaptorIdentifier is explicitly provided (e.g. in userStore.auth methods or syncGroupsList).
The identifier of the adaptor to set as active
StaticgetGets the singleton instance of the AdaptorRegistry.
The singleton AdaptorRegistry instance
Registry for managing SDK adaptors.
Provides singleton access to register, retrieve, and manage SDK adaptors that implement the CDF SDK interface. Uses a Proxy to intercept method calls and provide helpful error messages for unimplemented methods.