Package org.glite.security.voms.database

Provides abstract objects representing database entries, and the means of manipulating these objects.

See:
          Description

Interface Summary
Column Column descriptor.
DBContainer A simple interface capturing some of the common methods of container classes (DBGroup, DBRole and DBCapability) for easier ACL manipulation.
DBFlavour  
Sequence Database-independent sequence API.
Table  
 

Class Summary
Database A façade class for executing operations (questions and actions) in the database, hiding the gory details of transaction management behind a simple interface.
DBACL A class representing and checking ACLs in a VO.
DBAdmin A class representing VO administrators.
DBCA A class representing known certificate authorities in a VO.
DBCapability A class representing capabilities in a VO.
DBContainerFactory Creating DBContainer instances.
DBGroup A class representing the groups in a VO.
DBQualifiedRole A class representing qualified roles in the VO.
DBRole A class representing the roles in a VO.
DBUser A class representing the users in a VO.
 

Package org.glite.security.voms.database Description

Provides abstract objects representing database entries, and the means of manipulating these objects.

Author:
Karoly Lorentey