Interface SubComponentFactory<CreatedType,ProviderType extends Provider>

All Superinterfaces:
ComponentFactory<CreatedType,ProviderType>, ConfiguredProvider, ProviderFactory<ProviderType>
All Known Subinterfaces:
LDAPStorageMapperFactory<T>
All Known Implementing Classes:
AbstractLDAPStorageMapperFactory, CertificateLDAPStorageMapperFactory, FullNameLDAPStorageMapperFactory, GroupLDAPStorageMapperFactory, HardcodedAttributeMapperFactory, HardcodedLDAPAttributeMapperFactory, HardcodedLDAPGroupStorageMapperFactory, HardcodedLDAPRoleStorageMapperFactory, MSADLDSUserAccountControlStorageMapperFactory, MSADUserAccountControlStorageMapperFactory, RoleLDAPStorageMapperFactory, UserAttributeLDAPStorageMapperFactory

public interface SubComponentFactory<CreatedType,ProviderType extends Provider> extends ComponentFactory<CreatedType,ProviderType>
Useful when you want to describe config properties that are effected by the parent ComponentModel
Version:
$Revision: 1 $
Author:
Bill Burke