Deprecated API


Contents
Deprecated Interfaces
org.glite.voms.ac.ACTrustStore
          This does not expose the necessary information. 
 

Deprecated Classes
org.glite.voms.BasicVOMSTrustStore
          This class does not expose the necessary information. Use PKIStore instead. Implementation of a AC trust store for use with VOMS. The store keeps an in-memory cache of issuer certificates, which can be refreshed periodically. 
 

Deprecated Methods
org.glite.voms.VOMSValidator.getCapabilities(String)
          Capabilities are deprecated. 
org.glite.voms.VOMSValidator.parse()
          use the parse(X509Certificate[]) instead 
org.glite.voms.VOMSValidator.setTrustStore(ACTrustStore)
          use setTrustStore(VOMSTrustStore trustStore) instead.