Documentation ¶
Index ¶
- Constants
- type LProvider
- func (l *LProvider) AuthenticateUser(input interface{}) (v3.Principal, []v3.Principal, map[string]string, int, error)
- func (l *LProvider) ConfigActionHandler(actionName string, action *types.Action, request *types.APIContext) error
- func (l *LProvider) GetName() string
- func (l *LProvider) SearchPrincipals(searchKey string, myToken v3.Token) ([]v3.Principal, int, error)
Constants ¶
View Source
const (
Name = "local"
)
Constants for github
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LProvider ¶
type LProvider struct {
// contains filtered or unexported fields
}
LProvider implements an PrincipalProvider for local auth
func (*LProvider) AuthenticateUser ¶
func (*LProvider) ConfigActionHandler ¶
Click to show internal directories.
Click to hide internal directories.