WvStreams
include
include/uniconfpamconn.h
1
/*
2
* Worldvisions Weaver Software:
3
* Copyright (C) 1997-2002 Net Integration Technologies, Inc.
4
*
5
* Manages a UniConf daemon session which is authenticated through PAM.
6
*/
7
#ifndef __UNICONFPAMCONN_H
8
#define __UNICONFPAMCONN_H
9
10
#include "uniconfroot.h"
11
#include "wvstreamclone.h"
12
13
class
UniPermGen
;
14
15
class
UniConfPamConn
:
public
WvStreamClone
16
{
17
public
:
18
UniConfPamConn(
WvStream
*s,
const
UniConf &root, UniPermGen *perms);
19
20
protected
:
21
UniConfRoot newroot;
22
};
23
24
#endif
// __UNICONFPAMCONN_H
UniConfPamConn
Definition
debian/libwvstreams-dev/usr/include/wvstreams/uniconfpamconn.h:16
UniPermGen
UniPermGen wraps a tree encoding Unix-style permissions, and provides an API for setting and checking...
Definition
debian/libwvstreams-dev/usr/include/wvstreams/unipermgen.h:27
WvStreamClone
WvStreamClone simply forwards all requests to the "cloned" stream.
Definition
debian/libwvstreams-dev/usr/include/wvstreams/wvstreamclone.h:24
WvStream::WvStream
WvStream()
Basic constructor for just a do-nothing WvStream.
Definition
wvstream.cc:249
Generated by
1.15.0