Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrCustomerNotFound = errors.New("customer not found") ErrUserNotInCustomer = errors.New("user not in customer") )
Functions ¶
This section is empty.
Types ¶
type AuthnService ¶
type AuthnService interface {
Login(customerName string, username, password string) (*multi_tenant.UserInfo, error)
}
func NewLDAPAuthnService ¶
func NewLDAPAuthnService() AuthnService
Click to show internal directories.
Click to hide internal directories.