testudod

package
v0.0.0-...-4450389 Latest Latest
Warning

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

Go to latest
Published: Nov 4, 2019 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const AAFsoTestUdo = fsoauthz.AAFsoTestUdo
View Source
const AAFsoTestUdoAs = fsoauthz.AAFsoTestUdoAs

Variables

View Source
var ErrUnknownUser = status.Error(codes.PermissionDenied, "unknown user")
View Source
var ErrWrongDomain = status.Error(codes.PermissionDenied, "wrong domain")

Functions

This section is empty.

Types

type Logger

type Logger interface {
}

type Privileges

type Privileges interface {
	privileges.UdoStatPrivileges
}

type Processor

type Processor interface {
	ResolveGlobaPathInLocalRepo(string) (repo, sub string, ok bool)
}

type Server

type Server struct {
	// contains filtered or unexported fields
}

func New

func New(
	lg Logger,
	authn auth.Authenticator,
	domain string,
	authnUnix auth.Authenticator,
	authz auth.Authorizer,
	proc Processor,
	privs Privileges,
) *Server

func (*Server) TestUdo

func (srv *Server) TestUdo(
	ctx context.Context, i *pb.TestUdoI,
) (*pb.TestUdoO, error)

Jump to

Keyboard shortcuts

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