|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UserIDMySQL | |
---|---|
ARoad0.AcsAddon.Accbee.MySQL.gBase | Provides the gBase classes for modelling a MySQL 5 server as an extension, in the AcsAddon MySQL, of the generic ARoad0.gBase package. |
ARoad0.AcsAddon.Accbee.MySQL.gBaseInterface | Contains interfaces for modelizing a MySQL 5 server, as an extension of the generic ARoad0.gBaseInterface package, in the AcsAddon MySQL. |
ARoad0.AcsAddon.Accbee.MySQL.gWork | Provides the gWork classes for creating and analyzing a MySQL 5 database management system, as an extension of the generic ARoad0.gWork package, in the AcsAddon MySQL. |
Uses of UserIDMySQL in ARoad0.AcsAddon.Accbee.MySQL.gBase |
---|
Classes in ARoad0.AcsAddon.Accbee.MySQL.gBase that implement UserIDMySQL | |
---|---|
class |
ProxyMySQLImpl
This class is responsible for modeling a MySQL proxy user having a proxied account as a non-generic alias reference. |
class |
UserIDMySQLImpl
This class is responsible for modeling a MySQL account to manage the constraints on the account membership, always with the type 'account'. |
Methods in ARoad0.AcsAddon.Accbee.MySQL.gBase that return UserIDMySQL | |
---|---|
UserIDMySQL |
ProxyMySQLImpl.getProxiedAccount()
Gets the proxied account under which this proxy account gets MySQL rights. |
Uses of UserIDMySQL in ARoad0.AcsAddon.Accbee.MySQL.gBaseInterface |
---|
Subinterfaces of UserIDMySQL in ARoad0.AcsAddon.Accbee.MySQL.gBaseInterface | |
---|---|
interface |
ProxyMySQL
This interface is responsible for modeling a MySQL proxy user having a proxied user as hard alias reference. |
Methods in ARoad0.AcsAddon.Accbee.MySQL.gBaseInterface that return UserIDMySQL | |
---|---|
UserIDMySQL |
ProxyMySQL.getProxiedAccount()
Gets the proxied account under which this proxy account gets MySQL rights. |
Uses of UserIDMySQL in ARoad0.AcsAddon.Accbee.MySQL.gWork |
---|
Fields in ARoad0.AcsAddon.Accbee.MySQL.gWork with type parameters of type UserIDMySQL | |
---|---|
java.util.List<UserIDMySQL> |
NodeRightsMySQLImpl.l_accounts_
List of the accounts in the view |
Methods in ARoad0.AcsAddon.Accbee.MySQL.gWork with parameters of type UserIDMySQL | |
---|---|
protected java.util.List<StringRight> |
NodeRightsMySQLImpl.detectL_aclEntryRightsForDatabaseForToBeMixedAcl(ImmutableResource _res,
UserIDMySQL _usr,
GroupIDMySQL _grp,
java.util.List<AclEntry> _l_resAcl)
Gets the applicable rights from the first applicable direct or inherited ACL on a Resource which is a database, but without reading of the non-mixed ACL of this database. |
protected java.util.List<StringRight> |
NodeRightsMySQLImpl.detectL_aclEntryRightsNOTForToBeMixedAcl(ImmutableResource _res,
UserIDMySQL _usr,
GroupIDMySQL _grp,
java.util.List<AclEntry> _l_resAcl)
Gets the applicable rights from the first applicable direct or inherited ACL on a Resource which is not a database, or for the database rights not from the to-be-mixed ACL. |
java.util.List<GroupIDMember> |
NodeRightsMySQLImpl.getConnectionPair(UserIDMySQL _ep)
Gets the first current user, that is the pair (user, simple host or accounts-for-hosts group) under which the connection of _ep is done on the MySQL server. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |