|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PrivilegeForLinks | |
---|---|
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.gWork | Contains the classes of the second core of the program that processes the search of rights in the open views. |
Uses of PrivilegeForLinks in ARoad0.gBase |
---|
Classes in ARoad0.gBase that implement PrivilegeForLinks | |
---|---|
class |
PrivilegeForLinksImpl
This class is responsible for modeling the direct links which manages some access rights from a EligibleParty list (or only one GroupID) to a privilege targets list (or only one target). |
Fields in ARoad0.gBase with type parameters of type PrivilegeForLinks | |
---|---|
protected java.util.Set<PrivilegeForLinks> |
ACSImpl.l_ClosedPrivileges_
Set of only closed external privileges, that is those which have their ACS that is currently closed. |
protected java.util.ArrayList<PrivilegeForLinks> |
CPrivilegeUserImpl.l_inheritedT_LinkedPrivileges_
List of the current inherited linked privileges for the master as target. |
protected java.util.ArrayList<PrivilegeForLinks> |
CPrivilegeUserImpl.l_T_LinkedPrivileges_
list of linked privileges for the master as target. isTarget_ has to be true. |
Methods in ARoad0.gBase that return PrivilegeForLinks | |
---|---|
PrivilegeForLinks |
ResourceImpl.selectInheritedPrivilege(PrivilegeForLinks _lpri,
java.lang.String _type)
Returns the Privilege to use as inherited Privilege in a child. |
PrivilegeForLinks |
VirtualFolderImpl.selectInheritedPrivilege(PrivilegeForLinks _lpri,
java.lang.String _type)
Returns the Privilege to use as inherited Privilege in a child. |
Methods in ARoad0.gBase that return types with arguments of type PrivilegeForLinks | |
---|---|
protected java.util.List<PrivilegeForLinks> |
CPrivilegeUserImpl.getEorImmutableL_TargetInheritedLinkedPrivileges()
Gets all the immutable list of the inherited linked privileges of the target. |
java.util.List<PrivilegeForLinks> |
ResourceImpl.getEorImmutableL_TargetInheritedLinkedPrivileges()
Gets all the immutable list of the inherited linked privileges of the target. |
java.util.List<PrivilegeForLinks> |
VirtualFolderImpl.getEorImmutableL_TargetInheritedLinkedPrivileges()
Gets all the immutable list of the inherited linked privileges of the target. |
java.util.List<PrivilegeForLinks> |
EligiblePartyImpl.getEorL_SourcePrivilegeForLinks()
Gets all the PrivilegeForLinks linked to this source. |
protected java.util.List<PrivilegeForLinks> |
CPrivilegeUserImpl.getEorL_TargetInheritedLinkedPrivileges()
Gets all the inherited linked privileges of this target. |
java.util.List<PrivilegeForLinks> |
ResourceImpl.getEorL_TargetInheritedLinkedPrivileges()
Gets all the inherited linked privileges of this target. |
protected java.util.List<PrivilegeForLinks> |
VirtualFolderImpl.getEorL_TargetInheritedLinkedPrivileges()
Gets all the inherited linked privileges of this target. |
protected java.util.List<PrivilegeForLinks> |
CPrivilegeUserImpl.getEorL_TargetPrivilegeForLinks()
Gets all the privilegeForLinks linked to this target, not the privilegeForTypes. |
java.util.List<PrivilegeForLinks> |
ResourceImpl.getEorL_TargetPrivilegeForLinks()
Gets all the privilegeForLinks linked to this target, not the privilegeForTypes. |
protected java.util.Set<PrivilegeForLinks> |
ACSImpl.getL_ClosedPrivileges()
Called by BaseManagerImpl and another opening ACS for identifying its resources that are controlled in Privileges by this ACS. |
Methods in ARoad0.gBase with parameters of type PrivilegeForLinks | |
---|---|
protected void |
ActorImpl.addEorPrivilegeForLinksToSource(PrivilegeForLinks _priv)
Sets a privilege as applicable to this access source. |
protected void |
EligiblePartyImpl.addEorPrivilegeForLinksToSource(PrivilegeForLinks _priv)
Sets a privilege as applicable to this access source. |
protected void |
ResourceImpl.addEorPrivilegeForLinksToTarget(PrivilegeForLinks _priv)
Sets a privilege as applicable to this access target, without right inheritance. |
protected void |
VirtualFolderImpl.addEorPrivilegeForLinksToTarget(PrivilegeForLinks _priv)
Sets a privilege as applicable to this access target.n. |
protected void |
CPrivilegeUserImpl.resetInheritedPrivilegeRights(PrivilegeForLinks _lpri)
Resets the inherited Privilege rights after an user edition. |
void |
DirectoryImpl.resetInheritedPrivilegeRights(PrivilegeForLinks _lpri)
Resets the inherited Privilege rights after an user edition. |
void |
ResourceImpl.resetInheritedPrivilegeRights(PrivilegeForLinks _lpri)
Resets the inherited Privilege rights after an user edition. |
void |
VirtualFolderImpl.resetInheritedPrivilegeRights(PrivilegeForLinks _lpri)
Resets the inherited Privilege rights after an user edition. |
void |
DirectoryImpl.resetInheritedPrivilegeRightsOfChildren(PrivilegeForLinks _lpri)
Resets the inherited Privilege rights in the children, if the Privilege inheritance is applicable. |
void |
VirtualFolderImpl.resetInheritedPrivilegeRightsOfChildren(PrivilegeForLinks _lpri)
Resets the inherited Privilege rights in the children, if the Privilege inheritance is applicable. |
PrivilegeForLinks |
ResourceImpl.selectInheritedPrivilege(PrivilegeForLinks _lpri,
java.lang.String _type)
Returns the Privilege to use as inherited Privilege in a child. |
PrivilegeForLinks |
VirtualFolderImpl.selectInheritedPrivilege(PrivilegeForLinks _lpri,
java.lang.String _type)
Returns the Privilege to use as inherited Privilege in a child. |
Method parameters in ARoad0.gBase with type arguments of type PrivilegeForLinks | |
---|---|
protected void |
CPrivilegeUserImpl.setEorL_TargetInheritedLinkedPrivileges(java.util.ArrayList<PrivilegeForLinks> _l_priv)
Sets all the inherited linked privileges for this target where the LINKED_IF_ALL_SOURCE type is forbidden, and any privilege having more than one target. |
protected void |
VirtualFolderImpl.setEorL_TargetInheritedLinkedPrivileges(java.util.ArrayList<PrivilegeForLinks> _l_priv)
Sets all the inherited linked privileges for this target. |
private void |
CPrivilegeUserImpl.setM_TargetInheritedLinkedPRIRights(java.util.List<PrivilegeForLinks> _l_priv)
Sets the internal map of the inherited linked privilege rights, where the key is the name of the EligibleParty having the rights, extended with, as last component, the parent order of the master parent which has given the rights. |
Uses of PrivilegeForLinks in ARoad0.gBaseInterface |
---|
Methods in ARoad0.gBaseInterface that return PrivilegeForLinks | |
---|---|
PrivilegeForLinks |
ImmutablePrivilegeTarget.selectInheritedPrivilege(PrivilegeForLinks _lpri,
java.lang.String _type)
Returns the Privilege to use as inherited Privilege in a child. |
PrivilegeForLinks |
Resource.selectInheritedPrivilege(PrivilegeForLinks _lpri,
java.lang.String _type)
Returns the Privilege to use as inherited Privilege in a child. |
PrivilegeForLinks |
VirtualFolder.selectInheritedPrivilege(PrivilegeForLinks _lpri,
java.lang.String _type)
Returns the Privilege to use as inherited Privilege in a child. |
Methods in ARoad0.gBaseInterface that return types with arguments of type PrivilegeForLinks | |
---|---|
java.util.List<PrivilegeForLinks> |
ImmutablePrivilegeTarget.getEorImmutableL_TargetInheritedLinkedPrivileges()
Gets all the immutable list of the inherited linked privileges of the target. |
Methods in ARoad0.gBaseInterface with parameters of type PrivilegeForLinks | |
---|---|
void |
Resource.resetInheritedPrivilegeRights(PrivilegeForLinks _lpri)
Resets the inherited Privilege rights after an user edition. |
void |
VirtualFolder.resetInheritedPrivilegeRights(PrivilegeForLinks _lpri)
Resets the inherited Privilege rights after an user edition. |
void |
Directory.resetInheritedPrivilegeRightsOfChildren(PrivilegeForLinks _lpri)
Resets the inherited Privilege rights in the children, if the Privilege inheritance is applicable. |
void |
VirtualFolder.resetInheritedPrivilegeRightsOfChildren(PrivilegeForLinks _lpri)
Resets the inherited Privilege rights in the children, if the Privilege inheritance is applicable. |
PrivilegeForLinks |
ImmutablePrivilegeTarget.selectInheritedPrivilege(PrivilegeForLinks _lpri,
java.lang.String _type)
Returns the Privilege to use as inherited Privilege in a child. |
PrivilegeForLinks |
Resource.selectInheritedPrivilege(PrivilegeForLinks _lpri,
java.lang.String _type)
Returns the Privilege to use as inherited Privilege in a child. |
PrivilegeForLinks |
VirtualFolder.selectInheritedPrivilege(PrivilegeForLinks _lpri,
java.lang.String _type)
Returns the Privilege to use as inherited Privilege in a child. |
Uses of PrivilegeForLinks in ARoad0.gWork |
---|
Methods in ARoad0.gWork that return types with arguments of type PrivilegeForLinks | |
---|---|
java.util.List<PrivilegeForLinks> |
PrivilegeRightsFactoryImpl.getL_linkedPrivilege(ImmutablePrivilegeSource _so,
ImmutablePrivilegeTarget _res)
Selects the non-inherited linked privileges which connect the target and the source. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |