Uses of Interface
org.italiangrid.voms.store.VOMSTrustStore
Packages that use VOMSTrustStore
Package
Description
This package provides main VOMS Java APIs class and interfaces.
Implementation classes for VOMS attributes validation and parsing.
This package provides the API for managing VOMS trust stores.
This package provides the implementation of VOMS trust store management.
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 VOMSTrustStoreModifier and TypeMethodDescriptionstatic 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
Methods in org.italiangrid.voms.ac.impl with parameters of type VOMSTrustStoreConstructors in org.italiangrid.voms.ac.impl with parameters of type VOMSTrustStoreModifierConstructorDescriptionDefaultVOMSValidationStrategy(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.storeModifier and TypeInterfaceDescriptioninterfaceA VOMS trust store that can be periodically refreshed.Methods in org.italiangrid.voms.store that return VOMSTrustStoreModifier and TypeMethodDescriptionstatic VOMSTrustStoreVOMSTrustStores.newTrustStore()Creates aVOMSTrustStoreconfigured with default settings.static VOMSTrustStoreVOMSTrustStores.newTrustStore(long updateFrequency) Creates aVOMSTrustStoreconfigured according to the parameters passed as argumentstatic VOMSTrustStoreVOMSTrustStores.newTrustStore(List<String> localTrustDirs) Creates aVOMSTrustStoreconfigured according to the parameters passed as argumentstatic VOMSTrustStoreVOMSTrustStores.newTrustStore(List<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 VOMSTrustStoreModifier and TypeClassDescriptionclassA VOMS trust store that periodically updates itself.classThe 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