Uses of Interface
org.italiangrid.voms.store.VOMSTrustStore
-
Packages that use VOMSTrustStore Package Description org.italiangrid.voms This package provides main VOMS Java APIs class and interfaces.org.italiangrid.voms.ac.impl Implementation classes for VOMS attributes validation and parsing.org.italiangrid.voms.store This package provides the API for managing VOMS trust stores.org.italiangrid.voms.store.impl This package provides the implementation of VOMS trust store management.org.italiangrid.voms.util This package provides utility classes used in other packages. -
-
Uses of VOMSTrustStore in org.italiangrid.voms
Methods in org.italiangrid.voms with parameters of type VOMSTrustStore Modifier and Type Method Description static VOMSACValidatorVOMSValidators. newValidator(VOMSTrustStore trustStore, eu.emi.security.authn.x509.X509CertChainValidatorExt validator)static VOMSACValidatorVOMSValidators. newValidator(VOMSTrustStore trustStore, eu.emi.security.authn.x509.X509CertChainValidatorExt validator, ValidationResultListener vrListener)static VOMSACValidatorVOMSValidators. newValidator(VOMSTrustStore store, eu.emi.security.authn.x509.X509CertChainValidatorExt validator, ValidationResultListener vrListener, VOMSACLookupStrategy strategy) -
Uses of VOMSTrustStore in org.italiangrid.voms.ac.impl
Fields in org.italiangrid.voms.ac.impl declared as VOMSTrustStore Modifier and Type Field Description private VOMSTrustStoreDefaultVOMSValidationStrategy. storeprivate VOMSTrustStoreDefaultVOMSValidator.Builder. trustStoreprivate VOMSTrustStoreDefaultVOMSValidator. trustStoreMethods in org.italiangrid.voms.ac.impl with parameters of type VOMSTrustStore Modifier and Type Method Description DefaultVOMSValidator.BuilderDefaultVOMSValidator.Builder. trustStore(VOMSTrustStore ts)Constructors in org.italiangrid.voms.ac.impl with parameters of type VOMSTrustStore Constructor Description DefaultVOMSValidationStrategy(VOMSTrustStore store, eu.emi.security.authn.x509.X509CertChainValidatorExt validator)DefaultVOMSValidationStrategy(VOMSTrustStore store, eu.emi.security.authn.x509.X509CertChainValidatorExt validator, LocalHostnameResolver resolver) -
Uses of VOMSTrustStore in org.italiangrid.voms.store
Subinterfaces of VOMSTrustStore in org.italiangrid.voms.store Modifier and Type Interface Description interfaceUpdatingVOMSTrustStoreA VOMS trust store that can be periodically refreshed.Methods in org.italiangrid.voms.store that return VOMSTrustStore Modifier and Type Method Description static VOMSTrustStoreVOMSTrustStores. newTrustStore()Creates aVOMSTrustStoreconfigured with default settings.static VOMSTrustStoreVOMSTrustStores. newTrustStore(long updateFrequency)Creates aVOMSTrustStoreconfigured according to the parameters passed as argumentstatic VOMSTrustStoreVOMSTrustStores. newTrustStore(java.util.List<java.lang.String> localTrustDirs)Creates aVOMSTrustStoreconfigured according to the parameters passed as argumentstatic VOMSTrustStoreVOMSTrustStores. newTrustStore(java.util.List<java.lang.String> localTrustDirs, long updateFrequency, VOMSTrustStoreStatusListener statusListener)Creates aVOMSTrustStoreconfigured according to the parameters passed as argument -
Uses of VOMSTrustStore in org.italiangrid.voms.store.impl
Classes in org.italiangrid.voms.store.impl that implement VOMSTrustStore Modifier and Type Class Description classDefaultUpdatingVOMSTrustStoreA VOMS trust store that periodically updates itself.classDefaultVOMSTrustStoreThe default implementation for the VOMS trust store. -
Uses of VOMSTrustStore in org.italiangrid.voms.util
Methods in org.italiangrid.voms.util with parameters of type VOMSTrustStore Modifier and Type Method Description voidNullListener. notifyTrustStoreUpdate(VOMSTrustStore store)
-