Uses of Interface
ARoad0.gBaseInterface.ImmutablePrivilege

Packages that use ImmutablePrivilege
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 ImmutablePrivilege in ARoad0.gBase
 

Classes in ARoad0.gBase that implement ImmutablePrivilege
 class PrivilegeAbst
          This abstract class is used by its subclasses for creating the Privileges.
 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).
 class PrivilegeForTypeImpl
          This class is responsible for modeling a set of rights from a source with a given type, to an access target with another given type.
 

Uses of ImmutablePrivilege in ARoad0.gBaseInterface
 

Subinterfaces of ImmutablePrivilege in ARoad0.gBaseInterface
 interface Privilege
          This interface is used for modeling the Privilege, which, like ACL or AGO rights, is a type of granted or denied access right delivered to an access source for accessing to a target.
 interface PrivilegeForLinks
          This interface is responsible for modeling the privileges which manages some access rights from a privilege sources list (or only one GroupID) to a privilege targets list (or only one target).
 interface PrivilegeForType
          This interface is responsible for modeling rights from a source with a given type, to an access target with another given type.
 

Uses of ImmutablePrivilege in ARoad0.gWork
 

Methods in ARoad0.gWork that return ImmutablePrivilege
static ImmutablePrivilege ACS_Facade.getPrivilege(ImmutableName _name)
          Gets the Privilege from its base object name.