Versions in this module Expand all Collapse all v1 v1.1.1 Jan 18, 2016 Changes in this version + func IsmemberLookupError(e error) bool + func NewMemberLookupError(ldapGroupUID, ldapUserUID string, causedBy error) error + 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)