agent

package
v1.3.0 Latest Latest
Warning

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

Go to latest
Published: Feb 13, 2023 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var AuthenticatedMessage = spoe.ActionSetVar{
	Name:  "is_authenticated",
	Scope: spoe.VarScopeSession,
	Value: true,
}

AuthenticatedMessage SPOE response stating the user is authenticated

View Source
var NotAuthenticatedMessage = spoe.ActionSetVar{
	Name:  "is_authenticated",
	Scope: spoe.VarScopeSession,
	Value: false,
}

NotAuthenticatedMessage SPOE response stating the user is not authenticated

Functions

func StartAgent

func StartAgent(interfaceAddr string, authenticators map[string]auth.Authenticator)

StartAgent start the agent

Types

This section is empty.

Jump to

Keyboard shortcuts

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