|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UpDateError | |
---|---|
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. |
Uses of UpDateError in ARoad0.AcsAddon.Accbee.MySQL.gBase |
---|
Methods in ARoad0.AcsAddon.Accbee.MySQL.gBase that throw UpDateError | |
---|---|
protected void |
UserIDMySQLImpl.addEorSoftAlias(ImmutableName _proxy)
Adds a proxy account as source of a PROXY right on this instance. |
void |
ActorMySQLImpl.finalizeForBase()
This method sets to null the primary inherited rights map. |
void |
BasesSetMySQLImpl.finalizeForBase()
This method sets to null the primary inherited rights map. |
void |
DirectoryMySQLImpl.finalizeForBase()
This method sets to null the primary inherited rights map, and unregisters this instance into the matched bases sets. |
void |
GroupIDMySQLImpl.finalizeForBase()
This method, if this instance is a host, finalizes the accounts that are members having this group as first host. |
void |
ProxyMySQLImpl.finalizeForBase()
This method removes this instance in its groups directly. |
void |
ResourceMySQLImpl.finalizeForBase()
This method sets to null the primary inherited rights map. |
void |
RoleMySQLImpl.finalizeForBase()
This method, if this instance is a host group, finalizes the accounts that are members having this group as first host. |
void |
UserIDMySQLImpl.finalizeForBase()
This method removes this instance in its groups directly. |
void |
VirtualFolderMySQLImpl.finalizeForBase()
Finalizes the view delegate if not null. |
void |
ActorMySQLImpl.removeAclEntry(ImmutableACS _aclAcs,
ImmutableEligibleParty _ep,
boolean _positiveRight,
ImmutableGroupID _conditionGroup)
Removes the AclEntry and the primary rights. |
void |
BasesSetMySQLImpl.removeAclEntry(ImmutableACS _aclAcs,
ImmutableEligibleParty _ep,
boolean _positiveRight,
ImmutableGroupID _conditionGroup)
Removes the AclEntry as direct AclEntry on this bases set and as inherited AclEntry in the connected databases. |
void |
DirectoryMySQLImpl.removeAclEntry(ImmutableACS _aclAcs,
ImmutableEligibleParty _ep,
boolean _positiveRight,
ImmutableGroupID _conditionGroup)
Removes the AclEntry and the inherited AclEntries in the children. |
void |
ResourceMySQLImpl.removeAclEntry(ImmutableACS _aclAcs,
ImmutableEligibleParty _ep,
boolean _positiveRight,
ImmutableGroupID _conditionGroup)
Removes the AclEntry and the primary rights. |
void |
ActorMySQLImpl.removeAclEntryWithoutFiring(ImmutableACS _aclAcs,
ImmutableEligibleParty _ep,
boolean _positiveRight,
ImmutableGroupID _conditionGroup)
Removes the direct AclEntry, but without event firing. |
void |
BasesSetMySQLImpl.removeAclEntryWithoutFiring(ImmutableACS _aclAcs,
ImmutableEligibleParty _ep,
boolean _positiveRight,
ImmutableGroupID _conditionGroup)
Removes the direct AclEntry but without event firing. |
void |
DirectoryMySQLImpl.removeAclEntryWithoutFiring(ImmutableACS _aclAcs,
ImmutableEligibleParty _ep,
boolean _positiveRight,
ImmutableGroupID _conditionGroup)
Removes the direct AclEntry and the inherited AclEntries in the children, but without event firing. |
void |
ResourceMySQLImpl.removeAclEntryWithoutFiring(ImmutableACS _aclAcs,
ImmutableEligibleParty _ep,
boolean _positiveRight,
ImmutableGroupID _conditionGroup)
Removes the direct AclEntry but without event firing. |
protected void |
ACSMySQLImpl.removeEorEligibleParty(ImmutableEligibleParty _ep)
Removes the EligibleParty in m_EligibleParties_. |
protected void |
ACSMySQLImpl.removeEorResource(ImmutableResource _res)
Unregisters the own resources. |
protected void |
UserIDMySQLImpl.removeEorSoftAlias(ImmutableName _alias)
Removes a proxy account as source of a PROXY right on this instance. |
void |
ActorMySQLImpl.removeInheritedAclEntry(AclEntry _acl)
Removes the inherited AclEntries in the children. |
void |
BasesSetMySQLImpl.removeInheritedAclEntry(AclEntry _acl)
Removes the inherited AclEntries in the children. |
void |
DirectoryMySQLImpl.removeInheritedAclEntry(AclEntry _acl)
Removes the inherited AclEntries in the children. |
void |
ResourceMySQLImpl.removeInheritedAclEntry(AclEntry _acl)
Removes the inherited AclEntries in the children. |
void |
ActorMySQLImpl.setIsRightProxy(boolean _b)
No operation, and fires an exception 'An Actor in the AcsAddon MySQL cannot change the 'right-proxy' value'. |
Uses of UpDateError in ARoad0.AcsAddon.Accbee.MySQL.gBaseInterface |
---|
Methods in ARoad0.AcsAddon.Accbee.MySQL.gBaseInterface that throw UpDateError | |
---|---|
void |
ResourceMySQL.removeAclEntryWithoutFiring(ImmutableACS _aclAcs,
ImmutableEligibleParty _ep,
boolean _positiveRight,
ImmutableGroupID _conditionGroup)
Removes the direct AclEntry and the inherited AclEntries in the children, but without event firing. |
void |
ResourceMySQL.removeInheritedAclEntry(AclEntry _acl)
Removes the inherited AclEntries in the children. |
Uses of UpDateError in ARoad0.AcsAddon.Accbee.Ubuntu.gBase |
---|
Methods in ARoad0.AcsAddon.Accbee.Ubuntu.gBase that throw UpDateError | |
---|---|
void |
ActorUbuntuImpl.finalizeForBase()
This method removes the resource from the ACS lists (main and controllers), from its parent, its userID and its groupID. |
protected void |
CAgoUserUbuntuImpl.finalizeForBase()
This method is called by finalize(), but finalize() may be not called. |
void |
DirectoryUbuntuImpl.finalizeForBase()
This method removes the resource from the ACS lists (main and controllers), from its parent, its userID and its groupID. |
void |
ResourceUbuntuImpl.finalizeForBase()
This method removes the resource from the ACS lists (main and controllers), from its parent, its userID and its groupID. |
void |
UserIDUbuntuImpl.finalizeForBase()
This method HAS TO BE USED before deleting the userID. |
protected void |
ACSUbuntuImpl.removeEorEligibleParty(ImmutableEligibleParty _ep)
Removes the EligibleParty in m_EligibleParties_. |
protected void |
ACSUbuntuImpl.removeEorResource(ImmutableResource _res)
Unregisters the own resources. |
void |
ExecutableUbuntuImpl.setEnforceGID(boolean _b)
Noop if the resource type contains 'byAcsCreator' or 'immutable'. |
void |
ExecutableUbuntuImpl.setEnforceUID(boolean _b)
Noop if the resource type contains 'byAcsCreator' or 'immutable'. |
void |
ActorUbuntuImpl.setEorCurrentGroupIDForUser(ImmutableGroupID _g)
The current groupID is not null when, typically, the actor is an executable launched under an another groupID. |
void |
ExecutableUbuntuImpl.setEorCurrentGroupIDForUser(ImmutableGroupID _g)
Check getEnforceGID() then call the super method. |
void |
ActorUbuntuImpl.setEorCurrentUserIDForUser(ImmutableUserID _u)
The current userID is not null when, typically, the actor is an executable launched under an UserID. |
void |
ExecutableUbuntuImpl.setEorCurrentUserIDForUser(ImmutableUserID _u)
Checks getEnforceUID() then calls the super method. |
void |
ActorUbuntuImpl.setEorUserID(ImmutableUserID _u)
Changes the AGO rights from the _u umask, through the call to setL_xxxRights(). |
void |
DirectoryUbuntuImpl.setEorUserID(ImmutableUserID _u)
Changes the AGO rights from the _u umask, through the call to setL_xxxRights(). |
void |
ResourceUbuntuImpl.setEorUserID(ImmutableUserID _u)
Changes the AGO rights from the _u umask, through the call to setL_xxxRights(). |
void |
ActorUbuntuImpl.setIsRightProxy(boolean _b)
Noop if the resource type starts with 'byAcsCreator' or 'immutable'. |
void |
ActorUbuntuImpl.setL_groupRights(StringRight[] _s)
Sets the rights for the members of the groupID which contains this resource. |
void |
DirectoryUbuntuImpl.setL_groupRights(StringRight[] _s)
Sets the rights for the members of the groupID which contains this resource. |
void |
ResourceUbuntuImpl.setL_groupRights(StringRight[] _s)
Sets the rights for the members of the groupID which contains this resource. |
void |
ActorUbuntuImpl.setL_otherRights(StringRight[] _s)
Sets the rights for the EligibleParties which are not 'root' nor this-resource UserID, and which are not members of this-resource GroupID. |
protected void |
CAgoUserUbuntuImpl.setL_otherRights(StringRight[] _s)
Sets the rights for the EligibleParties which are not 'root' nor this resource userID, and which are not members of this resource groupID. |
void |
DirectoryUbuntuImpl.setL_otherRights(StringRight[] _s)
Sets the rights for the EligibleParties which are not 'root' nor this-resource UserID, and which are not members of this-resource GroupID. |
void |
ResourceUbuntuImpl.setL_otherRights(StringRight[] _s)
Sets the rights for the EligibleParties which are not 'root' nor this-resource UserID, and which are not members of this-resource GroupID. |
void |
UserIDUbuntuImpl.setUMask(java.lang.String _umask)
The allowed format is 3 blocks for respectively Account, Group and Other rights. |
Uses of UpDateError in ARoad0.AcsAddon.Accbee.Ubuntu.gBaseInterface |
---|
Methods in ARoad0.AcsAddon.Accbee.Ubuntu.gBaseInterface that throw UpDateError | |
---|---|
void |
ExecutableUbuntu.setEnforceGID(boolean _b)
|
void |
ExecutableUbuntu.setEnforceUID(boolean _b)
|
void |
ResourceUbuntu.setL_otherRights(StringRight[] _s)
Sets the rights for the EligibleParties which are not 'root' nor this resource userID, and which are not members of this resource groupID. |
void |
UserIDUbuntu.setUMask(java.lang.String _umask)
The allowed format is 3 blocks for respectively Account, Group and Other rights. |
Uses of UpDateError in ARoad0.gBase |
---|
Methods in ARoad0.gBase that throw UpDateError | |
---|---|
protected void |
BasicImpl.addAcsOfSoftReferences(ImmutableName _acs)
Adds the ACS name of an external or internal soft reference to the master as soft alias. |
protected void |
CAliasImpl.addAcsOfSoftReferences(ImmutableName _acs)
Adds the ACS name of an external or internal soft reference to the master as soft alias. |
protected void |
VirtualFolderImpl.addAcsOfSoftReferences(ImmutableName _acs)
Adds the ACS name of an external or internal soft reference to the master as soft alias. |
void |
ACSFactoryImpl.addAlternate(java.lang.String _criteria,
java.lang.String[] _l_values)
Adds an alternate of the ACS or the subACS, if any, with all the associated properties. |
protected java.util.HashMap<java.lang.String,java.lang.String[]> |
ACSFactoryImpl.addAssociations(java.util.HashMap<java.lang.String,java.lang.String[]> _m_upd_Associations,
java.lang.String _criteria,
java.lang.String[] _l_values)
Adds one association to handle at the creation or the deletion of ACSObjects. |
void |
ACSFactoryImpl.addAssociationsToNewObject(java.lang.String _criteria,
java.lang.String[] _l_values)
Adds one association to handle at the creation or the deletion of ACSObjects in this ACS. |
void |
ACSFactoryImpl.addBelongsToComposite(java.lang.String _criteria,
ImmutableName[] _l_values)
Links a composite node in the IS nametree to the ACS or to a subACS. |
void |
ACSFactoryImpl.addCommentsOnProperties(java.lang.String _criteria,
java.lang.String[] _l_values)
Adds some comments to explain how this ACS simulates a real system/software. |
void |
ACSFactoryImpl.addComponentNode(java.lang.String _criteria,
java.lang.String[] _l_values)
Adds some component nodes in the IS, from the new ACS node or from its parent. |
void |
ACSFactoryImpl.addCompositeNode(java.lang.String _criteria,
java.lang.String[] _l_values)
Adds a new composite node in the IS nametree. |
protected void |
BasicImpl.addEorSoftAlias(ImmutableName _alias)
Adds an internal or external soft alias. |
protected void |
CAliasImpl.addEorSoftAlias(ImmutableName _alias)
Adds an external or internal soft alias to the master as soft reference. |
protected void |
VirtualFolderImpl.addEorSoftAlias(ImmutableName _alias)
Adds an internal or external soft alias. |
void |
AclEntryImpl.addForUserConditionSourceGroup(ImmutableGroupID _grp)
This method is to use only for the flexible conditional ACL, and if there is alrady a non-null first condition group set by the constructor. |
void |
ACSFactoryImpl.addIntegrityRoots(java.lang.String _criteria,
java.lang.String[] _l_values)
Adds associations to set integrity root contraints in the parent ACSs. |
void |
ACSFactoryImpl.addOpeningAndClosingRoots(java.lang.String _criteria,
java.lang.String[] _l_values)
Adds associations to create opening and closing roots in the parent ACSs. |
void |
ACSFactoryImpl.addOpeningNoClosingRoots(java.lang.String _criteria,
java.lang.String[] _l_values)
Adds associations to create opening without closing roots in the parent ACSs. |
void |
ACSFactoryImpl.addPrivilegeRights(java.lang.String _criteria,
StringRight[] _l_rights)
Adds some privilege rights constraints, to apply as standard or specialized rights to the privileges which have a given main type or a given second type. |
void |
ACSFactoryImpl.addSpecializedRights(java.lang.String _criteria,
StringRight[] _l_rights)
Adds some specialized rights to extend or to constrain the allowed values which are defined for each right type, as in setL_xxxRightsSet(). |
void |
ACSFactoryImpl.addSubAndGroupPolicy(java.lang.String _criteria,
java.lang.String[] _l_values)
Adds a subACS name and its mode (for Resources or for GroupIDs) or a root name for a groups tree, as a node to display in the explorer and the IS structure. |
void |
ACSFactoryImpl.addTypesAndExplorer(java.lang.String _criteria,
java.lang.String[] _l_values)
Adds the values to manage the display in the explorer, or to set the type-oriented policy following the ACSObject type. |
protected void |
ACSFactoryImpl.controlRights(StringRight[] _s,
boolean _allowDeny)
Controls the right values for the acs, which have to be registered only if there are acsrights. |
void |
AclEntryImpl.finalizeForBase()
Currently unused method, that is from the DetailledName interface. |
void |
ActorImpl.finalizeForBase()
This method removes the actor in the eligible party ACS list, and in the resources connected through an aclEntry. |
void |
BasicImpl.finalizeForBase()
This method cuts the linked privileges links, if any, and removes the instance in the virtual folders, if any. |
protected void |
CAliasImpl.finalizeForBase()
Finalizes the CAlias and the hard alias, for a master hard reference. |
protected void |
CFolderMemberImpl.finalizeForBase()
Finalizes the CFolderMember. |
protected void |
CNodeImpl.finalizeForBase()
Finalizes the CNode and ALL ITS CHILDREN. |
protected void |
CPrivilegeUserImpl.finalizeForBase()
This method cuts the links to the linked privileges, and informs the typed privileges. |
void |
DirectoryImpl.finalizeForBase()
Finalizes the directory and ALL ITS CHILDREN. |
void |
EPRViewInBaseImpl.finalizeForBase()
The view is removed as a listener and the internal maps are set to null. |
void |
EligiblePartyImpl.finalizeForBase()
This method removes the EligibleParty in the ACS list, and in the Resources, deletes any AclEntry having this instance as source. |
void |
FolderAbst.finalizeForBase()
The folder is removed as an ACS listener. |
void |
GroupIDImpl.finalizeForBase()
This method removes the members, and the resources through the variable groupID_ and, for Actors, through currentGroupID_ and l_SecondaryGroup_. |
void |
GroupIDMemberImpl.finalizeForBase()
super.finalizeForBase() removes the GroupIDMember in the ACS lists (main and controllers), and removes it in the resources connected through an AclEntry. |
void |
NoThanViewInBaseImpl.finalizeForBase()
The view is removed as a listener and the internal maps are set to null. |
void |
PrivilegeAbst.finalizeForBase()
It sets to null almost all variables, so the instance is equals to a new PrivilegeAbst(). |
void |
PrivilegeForLinksImpl.finalizeForBase()
It sets to null almost all variables, so the instance is equals to a new empty PrivilegeForLinksImpl. |
void |
PrivilegeForTypeImpl.finalizeForBase()
It sets to null almost all variables, so the instance is equals to a new PrivilegeForTypeImpl(). |
void |
ResourceImpl.finalizeForBase()
This method removes the resource from the ACS lists (main and controllers), from its parent, its userID and its groupID. |
void |
StringMetaRightImpl.finalizeForBase()
UNUSED METHOD. |
void |
StringRightImpl.finalizeForBase()
This method removes the StringRight from the ACS list, from the metaright, from the lower and upper rights. |
void |
UserIDImpl.finalizeForBase()
super.finalizeForBase() removes the userID in the ACS lists (main and controllers), and removes it in the resources connected through an aclEntry. |
void |
VirtualFolderImpl.finalizeForBase()
All the internal maps are set to null and the folder is unregistered in its ACS. |
void |
ACSFactoryImpl.finalizeForUser()
Closes the instance. |
void |
AclEntryImpl.finalizeForUser()
Currently unused method, that is from the DetailledName interface. |
void |
BasicImpl.finalizeForUser()
This method controls the immutability of the object, removes the associates, then calls finalizeForBase(). |
void |
PrivilegeAbst.finalizeForUser()
It sets to null almost all variables, so the instance is equals to a new PrivilegeForTypeImpl(). |
void |
StringMetaRightImpl.finalizeForUser()
UNUSED METHOD. |
void |
StringRightImpl.finalizeForUser()
This method removes the StringRight from the ACS list, from the metaright, from the lower and upper rights. |
void |
VirtualFolderImpl.finalizeForUser()
This method controls the immutability of the object, removes the associates, then calls finalizeForBase(). |
protected void |
AclEntryImpl.finalizeForUser(short _epCount)
Replacing finalizeForBase() and finalizeForUser(), this method removes the AclEntry from the aclConnectedResources map of its EligibleParty, and from the list of its ACS. |
protected void |
ACSFactoryImpl.moveRight(StringRight _right)
Unregisters a right through the ACSpreFactoryBeanInfo. |
protected void |
ResourceImpl.removeACL(ImmutableACS _aclAcs,
ImmutableEligibleParty _ep,
boolean _positiveRight,
ImmutableGroupID _conditionGroup)
Deletes an inner AclEntry which delivers rights to an EligibleParty to access or to deny access to this Resource. |
void |
ResourceImpl.removeAclEntry(ImmutableACS _aclAcs,
ImmutableEligibleParty _ep,
boolean _positiveRight,
ImmutableGroupID _conditionGroup)
Deletes an aclEntry which delivers rights to an eligible party to access or to deny access to this resource. |
protected void |
ACSImpl.removeAcsController(ImmutableName _ACSname)
This method is called by removeEorResource() and removeEorVirtualFolder(). |
protected void |
ResourceImpl.removeAcsController(ImmutableName _ACSname)
Called by removeAclEntry() and removeEorPrivilegeToTarget(). |
protected void |
BasicImpl.removeAcsOfSoftReferences(ImmutableName _acs)
Removes an external or internal alias from the master as soft reference. |
protected void |
CAliasImpl.removeAcsOfSoftReferences(ImmutableName _acs)
Removes an external or internal alias from the master as soft reference. |
protected void |
VirtualFolderImpl.removeAcsOfSoftReferences(ImmutableName _acs)
Removes an external or internal alias from the master as soft reference. |
void |
ACSFactoryImpl.removeAlternate(java.lang.String _criteria,
java.lang.String[] _l_values)
Removes an alternate of the ACS or the subACS, if any, with all the associated properties. |
protected java.util.HashMap<java.lang.String,java.lang.String[]> |
ACSFactoryImpl.removeAssociations(java.util.HashMap<java.lang.String,java.lang.String[]> _m_upd_Associations,
java.lang.String _criteria,
java.lang.String[] _l_values)
Removes some associations to handle at the creation or the deletion of ACSObjects. |
void |
ACSFactoryImpl.removeAssociationsToNewObject(java.lang.String _criteria,
java.lang.String[] _l_values)
Removes some associations to handle at the creation or the deletion of ACSObjects. |
void |
ACSFactoryImpl.removeBelongsToComposite(java.lang.String _criteria,
ImmutableName[] _l_values)
Removes the link to a composite node in the IS nametree to the ACS or to a subACS. |
void |
ACSFactoryImpl.removeCommentsOnProperties(java.lang.String _criteria,
java.lang.String[] _l_values)
Removes some comments to explain how this ACS simulates a real system/software. |
void |
ACSFactoryImpl.removeComponentNode(java.lang.String _criteria,
java.lang.String[] _l_values)
Removes a new component node in the IS nametree. |
void |
ACSFactoryImpl.removeCompositeNode(java.lang.String _criteria,
java.lang.String[] _l_values)
Removes a new component node in the IS nametree. |
protected void |
BasicImpl.removeConstrainedChildACS(java.lang.String _key,
ImmutableName[] _l_acs)
A constrained (opened or closed) child ACS has one or several of the following relations to this object: <ForChildAcsOpeningAndClosing>, <ForChildAcsOpeningNoClosing> or <ForChildAcsIntegrity>. |
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 |
ACSImpl.removeEorAclEntry(ImmutableAclEntry _acl)
Removes the AclEntry in the internal properties. |
protected void |
CNodeImpl.removeEorChild(ImmutableLeaf _child)
Removes a child from the CNode. |
protected void |
DirectoryImpl.removeEorChild(ImmutableLeaf _child)
Removes a child from this Node. |
protected void |
VirtualFolderImpl.removeEorChild(ImmutableLeaf _child)
Removes a child from this Node. |
protected void |
ACSImpl.removeEorEligibleParty(ImmutableEligibleParty _ep)
Removes the own and the external EligibleParty. |
protected void |
ResourceImpl.removeEorGroupID()
Removes the groupID of the resource. |
protected void |
ACSImpl.removeEorPrivilege(Privilege _priv)
Removes the Privilege in the internal properties. |
protected void |
ACSImpl.removeEorResource(ImmutableResource _res)
Unregisters the own and the external resources. |
protected void |
BasicImpl.removeEorSoftAlias(ImmutableName _alias)
Removes an external or internal alias. |
protected void |
CAliasImpl.removeEorSoftAlias(ImmutableName _alias)
Removes an external or internal alias from the master as soft reference. |
protected void |
VirtualFolderImpl.removeEorSoftAlias(ImmutableName _alias)
Removes a soft alias. |
protected void |
ResourceImpl.removeEorUserID()
Removes the userID of the resource. |
protected void |
ACSImpl.removeEorVirtualFolder(VirtualFolder _fold)
Unregisters a virtual folder in this ACS. |
void |
AclEntryImpl.removeForUserConditionSourceGroup(ImmutableGroupID _grp)
To activate the ACL rights, the EP has to be member of the condition GroupIDs, if it is a GroupIDMember. |
void |
ACSFactoryImpl.removeIntegrityRoots(java.lang.String _criteria,
java.lang.String[] _l_values)
Removes associations to set integrity root contraints in the parent ACSs. |
void |
ACSFactoryImpl.removeOpeningAndClosingRoots(java.lang.String _criteria,
java.lang.String[] _l_values)
Removes associations to create opening and closing roots in the parent ACSs. |
void |
ACSFactoryImpl.removeOpeningNoClosingRoots(java.lang.String _criteria,
java.lang.String[] _l_values)
Removes associations to create opening without closing roots in the parent ACSs. |
protected void |
GroupIDImpl.removeOwnActorAsSecondaryGroup(Actor _act)
Invoked by Actor.setEorL_SecondaryGroup() and Actor.finalizeForBase(). |
protected void |
GroupIDImpl.removeOwnResource(Resource _res)
Used by Resource.setEorGroupID() and finalizeForBase(). |
protected void |
UserIDImpl.removeOwnResource(Resource _res)
Invoked by Resource.setEorUserID(), Resource.finalizeForBase() Fires an event on "l_UserIDOwnResources". |
void |
ACSFactoryImpl.removePrivilegeRights(java.lang.String _criteria,
StringRight[] _l_rights)
Removes some privilege rights constraints, to apply as standard or specialized rights to the privileges which have a given main type or a given second type. |
void |
ACSFactoryImpl.removeRight(StringRight _right)
Unregisters a right through the ACSpreFactoryBeanInfo. |
void |
ACSImpl.removeRight(StringRight _right)
UNUSED METHOD, to implement ACSRun. |
void |
ACSFactoryImpl.removeSpecializedRights(java.lang.String _criteria,
StringRight[] _l_rights)
Removes some specialized rights. |
void |
ACSFactoryImpl.removeSubAndGroupPolicy(java.lang.String _criteria,
java.lang.String[] _l_values)
Removes a subACS or a groups tree node, and its dedicated node in the explorer. |
void |
ACSFactoryImpl.removeTypesAndExplorer(java.lang.String _criteria,
java.lang.String[] _l_values)
Removes some specialized values to manage the display in the explorer, to set the allowed types and the group policy following the type. |
protected void |
BasicImpl.setEorAliasAsInternalHardReference(ACSObject _ali)
Set the unique ACSObject, if any, of this ACS for which this object is an internal hard reference. |
protected void |
CAliasImpl.setEorAliasAsInternalHardReference(ACSObject _ali)
Sets the unique ACSObject, if any, of this ACS for which this object is an internal hard reference. |
protected void |
VirtualFolderImpl.setEorAliasAsInternalHardReference(ACSObject _ali)
Set the unique ACSObject, if any, of this ACS for which this object is an internal hard reference. |
protected void |
ActorImpl.setEorCurrentGroupID(ImmutableGroupID _g)
Set the group for which this actor is member as right user. |
void |
ActorImpl.setEorCurrentGroupIDForUser(ImmutableGroupID _g)
Set the group for which this actor is member as right user. |
protected void |
ActorImpl.setEorCurrentUserID(ImmutableUserID _u)
The current userID is not null when, typically, the actor is an executable launched under an userID. |
void |
ActorImpl.setEorCurrentUserIDForUser(ImmutableUserID _u)
The current userID is not null when, typically, the actor is an executable launched under an userID. |
void |
ResourceImpl.setEorGroupID(ImmutableGroupID _g)
Defines the main group owning this resource as an access target. |
protected void |
ActorImpl.setEorL_SecondaryGroup(ImmutableGroupID[] _L)
A secondary group is used by an Actor as rights user, to get complementary accesses to targets only when a current userID is set. |
void |
ActorImpl.setEorL_SecondaryGroupForUser(ImmutableGroupID[] _L)
A secondary group is used by an Actor as rights user, to get complementary accesses to targets only when a current userID is set. |
void |
UserIDImpl.setEorPrimGroup(GroupID _g)
Sets a primary group, and it must have this instance as member. |
protected void |
BasicImpl.setEorReferenceAsInternalHardAlias(ACSObject _ref)
Set the unique ACSObject, if any, of this ACS for which this object is an internal hard alias. |
protected void |
CAliasImpl.setEorReferenceAsInternalHardAlias(ACSObject _ref)
Sets the unique ACSObject, if any, of this ACS for which this object is an internal hard alias. |
protected void |
VirtualFolderImpl.setEorReferenceAsInternalHardAlias(ACSObject _ref)
Set the unique ACSObject, if any, of this ACS for which this object is an internal hard alias. |
void |
ResourceImpl.setEorUserID(ImmutableUserID _u)
Sets the userID of the resource, and set the current userID in the own actors if it was the previous userID. |
void |
ActorImpl.setEPType(java.lang.String _st)
If _st is allowed by the ACS, set the type of this EligibleParty which is also a resource. |
void |
EligiblePartyImpl.setEPType(java.lang.String _st)
Sets the type which drives the immutablility and the allowed rights of the object. |
void |
ACSFactoryImpl.setIcon(java.lang.String _icon)
Sets the ACS icon. |
void |
ActorImpl.setIsRightProxy(boolean _b)
Noop if the resource type contains 'byAcsCreator' or 'immutable'. |
void |
ACSFactoryImpl.setL_AccountRightsSet(StringRight[] _s)
Sets the allowed granting right values for the Account (an UserID). |
void |
ACSFactoryImpl.setL_AclRightsSet(StringRight[] _s)
Sets the fixed set of rights for the AclEntries. |
void |
ACSFactoryImpl.setL_bridgeRightsSet(StringRight[] _s)
Sets the allowed right values for the bridges from actors to other ACS. |
void |
DirectoryImpl.setL_groupRights(StringRight[] _s)
Overrides the super method to call getL_inheritedOwnerRights(), BaseUtilityImpl.withAcrossToDirectoryAGRights(), fireL_inheritedGroupRights() and setAGOAccessFromTheParentGroup() on the children. |
void |
ResourceImpl.setL_groupRights(StringRight[] _s)
Sets the rights for the members of the groupID which owns this resource. |
void |
ACSFactoryImpl.setL_GroupRightsSet(StringRight[] _s)
Sets the allowed granting right values for the AGO Group rights. |
void |
DirectoryImpl.setL_ownerRights(StringRight[] _s)
Overrides the super method to change the inherited owner rights on the children. |
void |
ResourceImpl.setL_ownerRights(StringRight[] _s)
Sets the rights for the account which owns this resource. |
void |
ResourceImpl.setL_rootRights(StringRight[] _s)
Sets the rights for the userID 'root'. |
void |
UserIDImpl.setOrder(int _i)
Sets the strengh of the UserID which determines its priority order in access control decisions. |
protected void |
ACSImpl.setOwnEPFoldersRootName(ImmutableName _name)
Sets name of the root for the ACS own eligible party virtual folders. |
protected void |
ACSImpl.setOwnGroupsRootName(ImmutableName _name)
Set the name of the root for the ACS own groups. |
protected void |
ACSImpl.setOwnResourceFoldersRootName(ImmutableName _name)
Sets name of the root for the ACS own resource virtual folders. |
protected void |
ACSImpl.setOwnResourcesRootName(ImmutableName _name)
Set name of the root for the ACS own resources. |
void |
ResourceImpl.setResourceType(java.lang.String _st)
Sets the type which drives the immutablility and the allowed rights of the object. |
void |
PrivilegeAbst.setSecondType(java.lang.String _st)
If the new value is allowed by the ACS, sets the second type of this privilege. |
void |
ACSFactoryImpl.setTiedToParentACS(boolean _b)
Sets if the new ACS is tied to its ACS parent or not. |
protected void |
BasicImpl.setType(java.lang.String _type)
If the argument is allowed by the ACS, sets the type of this instance. |
void |
VirtualFolderImpl.setType(java.lang.String _type)
If the argument is allowed by the ACS, sets the secondary type of this instance. |
Uses of UpDateError in ARoad0.gBaseInterface |
---|
Methods in ARoad0.gBaseInterface that throw UpDateError | |
---|---|
void |
AclEntry.addForUserConditionSourceGroup(ImmutableGroupID _grp)
To activate the ACL rights, the EP has to be member of the conditionnal GroupIDs. |
void |
FinalizedObject.finalizeForBase()
An unused object has to be deleted to inform the others objects, and this method HAS TO BE USED before deleting the ACS object. |
void |
Basic.finalizeForUser()
This method removes the basic from the ACS lists. |
void |
FinalizedObjectForUser.finalizeForUser()
This method is used by the user to finalize an ACS object. |
void |
StringRight.finalizeForUser()
This method removes the StringRight from the ACS list, from the metaright, from the lower and upper rights. |
void |
UserID.finalizeForUser()
The super method removes the userID in the ACS lists (main and controllers), and removes in the resources connected through an aclEntry. |
void |
Resource.removeAclEntry(ImmutableACS _aclAcs,
ImmutableEligibleParty _ep,
boolean _positiveRight,
ImmutableGroupID _conditionGroup)
Deletes an aclEntry which delivers rights to an eligible party to access or to deny access to this resource. |
void |
AclEntry.removeForUserConditionSourceGroup(ImmutableGroupID _grp)
To activate the ACL rights, the EP has to be member of the conditionnal GroupIDs, if it is a GroupIDMember. |
void |
ACSRun.removeRight(StringRight _right)
Unregisters a right in this ACSRun. |
void |
Actor.setEorCurrentGroupIDForUser(ImmutableGroupID _g)
The current groupID is not null when, typically, the actor is an executable launched under an another groupID. |
void |
Actor.setEorCurrentUserIDForUser(ImmutableUserID _u)
The current userID is not null when, typically, the actor is an executable launched under an another userID. |
void |
Resource.setEorGroupID(ImmutableGroupID _g)
Defines the group owning this resource. |
void |
Actor.setEorL_SecondaryGroupForUser(ImmutableGroupID[] _L)
A secondary group is used by an Actor as rights user, to get complementary accesses to targets only when a current userID is set. |
void |
UserID.setEorPrimGroup(GroupID _g)
Set a primary group, and it must have this instance as member. |
void |
Resource.setEorUserID(ImmutableUserID _u)
Set the userID of the resource, and set the current userID in the own actors if it was the previous userID. |
void |
EligibleParty.setEPType(java.lang.String _st)
If _st is allowed by the ACS, set the type of this eligible party. |
void |
Actor.setIsRightProxy(boolean _b)
Noop if the resource type is |
void |
Resource.setL_groupRights(StringRight[] _s)
Set the rights for the members of the groupID which owns this resource. |
void |
Resource.setL_ownerRights(StringRight[] _s)
Sets the rights for the account which owns this resource. |
void |
Resource.setL_rootRights(StringRight[] _s)
Sets the rights for the userID 'root'. |
void |
UserID.setOrder(int _i)
Set the strenght of the UserID which defines its priority order in access control decisions. |
void |
Resource.setResourceType(java.lang.String _st)
If _st is allowed by the ACS, set the type of this resource. |
void |
Privilege.setSecondType(java.lang.String _st)
If the new value is allowed by the ACS, set the second type of this privilege. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |