public class AgentConfiguration
extends java.lang.Object
implements java.io.Serializable
The Agent Configuration of a collection of AgentSettings
.
Constructor and Description |
---|
AgentConfiguration() |
Modifier and Type | Method and Description |
---|---|
AgentSettings[] |
getAgents() |
boolean |
isValidAgent(java.lang.String agentName,
java.lang.String password)
Test if the supplied credentials belong to an agent that is known to
the system.
|
void |
setAgents(AgentSettings[] agents) |
public boolean isValidAgent(java.lang.String agentName, java.lang.String password)
agentName
- An agent name.password
- An agent password.true
the supplied credentials belong to an agent that
is known to the system. false
otherwise.public AgentSettings[] getAgents()
public void setAgents(AgentSettings[] agents)
Copyright ©, 2005-2012 Prolancer Pty Ltd, Sydney Australia.