Uses of Class
com.aoindustries.aoserv.client.account.CachedObjectUserNameKey
-
Packages that use CachedObjectUserNameKey Package Description com.aoindustries.aoserv.client.account com.aoindustries.aoserv.client.master -
-
Uses of CachedObjectUserNameKey in com.aoindustries.aoserv.client.account
Classes in com.aoindustries.aoserv.client.account with type parameters of type CachedObjectUserNameKey Modifier and Type Class Description classCachedObjectUserNameKey<V extends CachedObjectUserNameKey<V>>An object that is cached and usesUser.Nameas its primary key,classCachedTableUserNameKey<V extends CachedObjectUserNameKey<V>>Subclasses of CachedObjectUserNameKey in com.aoindustries.aoserv.client.account Modifier and Type Class Description classAdministratorAnAdministratoris a username and password pair, usually representing an individual or an application, that has administrative control over all resources in anAccountor any any of its child businesses.classUserEachUsernameis unique across all systems and must be allocated to aPackagebefore use in any of the account types. -
Uses of CachedObjectUserNameKey in com.aoindustries.aoserv.client.master
Subclasses of CachedObjectUserNameKey in com.aoindustries.aoserv.client.master Modifier and Type Class Description classUserAMasterUseris anAdministratorwho has greater permissions.
-