MCPcopy
hub / github.com/glauth/glauth / HelperMaker

Interface HelperMaker

v2/pkg/handler/handler.go:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8)
9
10type HelperMaker interface {
11 FindUser(ctx context.Context, userName string, searchByUPN bool) (bool, config.User, error)
12 FindGroup(ctx context.Context, groupName string) (bool, config.Group, error)
13}
14
15// Handler is the common interface for all datastores
16type Handler interface {

Callers 1

BindMethod · 0.65

Implementers 4

databaseHandlerv2/pkg/plugins/basesqlhandler.go
ownCloudHandlerv2/pkg/handler/owncloud.go
configHandlerv2/pkg/handler/config.go
ldapHandlerv2/pkg/handler/ldap.go

Calls

no outgoing calls

Tested by

no test coverage detected