|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ACSRun | |
---|---|
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.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.gBaseInterface | Contains the interfaces of the generic gBase classes. |
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.Gui1 | Provides the internal frames and standard panels for handling the CRUD operations on the database objects, for the Access Road desktop. |
ARoad0.Gui2 | Provides the classes for displaying the tree frames and the GraphicViews which display the diagrams in the desktop, following the gDMak package requests. |
ARoad0.gWork | Contains the classes of the second core of the program that processes the search of rights in the open views. |
Uses of ACSRun in ARoad0.AcsAddon.Accbee.MySQL.gBase |
---|
Classes in ARoad0.AcsAddon.Accbee.MySQL.gBase that implement ACSRun | |
---|---|
class |
ACSFactoryMySQLImpl
This class is responsible for creating a MySQL as an access control system (ACS). |
class |
ACSMySQLImpl
This empty class is responsible for modeling a MySQL 5 server as an access control system (ACS). |
Uses of ACSRun in ARoad0.AcsAddon.Accbee.Ubuntu.gBase |
---|
Classes in ARoad0.AcsAddon.Accbee.Ubuntu.gBase that implement ACSRun | |
---|---|
class |
ACSFactoryUbuntuImpl
This class is responsible for creating a Linux Ubuntu as an access control system (ACS). |
class |
ACSUbuntuImpl
This class is responsible for modeling a Linux Ubuntu as an access control system (ACS). |
Uses of ACSRun in ARoad0.gBase |
---|
Classes in ARoad0.gBase that implement ACSRun | |
---|---|
class |
ACSFactoryImpl
This class is responsible for creating a new ACS, defining its structure, and creating the restrictions on the objects, rights, privileges and types values when an ACS is created. |
class |
ACSImpl
This class is responsible for modeling an Access Control System (ACS) which is the main unit of modelization for software. |
Fields in ARoad0.gBase declared as ACSRun | |
---|---|
private ACSRun |
StringRightImpl.acsRun_
The ACSFactory which creates this right when it is an acsright. |
Methods in ARoad0.gBase that return ACSRun | |
---|---|
ACSRun |
StringRightImpl.getEorACS()
After the ACS creation, this method calls BaseManager to get the open ACS. |
Methods in ARoad0.gBase with parameters of type ACSRun | |
---|---|
static java.lang.reflect.Method[] |
AssociateUtilityImpl.getL_MethodsForKeyOfAssociations(ACSRun _factory,
java.lang.String _masterKey)
Gets the methods which are applicable for a given criteria in the map of associations for objects. |
static java.lang.Object[] |
BaseUtilityImpl.getRestrictedValues(BeanInfoPattern _baseObjectBeanInfo,
java.lang.String _propertyName,
ACSRun _acs,
BaseObject _source,
java.lang.String _type)
Gets the restricted String or StringRight values for the argument of a new ACSObject. |
static StringRight |
BaseUtilityImpl.getRightFromNameAsString(java.lang.String _text,
ACSRun _acs)
Get the right from the string returned by getName().toString(), both for StringRightImpl and StringMetaRightImpl instances. |
Constructors in ARoad0.gBase with parameters of type ACSRun | |
---|---|
StringRightImpl(java.lang.String _kernelRight,
StringMetaRight _meta,
java.lang.Integer _internalKey,
StringRightImpl[] _l_upperRights,
java.lang.String _targetClassType,
ACSRun _acsRun)
Constructor used for the creation of an ACS right. |
Uses of ACSRun in ARoad0.gBaseInterface |
---|
Subinterfaces of ACSRun in ARoad0.gBaseInterface | |
---|---|
interface |
ACS
This interface is responsible for modifying the access control system (ACS) through specific methods. |
interface |
ImmutableACS
This interface is responsible for modeling an access control system (ACS). |
Uses of ACSRun in ARoad0.gDMak |
---|
Methods in ARoad0.gDMak with parameters of type ACSRun | |
---|---|
private void |
ActionNewACSyst.addPreACSinGUI(ACSRun _acs)
Invoked by createFirstACSproperties() to allow the displaying of the ACS rights in the explorer. |
Uses of ACSRun in ARoad0.Gui1 |
---|
Methods in ARoad0.Gui1 with parameters of type ACSRun | |
---|---|
private javax.swing.JPanel |
BaseObjectHandler.getArgumentEditor(javax.swing.JPanel _result,
java.lang.String _propertyName,
boolean _isSelected,
int _argIndex,
boolean _isDefined,
java.lang.Object _knownValue,
ACSRun _acs)
Gets a graphical editor for an argument or for the source, when the type is a boolean, string, name, BaseObject (including StringRight), or a String list. |
Uses of ACSRun in ARoad0.Gui2 |
---|
Fields in ARoad0.Gui2 declared as ACSRun | |
---|---|
private ACSRun |
ACSTreeBaseListenerImpl.acs_
ACS associated to the JTree |
Methods in ARoad0.Gui2 with parameters of type ACSRun | |
---|---|
static boolean |
ACSTree.checkACSTreeNode(ACSRun _acs,
java.lang.String _node)
Checks the need of a node in the acs tree from the ACS properties. |
static javax.swing.JTree |
ACSTree.createACSExplorer(ACSRun _acs,
javax.swing.JTree _tree,
javax.swing.tree.DefaultMutableTreeNode _root)
Creates a graphical subtree of ACS objects. |
static javax.swing.JTree |
ACSTree.createAcsRightGraphicalTree(ACSRun _acs,
javax.swing.JTree _tree,
javax.swing.tree.DefaultMutableTreeNode _accRoot)
Creates a graphical flat list of ACS rights. |
static javax.swing.JTree |
ACSTree.createGraphicalTree(ACSRun _acs,
javax.swing.JTree _tree,
javax.swing.tree.DefaultMutableTreeNode _root,
java.lang.String _rootName)
Creates a graphical tree for a standard node from one of the 10 value of 'nodesInACSTree' in the ACS BeanInfo. |
static javax.swing.tree.DefaultMutableTreeNode |
ACSTreeUtilities.getACSTreeMainNode(javax.swing.tree.DefaultTreeModel _treeModel,
ACSRun _acs,
java.lang.String _title,
boolean _forExplorer)
Gets one of the main nodes in an ACS tree, in the explorer or an another ACS tree. |
Constructors in ARoad0.Gui2 with parameters of type ACSRun | |
---|---|
ACSTreeBaseListenerImpl(ACSRun _source,
javax.swing.JTree _tree,
javax.swing.tree.MutableTreeNode _root)
With this constructor, the ACSTreeBaseListenerImpl is registered as a listener for an ACSRun firing PropertyChangeEvents, and is associated to one JTree. |
Uses of ACSRun in ARoad0.gWork |
---|
Methods in ARoad0.gWork with parameters of type ACSRun | |
---|---|
static StringRight[] |
ACS_Facade.getAcsRightArray(ACSRun _acs)
Build up an ordered array of decreasing references to the acsrights, after a filtering of the metarights. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |