|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ACSFactoryImpl | |
---|---|
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.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. |
ARoad0.AcsAddon.Accbee.Ubuntu.gBase | Provides the gBase classes for modelizing a Linux Ubuntu operating system, as an extension, in the AcsAddon Ubuntu, of the generic ARoad0.gBase package. |
ARoad0.gBase | CORE OF THE PROGRAM This package contains the fresh object-oriented database management system for Access Road; this package documentation page is recommended as a first reading for all the Access Road developers. |
ARoad0.gDMak | Provides the decision makers, responsible for managing all the events in the Access Road menu, and by this way, contains the managers of the basic operations. |
ARoad0.gWork | Contains the classes of the second core of the program that processes the search of rights in the open views. |
Uses of ACSFactoryImpl in ARoad0.AcsAddon.Accbee.MySQL.gBase |
---|
Subclasses of ACSFactoryImpl in ARoad0.AcsAddon.Accbee.MySQL.gBase | |
---|---|
class |
ACSFactoryMySQLImpl
This class is responsible for creating a MySQL as an access control system (ACS). |
Uses of ACSFactoryImpl in ARoad0.AcsAddon.Accbee.MySQL.gWork |
---|
Methods in ARoad0.AcsAddon.Accbee.MySQL.gWork with parameters of type ACSFactoryImpl | |
---|---|
static void |
AcsFactoryMySQL.configureMySQLonLinux(ImmutableName _name,
ACS _core,
ACSFactoryImpl _factory)
Currently unused. |
Uses of ACSFactoryImpl in ARoad0.AcsAddon.Accbee.Ubuntu.gBase |
---|
Subclasses of ACSFactoryImpl in ARoad0.AcsAddon.Accbee.Ubuntu.gBase | |
---|---|
class |
ACSFactoryUbuntuImpl
This class is responsible for creating a Linux Ubuntu as an access control system (ACS). |
Uses of ACSFactoryImpl in ARoad0.gBase |
---|
Fields in ARoad0.gBase declared as ACSFactoryImpl | |
---|---|
protected static ACSFactoryImpl |
ACSFactoryImpl.EMPTY_INSTANCE
A reusable empty instance for initialization, to avoid the use of 'new' for temporary values. |
Methods in ARoad0.gBase with parameters of type ACSFactoryImpl | |
---|---|
static java.lang.String |
AssociateUtilityImpl.controlAssociations(ACSFactoryImpl _factory,
java.util.HashMap<java.lang.String,java.lang.String[]> _m_Associations,
java.lang.String _masterKey,
java.lang.String[] _l_values,
boolean _withNumber)
Checks up the two types of associations to handle for a new ACS. |
static java.util.Map |
AssociateUtilityImpl.fillDerivedAssociations(ACSFactoryImpl _factory,
ACS _refAcs,
java.util.Map _associationMap)
Called by ActionNewACSyst.fillDerivedACSproperties() to fill the new ACS with all the association scripts for new objects to be copied, or for the roots in the ACS parent. |
static java.util.List<java.lang.String> |
ACSFactoryUtilityImpl.getL_LimitedValuesForComponentNodes(ACSFactoryImpl _acs,
java.lang.String _key)
This method defines the component nodes in the IS nametree: 'physical' and 'logical'. |
static java.util.List<java.lang.String> |
ACSFactoryUtilityImpl.getL_LimitedValuesForTypesAndExplorer(ACSFactoryImpl _acs,
java.lang.String _key)
Gets the specialized types which are allowed for a key in the types-and-explorer map, from the current types in the type lists of the ACSFactory. |
static java.util.List<java.lang.String> |
ACSFactoryUtilityImpl.getL_MapKeysForPrivilegeRights(ACSFactoryImpl _factory)
This method returns the allowed keys for the standard and for the specialized privilege rights: - 'MainType.main type' for each of the 6 PrivilegeAbst main types, which sets the 7 keys 'PrivilegeRights.MainType.main type' for the standard rights in ACSImpl, - 'PFType/PFLink.SecondType.second type' for the specialized rights, and there is a returned value for each typed privilege second type and each linked privilege second type. |
Uses of ACSFactoryImpl in ARoad0.gDMak |
---|
Fields in ARoad0.gDMak declared as ACSFactoryImpl | |
---|---|
private ACSFactoryImpl |
ActionNewACSyst.factory_
Current factory when the class instance is working for building up an ACS from the user choices |
private ACSFactoryImpl |
ActionUtilities.factory_
|
Methods in ARoad0.gDMak that return ACSFactoryImpl | |
---|---|
ACSFactoryImpl |
ActionUtilities.getACSFactory()
Called by ActionOpenBeamer |
Methods in ARoad0.gDMak with parameters of type ACSFactoryImpl | |
---|---|
void |
ActionUtilities.setACSFactory(ACSFactoryImpl _factory)
ActionNewACSyst calls this method to store the current ACSFactory. |
Uses of ACSFactoryImpl in ARoad0.gWork |
---|
Methods in ARoad0.gWork with parameters of type ACSFactoryImpl | |
---|---|
static void |
AcsFactory.configureRBAConLinux(ImmutableName _name,
ACS _core,
ACSFactoryImpl _factory)
Creates the roots of the RBAC application on the Impl ACS. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |