package
4.1.0+incompatible
Repository: https://github.com/openshift/origin.git
Documentation: pkg.go.dev

# Functions

NewCompoundDetector returns an LDAPGroupDetector that subsumes some other LDAPGroupDetectors.
NewGroupBasedDetector returns an LDAPGroupDetector that determines group existence based on the presence of a first-class group entry in LDAP as found by an LDAPGroupGetter.
NewMemberBasedDetector returns an LDAPGroupDetector that determines group existence based on the presence of a non-zero number of first-class member entries in LDAP as found by an LDAPMemberExtractor.

# Structs

CompoundDetector is an LDAPGroupDetector that subsumes some other LDAPGroupDetectors.
GroupBasedDetector is an LDAPGroupDetector that determines group existence based on the presence of a first-class group entry in LDAP as found by an LDAPGroupGetter.
MemberBasedDetector is an LDAPGroupDetector that determines group existence based on the presence of a non-zero number of first-class member entries in LDAP as found by an LDAPMemberExtractor.