Package org.glite.security.voms.service

Interface Summary
ContainerNamingScheme An interface for checking the syntax of container names and distinguishing between different container types by their names.
 

Class Summary
ACLEntry Convenience functions for ACLEntry.
CAUpdater Updater for the CA table.
CAUpdater.CAUpdateManipulation A DirectManipulation for keeping the CA table fresh.
Configuration Provides comfortable access to VO configuration parameters.
Constants Constants used in both the clients and the server.
ContainerNamingSchemeFactory Factory class for creating ContainerNamingScheme instances.
DNUtil Utility class to convert principal names to convenient format.
InitSecurityContext The InitSecurityContext is and AXIS handler that can be put in a request flow in front of an actual SOAP endpoint that it initializes the SecurityContext.
Operation An enumeration representing operations in the administration interface.
SecurityContextHandler This class is an AXIS handler that can be put in a request flow in front of an actual SOAP endpoint that it initializes the SecurityContext.
TestSuiteHelper  
User Convenience functions for User.
Version A class containing the version numbers of the various components of the VOMS Admin system.
Version.VersionNumber A class representing version numbers.
VOMSContextListener ServletContextListener implementation to properly set up and shut down the database connections of VOMS.
VOMSSetup Contains VOMSSetup.start() and VOMSSetup.stop() methods for starting and stopping auxiliary services of the VOMS Java environment.
VOMSTimer General timer for VOMS: a decorated singleton for Timer that extends it with an interface for waiting for the currently running timer (if any) to finish execution.
 

Exception Summary
AlreadyExists An exception signalling that an operation tries to create an object that already exists.
ArgumentException VOMS exception for invalid arguments.
DatabaseError Wrapper class for SQL errors.
GeneralDatabaseException General database error.
InconsistentDatabase An exception flagging database inconsistency.
NotInDatabase An exception flagging that the desired object was not found in the database.
VOMSException General VOMS exception (thrown back to the client by the VOMS interfaces).
VOMSSecurityException VOMS exception for insufficient privileges.