![]() |
This is Unofficial EPICS BASE Doxygen Site
|
#include "security.h"
Public Member Functions | |
POINTER_DEFINITIONS (AuthorizationPlugin) | |
virtual | ~AuthorizationPlugin () |
virtual void | authorize (const std::tr1::shared_ptr< PeerInfo > &peer)=0 |
Hook to modify PeerInfo. More... | |
I modify PeerInfo after authentication is complete. Usually to update PeerInfo::roles
Definition at line 268 of file security.h.
|
virtual |
Definition at line 154 of file security.cpp.
|
pure virtual |
Hook to modify PeerInfo.
epics::pvAccess::AuthorizationPlugin::POINTER_DEFINITIONS | ( | AuthorizationPlugin | ) |