Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SimpleAuthenticator ¶
type SimpleAuthenticator struct {
// contains filtered or unexported fields
}
func NewSimpleAuthenticator ¶
func NewSimpleAuthenticator() *SimpleAuthenticator
func (*SimpleAuthenticator) GetAuthenticationMode ¶
func (a *SimpleAuthenticator) GetAuthenticationMode() interfaces.AuthMode
func (*SimpleAuthenticator) IsAuthenticated ¶
func (a *SimpleAuthenticator) IsAuthenticated(user string, password string) bool
func (*SimpleAuthenticator) SetCredentials ¶
func (a *SimpleAuthenticator) SetCredentials(username string, password string)
Click to show internal directories.
Click to hide internal directories.