CERT/CC
background
background
CERT NetSA Security Suite 
Open Source Tools for Network Monitoring 
News | Downloads | Documentation | Wiki | Tooltips
SiLK 2.1.0 | YAF 1.0.0.2 | IPA 0.4.0 | fixbuf 0.8.0 | Portal 0.9.0 | RAVE 1.9.16 | iSiLK 0.1.6
IPA - Documentation
Documentation | Downloads | Release Notes

ipa.IPA Class Reference
[ipa-python Data Classes]

Represents a connection to an IPA data store. More...

List of all members.


Public Member Functions

def connect
 Connect to the IPA database.
def add_catalog
 Add a new catalog to the IPA database.
def get_catalog
 Retrieve the name catalog from the database.

Detailed Description

Represents a connection to an IPA data store.

Member Function Documentation

def ipa.IPA.add_catalog (   self,
  name,
  type,
  desc 
)

Add a new catalog to the IPA database.

Parameters:
self 
name Name of the catalog.
type Type of the catalog (one of "set", "bag", "pmap", or "mmap")
desc Description of the catalog's contents.
Exceptions:
IPACatalogNotFoundError 

def ipa.IPA.get_catalog (   self,
  name 
)

Retrieve the name catalog from the database.

Parameters:
self 
name Name of the catalog to be returned
Exceptions:
IPACatalogNotFoundError 


The documentation for this class was generated from the following file: