Versions in this module Expand all Collapse all v1 v1.5.1 Apr 28, 2017 Changes in this version + type LDAPGroupDetector interface + Exists func(ldapGroupUID string) (exists bool, err error) + type LDAPGroupGetter interface + GroupEntryFor func(ldapGroupUID string) (group *ldap.Entry, err error) + type LDAPGroupLister interface + ListGroups func() (ldapGroupUIDs []string, err error) + type LDAPGroupListerNameMapper interface + type LDAPGroupNameMapper interface + GroupNameFor func(ldapGroupUID string) (openShiftGroupName string, err error) + type LDAPMemberExtractor interface + ExtractMembers func(ldapGroupUID string) (members []*ldap.Entry, err error) + type LDAPUserNameMapper interface + UserNameFor func(ldapUser *ldap.Entry) (openShiftUserName string, err error) v1.5.0-alpha.1 Dec 29, 2016