Class IAppIdentityServiceFactoryProvider (2.0.0)

public final class IAppIdentityServiceFactoryProvider extends FactoryProvider<IAppIdentityServiceFactory>

Factory provider for IAppIdentityServiceFactory.

Note: This class is not intended for end users.

Inheritance

java.lang.Object > FactoryProvider > IAppIdentityServiceFactoryProvider

Constructors

IAppIdentityServiceFactoryProvider()

public IAppIdentityServiceFactoryProvider()

Methods

getFactoryInstance()

protected IAppIdentityServiceFactory getFactoryInstance()

Return an instance of the factory

Returns
TypeDescription
IAppIdentityServiceFactory
Overrides