Transformer SDK For C  6.2.10.308615
Authentication API

Functions

void auth_deregister_functions ()
 Disable the auth API. More...
 
void auth_invalidate_peer_perms (int peernum)
 Invalidate permissions for an individual peer. More...
 
void auth_invalidate_perms ()
 Invalidate permissions for all peers. More...
 
void auth_register_functions (authfuncs_t *auth)
 Register a set of functions for handling auth capabilities. More...
 

Detailed Description

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.

Function Documentation

void auth_deregister_functions ( )

Disable the auth API.

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.

void auth_register_functions ( authfuncs_t *  auth)

Register a set of functions for handling auth capabilities.

Parameters
authstruct containing pointers to the appropriate functions
Returns
nothing

Generated on Sat Feb 25 2017 10:51:24 for Transformer SDK For C