Package unsw.cse.mica.blackboard.secure

Provides security mechanisms for using in controlling what access agents can have with the blackboard.

See:
          Description

Interface Summary
BlackboardSecurityManager An interface that provides methods for checking an agents class and whether an agent is authorised to read/write a mob.
SimpleBlackboardSecurityConstants Constants used by the SimpleBlackboardSecurityManager.
 

Class Summary
SecureXMLOverSSLBlackboardTransport  
SecureXMLOverTCPBlackboardTransport  
SimpleBlackboardSecurityManager A simple implementation of the BlackboardSecurityManager interface.
XMLOverSSLBlackboardTransport  
 

Exception Summary
AgentClassificationException An exception indicating that agent classification has failed.
 

Package unsw.cse.mica.blackboard.secure Description

Provides security mechanisms for using in controlling what access agents can have with the blackboard.

Package Specification

Related Documentation