package authenticator
import "k8s.io/kubernetes/pkg/auth/authenticator"
Index ¶
Types ¶
type Password ¶
Password checks a username and password against a backing authentication store and returns information about the user and true if successful, false if not successful, or an error if the username and password could not be checked
type PasswordFunc ¶
PasswordFunc is a function that implements the Password interface.
func (PasswordFunc) AuthenticatePassword ¶
AuthenticatePassword implements authenticator.Password.
type Request ¶
Request attempts to extract authentication information from a request and returns information about the current user and true if successful, false if not successful, or an error if the request could not be checked.
type RequestFunc ¶
RequestFunc is a function that implements the Request interface.
func (RequestFunc) AuthenticateRequest ¶
AuthenticateRequest implements authenticator.Request.
type Token ¶
Token checks a string value against a backing authentication store and returns information about the current user and true if successful, false if not successful, or an error if the token could not be checked.
type TokenFunc ¶
TokenFunc is a function that implements the Token interface.
func (TokenFunc) AuthenticateToken ¶
AuthenticateToken implements authenticator.Token.
Source Files ¶
interfaces.go
Directories ¶
Path | Synopsis |
---|---|
pkg/auth/authenticator/bearertoken |
- Version
- v0.14.0
- Published
- Mar 30, 2015
- Platform
- js/wasm
- Imports
- 2 packages
- Last checked
- 4 seconds ago –
Tools for package owners.