Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FactoryWrappers ¶
type FactoryWrappers interface { RegisterWrapper(identifier string, constructor wrapper.FactoryWrapperConstructor, initializer wrapper.FactoryWrapperInitializer) GetWrapper(identifier string) WrapperDefinition ResetWrappers() }
func NewDisabledFactoryWrappers ¶
func NewDisabledFactoryWrappers() FactoryWrappers
func NewFactoryWrappers ¶
func NewFactoryWrappers() FactoryWrappers
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
func NewManager ¶
func NewManager(producer context.ServiceContextProducer, config *configuration.ConfigurationData, wrappers FactoryWrappers) *Manager
func (*Manager) ClusterCacheFactory ¶
func (f *Manager) ClusterCacheFactory() service.ClusterCacheFactory
func (*Manager) IdentityProviderFactory ¶
func (f *Manager) IdentityProviderFactory() service.IdentityProviderFactory
func (*Manager) LinkingProviderFactory ¶
func (f *Manager) LinkingProviderFactory() service.LinkingProviderFactory
type WrapperDefinition ¶
type WrapperDefinition interface { GetConstructor() wrapper.FactoryWrapperConstructor GetInitializer() wrapper.FactoryWrapperInitializer }
Click to show internal directories.
Click to hide internal directories.