authorization framework

This commit is contained in:
Michael Davidsaver
2019-01-11 19:21:47 -08:00
parent 9babc06ab3
commit 3209899172
3 changed files with 99 additions and 0 deletions

View File

@@ -1619,6 +1619,9 @@ void BlockingServerTCPTransportCodec::authenticationCompleted(epics::pvData::Sta
LOG(logLevelDebug, "Authentication completed with status '%s' for PVA client: %s.", Status::StatusTypeName[status.getType()], _socketName.c_str());
}
if(peer)
AuthorizationRegistry::plugins().run(peer);
bool isVerified;
{
Guard G(_mutex);