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