pvAccessCPP
7.1.7
|
I modify PeerInfo after authentication is complete. More...
#include <remote/pv/security.h>
Public Types | |
typedef std::tr1::shared_ptr < AuthorizationPlugin > | shared_pointer |
typedef std::tr1::shared_ptr < const AuthorizationPlugin > | const_shared_pointer |
typedef std::tr1::weak_ptr < AuthorizationPlugin > | weak_pointer |
typedef std::tr1::weak_ptr < const AuthorizationPlugin > | const_weak_pointer |
Public Member Functions | |
virtual void | authorize (const std::tr1::shared_ptr< PeerInfo > &peer)=0 |
Hook to modify PeerInfo. | |
I modify PeerInfo after authentication is complete.
Usually to update PeerInfo::roles
Definition at line 268 of file security.h.