| Trees | Indices | Help |
|---|
|
|
|
|||
| CaCertInsertionError | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
_queryLookupOrgId = <spacewalk.server.rhnSQL.sql_base.Statemen
|
|||
_queryDeleteCryptoCertInfoNullOrg = <spacewalk.server.rhnSQL.s
|
|||
_querySelectCryptoCertInfo = <spacewalk.server.rhnSQL.sql_base
|
|||
_querySelectCryptoCertInfoNullOrg = <spacewalk.server.rhnSQL.s
|
|||
_queryInsertCryptoCertInfo = <spacewalk.server.rhnSQL.sql_base
|
|||
__package__ =
|
|||
|
|||
Fetch org_id. Create first org_id if needed.
owner only needed if no org_id present
NOTE: this is duplicated elsewhere (backend.py)
but I need the error differientiation of (1) too many orgs
and (2) no orgs. backend.py does not differientiate.
|
is there an CA SSL certificate already in the database?
If yes:
return ID:
-1, then no cert in DB
None if they are identical (i.e., nothing to do)
0...N if cert is in database
if found, optionally deletes the row and returns -1
Used ONLY by: store_rhnCryptoKey(...)
|
inserts a row given that a cert is not already in the database lob rewrite occurs later during update. Used ONLY by: store_rhnCryptoKey(...) |
stores cert in rhnCryptoKey
uses:
_checkCertMatch_rhnCryptoKey
_delete_rhnCryptoKey - not currently used
_insertPrep_rhnCryptoKey
_lobUpdate_rhnCryptoKey
|
|
|||
_queryLookupOrgId
|
_queryDeleteCryptoCertInfoNullOrg
|
_querySelectCryptoCertInfo
|
_querySelectCryptoCertInfoNullOrg
|
_queryInsertCryptoCertInfo
|
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Wed Mar 4 07:37:11 2020 | http://epydoc.sourceforge.net |