Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrBadLoginOrPassword = fmt.Errorf("bad login or password")
ErrBadLoginOrPassword ...
View Source
var ErrPrincipalDisabled = fmt.Errorf("principal disabled")
ErrPrincipalDisabled ...
Functions ¶
This section is empty.
Types ¶
type Authenticator ¶
type Authenticator struct {
// contains filtered or unexported fields
}
Authenticator ...
func NewAuthenticator ¶
func NewAuthenticator(adaptors *adaptors.Adaptors) *Authenticator
NewAuthenticator ...
func (*Authenticator) Authenticate ¶
func (a *Authenticator) Authenticate(login string, pass interface{}) (err error)
Authenticate ...
Click to show internal directories.
Click to hide internal directories.