Uses of Class
ARoad0.gBase.EligiblePartyImpl

Packages that use EligiblePartyImpl
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. 
 

Uses of EligiblePartyImpl in ARoad0.AcsAddon.Accbee.MySQL.gBase
 

Subclasses of EligiblePartyImpl in ARoad0.AcsAddon.Accbee.MySQL.gBase
 class GroupIDMySQLImpl
          This class is responsible for modeling a MySQL GroupID to manage the constraints on the account membership and group names.
 class ProxyMySQLImpl
          This class is responsible for modeling a MySQL proxy user having a proxied account as a non-generic alias reference.
 class RoleMySQLImpl
          Currently unused.
 class UserIDMySQLImpl
          This class is responsible for modeling a MySQL account to manage the constraints on the account membership, always with the type 'account'.
 

Uses of EligiblePartyImpl in ARoad0.AcsAddon.Accbee.Ubuntu.gBase
 

Subclasses of EligiblePartyImpl in ARoad0.AcsAddon.Accbee.Ubuntu.gBase
 class UserIDUbuntuImpl
          This class is responsible for modeling an account in an ACS Ubuntu, as a kind of eligible party.
 

Uses of EligiblePartyImpl in ARoad0.gBase
 

Subclasses of EligiblePartyImpl in ARoad0.gBase
 class GroupIDImpl
          This class is responsible for modeling a GroupIDMember that owns a set of members, and which has Account/Group rights on Resources.
 class GroupIDMemberImpl
          This class is responsible for modeling the entity which is a GroupID member.
 class UserIDImpl
          This class is responsible for modeling an account in an ACS, as a kind of GroupIDMember that owns some resources and a primary groupID.
 

Fields in ARoad0.gBase declared as EligiblePartyImpl
static EligiblePartyImpl EligiblePartyImpl.EMPTY_INSTANCE
          A reusable empty instance for initialization, to avoid the use of 'new' for temporary values.
 

Methods in ARoad0.gBase that return EligiblePartyImpl
protected  EligiblePartyImpl EligiblePartyImpl.copyOwnVariables(EligiblePartyImpl _result, boolean _withoutInternalAcl)
          This method provides a copy of the instance variables.
 

Methods in ARoad0.gBase with parameters of type EligiblePartyImpl
protected  EligiblePartyImpl EligiblePartyImpl.copyOwnVariables(EligiblePartyImpl _result, boolean _withoutInternalAcl)
          This method provides a copy of the instance variables.