man KeyServer () - This class is a cache for server specific configuration information which may be configured from /etc/bayonne.conf [server]. load server configuration data.

NAME

KeyServer - This class is a cache for server specific configuration information which may be configured from /etc/bayonne.conf [server]. load server configuration data.

SYNOPSIS



#include <bayonne.h>

Public Member Functions

KeyServer ()

Load active server configuration. const char * getNode (void)

Get the name of the node identifier. const char * getLogin (void)

Return default script attach login state. const char * getPolicyOrder (void)

Return policy search order. const char * getPassword (void)

Get the remote access password. const char * getToken (void)

Get tgi token seperator. void loadGroups (bool test)

Load all active trunk group records. const char * getDefault (void)

Get default trunk group schedule name. unsigned getGid (void)

get group id. unsigned getUid (void)

get user id. void setUid (void)

set the user's id if you can. void setGid (void)

set the user's gid if you can. int getNodeCount (void)

Get number of nodes. const char * getPrefix (void)

Get alternate home config directory for root startup. const char * getPhrases (void)

Get local phrasebook config directory.

Detailed Description

This class is a cache for server specific configuration information which may be configured from /etc/bayonne.conf [server]. load server configuration data.

Author: David Sugar <dyfet@ostel.com>

Constructor & Destructor Documentation

KeyServer::KeyServer ()

Load active server configuration.

Member Function Documentation

const char* KeyServer::getDefault (void) [inline]

Get default trunk group schedule name.

Returns: schedule name.

unsigned KeyServer::getGid (void) [inline]

get group id.

Returns: gid

const char* KeyServer::getLogin (void) [inline]

Return default script attach login state.

Returns: login id.

const char* KeyServer::getNode (void) [inline]

Get the name of the node identifier.

Returns: node id.

int KeyServer::getNodeCount (void) [inline]

Get number of nodes.

Returns: node count.

const char* KeyServer::getPassword (void) [inline]

Get the remote access password.

Returns: remote access password.

const char* KeyServer::getPhrases (void) [inline]

Get local phrasebook config directory.

Returns: alternate phrasebook.

const char* KeyServer::getPolicyOrder (void) [inline]

Return policy search order.

Returns: policy search order.

const char* KeyServer::getPrefix (void) [inline]

Get alternate home config directory for root startup.

Returns: alternate directory or NULL.

const char* KeyServer::getToken (void) [inline]

Get tgi token seperator.

Returns: token seperator.

unsigned KeyServer::getUid (void) [inline]

get user id.

Returns: uid

void KeyServer::loadGroups (bool test)

Load all active trunk group records.

void KeyServer::setGid (void)

set the user's gid if you can.

void KeyServer::setUid (void)

set the user's id if you can.

Author

Generated automatically by Doxygen for Bayonne from the source code.