Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrLogin = errors.New("login failed, User or Password error")
View Source
var ErrMissingBasePath = errors.New("basePath must be specified")
ErrMissingBasePath is triggered when the basePath property isn't specified
View Source
var ErrMissingKeycloakClientCredentials = errors.New("missing the keycloak client credentials")
Functions ¶
Types ¶
type KeycloakAuthenticator ¶
type KeycloakAuthenticator struct {
// contains filtered or unexported fields
}
func (*KeycloakAuthenticator) CheckPasswd ¶
func (a *KeycloakAuthenticator) CheckPasswd(user, pass string) (bool, error)
CheckPasswd
Click to show internal directories.
Click to hide internal directories.