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 Privileges ¶
type Privileges interface { privileges.UdoStatPrivileges }
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
Click to show internal directories.
Click to hide internal directories.