Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AuthenticatedMessage = action.NewSetVar(action.ScopeSession, "is_authenticated", true)
AuthenticatedMessage SPOE response stating the user is authenticated
View Source
var NotAuthenticatedMessage = action.NewSetVar(action.ScopeSession, "is_authenticated", 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.