flexiblepower / powermatcher

PowerMatcher - The Java implementation of the PowerMatcher, including the API, the core, a couple of examples, a remote implementation using websockets and a visualisation of the configuration.
http://www.powermatcher.org
Apache License 2.0
43 stars 25 forks source link

SessionManager: agent whitelist implementation #135

Closed bjornamkreutz closed 9 years ago

bjornamkreutz commented 9 years ago
bjornamkreutz commented 9 years ago

White list with accepted agents. SessionManger will do the check for accepted agents.

bjornamkreutz commented 9 years ago

If no whitelist is available, all agents will be accepted.

bjornamkreutz commented 9 years ago

This implementation is for remote agents. If e.g. a concentrator has a whitelist, there will be a check for valid agentId's before an active session is made.