Versions in this module Expand all Collapse all v1 v1.0.8 Nov 7, 2015 v1.0.7 Oct 29, 2015 Changes in this version + func IsMemberLookupError(e error) bool + 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) + type MemberLookupError struct + CausedBy error + LDAPGroupUID string + LDAPUserUID string + func (e *MemberLookupError) Error() string