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. |
Parameters | siteStore | (type: Store
) |
userStorePath | (type: FilePath
) |
Parameters | userAccount | (type: LoginAccount
) |
extractionDestination | (type: FilePath
) | |
legacySiteAuthoritative | before 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
) |
Parameters | store | An Axiom Store representing a user account. It must have been opened through the store which contains its account information. |
Returns | A generator of two-tuples of (username, domain) which refer to the given store. |