Versions in this module Expand all Collapse all v4 v4.1.0 May 1, 2019 Changes in this version + func NewCompoundDetector(locators ...interfaces.LDAPGroupDetector) interfaces.LDAPGroupDetector + func NewGroupBasedDetector(groupGetter interfaces.LDAPGroupGetter) interfaces.LDAPGroupDetector + func NewMemberBasedDetector(memberExtractor interfaces.LDAPMemberExtractor) interfaces.LDAPGroupDetector + type CompoundDetector struct + func (l *CompoundDetector) Exists(ldapGrouUID string) (bool, error) + type GroupBasedDetector struct + func (l *GroupBasedDetector) Exists(ldapGroupUID string) (bool, error) + type MemberBasedDetector struct + func (l *MemberBasedDetector) Exists(ldapGrouUID string) (bool, error) v4.0.0-alpha.0 Sep 13, 2018 Other modules containing this package gopkg.in/openshift/origin.v3