| Home | Trees | Index | Help |
|---|
| Package pyrad :: Module packet :: Class AcctPacket |
|
UserDict--+ |Packet--+ | AcctPacket
| Method Summary | |
|---|---|
Constructor | |
CreateReply(self,
**attributes)
| |
| string |
Create a ready-to-transmit authentication request packet |
| Inherited from Packet | |
| |
| |
Add an attribute to the packet. | |
| string |
Create a packet autenticator. |
| integer |
Create a packet ID |
Initialize the object from raw packet data. | |
| |
| |
| string |
Create a ready-to-transmit authentication reply packet |
| |
| Inherited from UserDict | |
| |
| |
| |
| |
| |
| |
| |
(Class method) | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| Instance Method Details |
|---|
__init__(self,
code=4,
id=None,
secret='',
authenticator=None,
**attributes)
Constructor
|
RequestPacket(self)Create a ready-to-transmit authentication request packet Return a RADIUS packet which can be directly transmitted to a RADIUS server.
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Wed Jun 2 14:19:55 2004 | http://epydoc.sf.net |