authorizer

package
v0.0.0-...-57a6cc2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 12, 2017 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Authorizer

type Authorizer interface {
	Authorize(logger lager.Logger, mountpath string, mountmode MountMode, principal, keytab string) error
}

func NewAuthorizer

func NewAuthorizer(kerberizer kerberizer.Kerberizer, exec execshim.Exec, user usershim.User) Authorizer

type MountMode

type MountMode int
const (
	ReadOnly MountMode = iota
	ReadWrite
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL