| Package | Description |
|---|---|
| org.daveware.passwordmaker |
| Modifier and Type | Method and Description |
|---|---|
Account |
AccountBuilder.build() |
Account |
AccountBuilder.buildDefaultAccount() |
Account |
RDFDatabaseReader.deserializeAccount(InputStream is) |
Account |
DatabaseReader.deserializeAccount(InputStream is) |
Account |
Database.findAccountById(String id)
Locates an account, given an id.
|
Account |
Database.findAccountByUrl(String url)
Searches the database for any account with a matching URL.
|
Account |
Database.findNearestRelative(Account account)
Finds the nearest relative of this node.
|
Account |
Database.findParent(Account account)
Locates the parent account for the given account.
|
Account |
AccountManager.getAccountForInputText(String inputText) |
Account |
Account.getChild(int index)
Gets a specifically indexed child.
|
Account |
AccountManager.getDefaultAccount() |
Account |
Database.getRootAccount() |
Account |
AccountManager.getSelectedProfile() |
static Account |
Account.makeDefaultAccount() |
| Modifier and Type | Method and Description |
|---|---|
static List<Account> |
RDFDatabaseReader.findMatchingNameCI(List<Account> allAccounts,
String regex) |
List<Account> |
Database.findPathToAccountById(String id) |
List<Account> |
Database.getAllAccounts() |
ArrayList<Account> |
Account.getChildren()
Gets a list of the child accounts.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DatabaseListener.accountAdded(Account parent,
Account account) |
void |
AccountManager.accountAdded(Account parent,
Account account) |
void |
DatabaseListener.accountChanged(Account account) |
void |
AccountManager.accountChanged(Account account) |
void |
DatabaseListener.accountRemoved(Account parent,
Account account) |
void |
AccountManager.accountRemoved(Account parent,
Account account) |
void |
Database.addAccount(Account parent,
Account child)
Adds an account to a parent.
|
AccountBuilder |
AccountBuilder.addChildAccount(Account child) |
void |
Database.changeAccount(Account account)
This doesn't actually affect the data in any way but it does cause an
event to be sent to all registered DatabaseListener objects.
|
int |
Account.compareTo(Account o)
Implements the Comparable<Account> interface, this is based first on if the
account is a folder or not.
|
void |
Account.copySettings(Account a)
Copies the settings (not including children or ID) from another account.
|
static String |
Account.createId(Account acc)
Creates and _returns_ an ID from data in an account.
|
Account |
Database.findNearestRelative(Account account)
Finds the nearest relative of this node.
|
Account |
Database.findParent(Account account)
Locates the parent account for the given account.
|
Pair<AlgorithmType,Boolean> |
RDFDatabaseReader.fromRdfString(Account account,
String algorithm) |
String |
PasswordMaker.getModifiedInputText(String inputText,
Account account) |
boolean |
Account.hasChild(Account account)
Tests if an account is a direct child of this account.
|
SecureUTF8String |
PasswordMaker.makePassword(SecureUTF8String masterPassword,
Account account)
Generates a hash of the master password with settings from the account.
|
SecureUTF8String |
PasswordMaker.makePassword(SecureUTF8String masterPassword,
Account account,
String inputText)
Generates a hash of the master password with settings from the account.
|
SecureUTF8String |
PasswordMaker.makePassword(SecureUTF8String masterPassword,
Account account,
String inputText,
String username)
Generates a hash of the master password with settings from the account.
|
static boolean |
AccountPatternMatcher.matchUrl(Account account,
String url)
Tests all patterns in an account for a match against the url string.
|
void |
AccountManagerListener.onSelectedProfileChange(Account newProfile) |
void |
Database.removeAccount(Account accountToDelete)
Removes an account from a parent account.
|
void |
RDFDatabaseWriter.serializeAccount(OutputStream os,
Account account) |
void |
DatabaseWriter.serializeAccount(OutputStream os,
Account account) |
| Modifier and Type | Method and Description |
|---|---|
static List<Account> |
RDFDatabaseReader.findMatchingNameCI(List<Account> allAccounts,
String regex) |
| Constructor and Description |
|---|
Account(Account toClone) |
Copyright © 2018. All rights reserved.