Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Authenticator ¶
type Authenticator interface {
Authenticate(req *http.Request) (authed bool, user string, groups []string, err error)
}
func NewAuthenticator ¶
func NewAuthenticator(ctx context.Context, mgmtCtx *config.ManagementContext) Authenticator
Click to show internal directories.
Click to hide internal directories.