|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Actor | |
---|---|
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.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.AcsAddon.Accbee.Ubuntu.gBaseInterface | Contains interfaces for modelizing a Linux Ubuntu operating system, as an extension of the generic ARoad0.gBaseInterface package, in the AcsAddon Ubuntu. |
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.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 Actor in ARoad0.AcsAddon.Accbee.MySQL.gBase |
---|
Classes in ARoad0.AcsAddon.Accbee.MySQL.gBase that implement Actor | |
---|---|
class |
ActorMySQLImpl
This class is responsible for modeling a MySQL Actor to implement varied constraints on the instance, the property isRightProxy_ and the inherited AclEntries. |
Uses of Actor in ARoad0.AcsAddon.Accbee.MySQL.gBaseInterface |
---|
Subinterfaces of Actor in ARoad0.AcsAddon.Accbee.MySQL.gBaseInterface | |
---|---|
interface |
ActorMySQL
This interface is responsible for modeling a MySQL Actor to forbid the editing of the default true value on the property isRightProxy_. |
Uses of Actor in ARoad0.AcsAddon.Accbee.Ubuntu.gBase |
---|
Classes in ARoad0.AcsAddon.Accbee.Ubuntu.gBase that implement Actor | |
---|---|
class |
ActorUbuntuImpl
This class is responsible for modeling a Linux Ubuntu actor which may have access to controled resources. |
class |
ExecutableUbuntuImpl
This class is responsible for modeling a Linux Ubuntu executable, which may have Linux/Unix setUID and setGID capabilities. |
Uses of Actor in ARoad0.AcsAddon.Accbee.Ubuntu.gBaseInterface |
---|
Subinterfaces of Actor in ARoad0.AcsAddon.Accbee.Ubuntu.gBaseInterface | |
---|---|
interface |
ActorUbuntu
This interface is responsible for modeling a Linux Ubuntu actor. |
interface |
ExecutableUbuntu
This interface is responsible for modeling a Linux/Unix executable, which may have setUID and setGID capabilities. |
Uses of Actor in ARoad0.gBase |
---|
Classes in ARoad0.gBase that implement Actor | |
---|---|
class |
ActorImpl
This class is responsible for modeling an acting entity which may have access to controlled resources. |
Fields in ARoad0.gBase declared as Actor | |
---|---|
protected Actor[] |
GroupIDImpl.l_currentActors_
|
protected Actor[] |
UserIDImpl.l_currentActors_
|
protected Actor[] |
GroupIDImpl.l_secGroupActors_
|
Methods in ARoad0.gBase that return Actor | |
---|---|
Actor[] |
GroupIDImpl.getEorL_GroupIDCurrentActors()
A current actor runs under this groupID. |
Actor[] |
GroupIDImpl.getEorL_GroupIDCurrentActorsAsSecondaryGroup()
Get the actors in the ACS that have, in the role of a running processes, this group as a secondary groupID. |
Actor[] |
UserIDImpl.getEorL_UserIDCurrentActors()
A current actor is running under this userID whatever its caller. |
Methods in ARoad0.gBase with parameters of type Actor | |
---|---|
protected void |
ActorImpl.addBridgeSource(Actor _act)
Adds an actor as source to this instance which is then a bridge target for this source. |
protected void |
GroupIDImpl.addCurrentActor(Actor _act)
Used by Actor.setEorCurrentGroupID. |
protected void |
UserIDImpl.addCurrentActor(Actor _act)
A current actor is running under this userID whatever its caller. |
protected void |
GroupIDImpl.addOwnActorAsSecondaryGroup(Actor _act)
Invoked by Actor.setEorL_SecondaryGroup(). |
protected void |
ActorImpl.removeBridgeSource(Actor _act)
Remove an actor as bridge source for this instance. |
protected void |
GroupIDImpl.removeCurrentActor(Actor _act)
Used by Actor.finalizeForBase(), Actor.setEorCurrentGroupID(). |
protected void |
UserIDImpl.removeCurrentActor(Actor _act)
Invoked by Actor.finalizeForBase(), Actor.setEorCurrentUserID() or by gWork. |
protected void |
GroupIDImpl.removeOwnActorAsSecondaryGroup(Actor _act)
Invoked by Actor.setEorL_SecondaryGroup() and Actor.finalizeForBase(). |
void |
ActorImpl.setEorACSBridgeTarget(Actor _target)
Sets the another-ACS actor for which this instance is a bridge source. |
protected void |
ActorImpl.setEorACSBridgeTarget(Actor _target,
BaseObject _caller)
Sets the another-ACS actor for which this resource is a bridge source. |
Uses of Actor in ARoad0.gBaseInterface |
---|
Methods in ARoad0.gBaseInterface that return Actor | |
---|---|
Actor[] |
ImmutableGroupID.getEorL_GroupIDCurrentActors()
A current actor runs under this groupID. |
Actor[] |
ImmutableGroupID.getEorL_GroupIDCurrentActorsAsSecondaryGroup()
Get the actors in the ACS that have, in the role of a running processes, this group as a secondary groupID. |
Actor[] |
ImmutableUserID.getEorL_UserIDCurrentActors()
A current actor is running under this userID whatever its caller. |
Methods in ARoad0.gBaseInterface with parameters of type Actor | |
---|---|
void |
Actor.setEorACSBridgeTarget(Actor _target)
Sets the another-ACS actor for which this actor is a bridge source. |
Uses of Actor in ARoad0.Gui2 |
---|
Fields in ARoad0.Gui2 declared as Actor | |
---|---|
protected Actor |
GraphicActor.act_
|
Constructors in ARoad0.Gui2 with parameters of type Actor | |
---|---|
GraphicActor(GraphicView _gView,
Actor _act)
|
Uses of Actor in ARoad0.gWork |
---|
Methods in ARoad0.gWork that return Actor | |
---|---|
static Actor[] |
ACS_Facade.getExtControlledActorArray(ImmutableACS _acs)
Builds up an array of references to the ACS external controlled actors (not eligible ones) for which an aclEntry in this ACS apply some rights, seeing the actor as a resource belonged by an another ACS. |
static Actor[] |
ACS_Facade.getExtEligibleActorArray(ImmutableACS _acs)
Builds up an array of references to the ACS external actors (not controlled!) |
static Actor[] |
ACS_Facade.getOwnActorArray(ACS _acs)
Builds up an array of references to the ACS own actors. |
Methods in ARoad0.gWork with parameters of type Actor | |
---|---|
java.util.Map |
ThreeNodesRightsFactoryImpl.addPathsFromActorAclActor(Actor _act,
GraphicView _gview,
EPRViewInBase _viewInBase,
java.util.Map _m_l_DisplayableLinks,
java.util.HashSet _l_ObjectToRegister)
Defines all the 3-nodes access paths when the first end is an Actor with an AclEntry in the first link. |
java.util.Map |
ThreeNodesRightsFactoryImpl.addPathsFromActorAcsAddonRelationActor(Actor _act,
GraphicView _gview,
EPRViewInBase _viewInBase,
java.util.Map _m_l_DisplayableLinks,
java.util.HashSet _l_ObjectToRegister)
Defines all the 3-nodes access paths when the first end is an Actor with an AcsAddon relation in the first link and an Actor as central node. |
java.util.Map |
ThreeNodesRightsFactoryImpl.addPathsFromActorAcsAddonRelationNoActor(Actor _act,
GraphicView _gview,
EPRViewInBase _viewInBase,
java.util.Map _m_l_DisplayableLinks,
java.util.HashSet _l_ObjectToRegister)
Defines all the 3-nodes access paths when the first end is an Actor with an AcsAddon relation in the first link and no Actor as central node. |
java.util.Map |
ThreeNodesRightsFactoryImpl.addPathsFromActorAliasReference(Actor _act,
GraphicView _gview,
EPRViewInBase _viewInBase,
java.util.Map _m_l_DisplayableLinks,
java.util.HashSet _l_ObjectToRegister)
Defines all the 3-nodes access paths when the first end is an Actor with an alias in the first link. |
java.util.Map |
ThreeNodesRightsFactoryImpl.addPathsFromActorBridgeActor(Actor _act,
GraphicView _gview,
EPRViewInBase _viewInBase,
java.util.Map _m_l_DisplayableLinks,
java.util.HashSet _l_ObjectToRegister)
Defines all the 3-nodes access paths when the first end is an Actor with a bridge in the first link. |
java.util.Map |
ThreeNodesRightsFactoryImpl.addPathsFromActorStartsUnderGroupIDMember(Actor _act,
GraphicView _gview,
EPRViewInBase _viewInBase,
java.util.Map _m_l_DisplayableLinks,
java.util.HashSet _l_ObjectToRegister)
Defines all the 3-nodes access paths when the first end is an Actor which starts under a GroupIDMember. |
java.util.Map |
ThreeNodesRightsFactoryImpl.selectOneHiddenNodePathsForActor(Actor _act,
GraphicView _gview,
EPRViewInBase _viewInBase,
java.util.Map _m_l_DisplayableLinks,
java.util.HashSet _l_ObjectToRegister)
Defines all the 29+14 3-nodes access paths when the first end is an Actor, without privileges in the first link. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |