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
Click to show internal directories.
Click to hide internal directories.