pvAccessCPP  7.1.7
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Types | Public Member Functions | List of all members
epics::pvAccess::AuthorizationPlugin Class Referenceabstract

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.
 

Detailed Description

I modify PeerInfo after authentication is complete.

Usually to update PeerInfo::roles

Definition at line 268 of file security.h.


The documentation for this class was generated from the following file: