package sasl

import "k8s.io/kubernetes/Godeps/_workspace/src/github.com/mesos/mesos-go/auth/sasl"

Index

Constants

const (

	// this login provider name is automatically registered with the auth package; see init()
	ProviderName = "SASL"
)

Variables

var (
	UnexpectedAuthenticationMechanisms = errors.New("Unexpected authentication 'mechanisms' received")
	UnexpectedAuthenticationStep       = errors.New("Unexpected authentication 'step' received")
	UnexpectedAuthenticationCompleted  = errors.New("Unexpected authentication 'completed' received")
	UnexpectedAuthenticatorPid         = errors.New("Unexpected authentator pid") // authenticator pid changed mid-process
	UnsupportedMechanism               = errors.New("failed to identify a compatible mechanism")
)

Functions

func BindingAddressFrom

func BindingAddressFrom(ctx context.Context) net.IP

func WithBindingAddress

func WithBindingAddress(ctx context.Context, address net.IP) context.Context

Source Files

authenticatee.go context.go

Directories

PathSynopsis
Godeps/_workspace/src/github.com/mesos/mesos-go/auth/sasl/mech
Godeps/_workspace/src/github.com/mesos/mesos-go/auth/sasl/mech/crammd5
Version
v1.1.4-beta.0
Published
Dec 7, 2015
Platform
js/wasm
Imports
14 packages
Last checked
1 minute ago

Tools for package owners.