Module v.c.a.userbase

Part of vmc.contrib.axiom

No module docstring
Function dflip Undocumented
Class AllNamesConflict When inserting a SubStore into a site store, no names were found which were
Class DatabaseDirectoryConflict When inserting a SubStore into a site store, the selected ultimate location
Interface IPreauthCredentials Credentials used to indicate the user has indeed authenticated
Class Preauthenticated Undocumented
Class LoginMethod Undocumented
Function upgradeLoginMethod1To2 Undocumented
Class LoginAccount I am an entry in a LoginBase.
Function insertUserStore Move the SubStore at the indicated location into the given site store's
Function extractUserStore Move the SubStore for the given user account out of the given site store
Function upgradeLoginAccount1To2 Undocumented
Class SubStoreLoginMixin Undocumented
Class LoginBase I am a database powerup which provides an interface to a collection of
Class LoginSystem Undocumented
Function getLoginMethods Retrieve LoginMethod items from store store, optionally constraining
Function getAccountNames Retrieve account name information about the given database.
Function getDomainNames Retrieve a list of all local domain names represented in the given store.
def dflip(x):
Undocumented
def upgradeLoginMethod1To2(old):
Undocumented
def insertUserStore(siteStore, userStorePath):
Move the SubStore at the indicated location into the given site store's directory and then hook it up to the site store's authentication database.
ParameterssiteStore (type: Store )
userStorePath (type: FilePath )
def extractUserStore(userAccount, extractionDestination, legacySiteAuthoritative=True):
Move the SubStore for the given user account out of the given site store completely. Place the user store's database directory into the given destination directory.
ParametersuserAccount (type: LoginAccount )
extractionDestination (type: FilePath )
legacySiteAuthoritativebefore moving the user store, clear its authentication information, copy that which is associated with it in the site store rather than trusting its own. Currently this flag is necessary (and defaults to true) because things like the ClickChronicle password-changer gizmo still operate on the site store. (type: bool )
def upgradeLoginAccount1To2(oldAccount):
Undocumented
def getLoginMethods(store, protocol=None):
Retrieve LoginMethod items from store store, optionally constraining them by protocol
def getAccountNames(store, protocol=None):
Retrieve account name information about the given database.
ParametersstoreAn Axiom Store representing a user account. It must have been opened through the store which contains its account information.
ReturnsA generator of two-tuples of (username, domain) which refer to the given store.
def getDomainNames(store):
Retrieve a list of all local domain names represented in the given store.
API Documentation for vodafone-mobile-connect-card-driver-for-linux, generated by pydoctor at 2008-01-10 13:06:31.