Documentation ¶
Index ¶
Constants ¶
View Source
const ( ErrorParamEmpty liberr.CodeError = iota + libcfg.MinErrorComponentLdap ErrorParamInvalid ErrorComponentNotInitialized ErrorConfigInvalid ErrorDependencyTLSDefault )
View Source
const (
ComponentType = "LDAP"
)
Variables ¶
This section is empty.
Functions ¶
func DefaultConfig ¶
func RegisterNew ¶
func RegisterNew(ctx libctx.FuncContext, cfg libcfg.Config, key string)
func SetDefaultConfig ¶
func SetDefaultConfig(cfg []byte)
Types ¶
type ComponentLDAP ¶
type ComponentLDAP interface { cfgtps.Component SetAttributes(att []string) GetConfig() *lbldap.Config SetConfig(opt *lbldap.Config) GetLDAP() *lbldap.HelperLDAP SetLDAP(l *lbldap.HelperLDAP) }
func Load ¶
func Load(getCpt cfgtps.FuncCptGet, key string) ComponentLDAP
func New ¶
func New(ctx libctx.FuncContext) ComponentLDAP
Click to show internal directories.
Click to hide internal directories.