Uses of Interface
org.glite.voms.ac.ACTrustStore

Packages that use ACTrustStore
org.glite.voms   
org.glite.voms.ac   
 

Uses of ACTrustStore in org.glite.voms
 

Classes in org.glite.voms that implement ACTrustStore
 class BasicVOMSTrustStore
          Deprecated. 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.
 

Fields in org.glite.voms declared as ACTrustStore
protected static ACTrustStore VOMSValidator.theTrustStore
           
 

Methods in org.glite.voms with parameters of type ACTrustStore
static void VOMSValidator.setTrustStore(ACTrustStore trustStore)
          Deprecated. use setTrustStore(VOMSTrustStore trustStore) instead.
 

Uses of ACTrustStore in org.glite.voms.ac
 

Fields in org.glite.voms.ac declared as ACTrustStore
protected  ACTrustStore ACValidator.myTrustStore
           
 

Methods in org.glite.voms.ac with parameters of type ACTrustStore
static ACValidator ACValidator.getInstance(ACTrustStore trustStore)
           
 

Constructors in org.glite.voms.ac with parameters of type ACTrustStore
ACValidator(ACTrustStore trustStore)