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 VOMSACValidator
VOMSValidators.newValidator
(VOMSTrustStore trustStore, eu.emi.security.authn.x509.X509CertChainValidatorExt validator) static VOMSACValidator
VOMSValidators.newValidator
(VOMSTrustStore trustStore, eu.emi.security.authn.x509.X509CertChainValidatorExt validator, ValidationResultListener vrListener) static VOMSACValidator
VOMSValidators.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 TypeInterfaceDescriptioninterface
A VOMS trust store that can be periodically refreshed.Methods in org.italiangrid.voms.store that return VOMSTrustStoreModifier and TypeMethodDescriptionstatic VOMSTrustStore
VOMSTrustStores.newTrustStore()
Creates aVOMSTrustStore
configured with default settings.static VOMSTrustStore
VOMSTrustStores.newTrustStore
(long updateFrequency) Creates aVOMSTrustStore
configured according to the parameters passed as argumentstatic VOMSTrustStore
VOMSTrustStores.newTrustStore
(List<String> localTrustDirs) Creates aVOMSTrustStore
configured according to the parameters passed as argumentstatic VOMSTrustStore
VOMSTrustStores.newTrustStore
(List<String> localTrustDirs, long updateFrequency, VOMSTrustStoreStatusListener statusListener) Creates aVOMSTrustStore
configured 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 TypeClassDescriptionclass
A VOMS trust store that periodically updates itself.class
The 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