public class DatabaseAccountFactory
extends java.lang.Object
Account.
| Modifier and Type | Method and Description |
|---|---|
static Account |
createDbShutdownAccount()
Creates an account used to shut down the database
|
static Account |
createPartnerAdminAccount()
Creates an account with full rights for administrative tasks
|
static Account |
createPartnerHubAccount()
Creates an account for the Partner hub
|
static Account |
createPartnerReadOnlyAccount()
Creates a general purpose read-only account
|
static Account |
createPartnerWebAccount()
Creates an account for PartnerWeb
|
public static Account createPartnerAdminAccount()
Account for PARTNER_ADMINpublic static Account createPartnerReadOnlyAccount()
Account for PARTNER_READ_ONLYpublic static Account createPartnerWebAccount()
Account for PARTNER_WEBpublic static Account createPartnerHubAccount()
Account for PARTNER_HUB