kaos.policy.enforcement
Interface AgentEnforcer

All Superinterfaces:
Enforcer

public interface AgentEnforcer
extends Enforcer

Interface exposed by an Agent-level enforcer to the Guard. When the AgentEnforcer registers with the Guard, the Guard will automatically register an agent with the DirectoryService


Method Summary
 java.lang.String getAgentId()
          Returns the id of the agent the enforcer controls
 java.lang.String getAgentName()
          Returns the name of the agent the enforcer controls
 
Methods inherited from interface kaos.policy.enforcement.Enforcer
getControlledActionClasses, getName
 

Method Detail

getAgentName

java.lang.String getAgentName()
Returns the name of the agent the enforcer controls


getAgentId

java.lang.String getAgentId()
Returns the id of the agent the enforcer controls