|
struct | _authfuncs |
| Define the callback functions that should be implemented by a permissioning module. More...
|
|
Transformer is the core component of the PriceMaster vendor distribution system. The auth API is used within PriceMaster to permission output peers. We do not envisage that a normal implementation of Transformer will use this API, and thus its use is unsupported.
Define the mapping direction used for the authfuncs_t::map_object() call.
Enumerator |
---|
MAP_FORWARD |
Map from the backend feed name to the output name
|
MAP_REVERSE |
Map from the output name to the backend feed name
|
void auth_deregister_functions |
( |
| ) |
|
void auth_invalidate_peer_perms |
( |
int |
peernum | ) |
|
Invalidate permissions for an individual peer.
- Parameters
-
peernum | - Peer to invalidate permissions for |
void auth_invalidate_perms |
( |
| ) |
|
Invalidate permissions for all peers.
Register a set of functions for handling auth capabilities.
- Parameters
-
auth | struct containing pointers to the appropriate functions |
- Returns
- nothing