|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StoreUpdateListener | |
---|---|
eu.emi.security.authn.x509 | Contains API of the library. |
eu.emi.security.authn.x509.helpers | Consists of general purpose classes, helping to implement generic functionality of the library. |
eu.emi.security.authn.x509.helpers.crl | Helper classes implementing Certificate Revocation List access, which is used by the validators together with trust stores. |
eu.emi.security.authn.x509.helpers.pkipath | Helper classes for internal, low level, logic of certificate path validation. |
eu.emi.security.authn.x509.helpers.trust | Contains implementations of trust stores, which provide access to trusted root certificates. |
eu.emi.security.authn.x509.impl | Contains implementation classes of the library. |
Uses of StoreUpdateListener in eu.emi.security.authn.x509 |
---|
Methods in eu.emi.security.authn.x509 with parameters of type StoreUpdateListener | |
---|---|
void |
X509CertChainValidator.addUpdateListener(StoreUpdateListener listener)
Registers a listener which can react to errors found during refreshing of the trust material: trusted CAs or CRLs. |
void |
X509CertChainValidator.removeUpdateListener(StoreUpdateListener listener)
Unregisters a previously registered CA or CRL update listener. |
Uses of StoreUpdateListener in eu.emi.security.authn.x509.helpers |
---|
Methods in eu.emi.security.authn.x509.helpers with parameters of type StoreUpdateListener | |
---|---|
void |
BinaryCertChainValidator.addUpdateListener(StoreUpdateListener listener)
Registers a listener which can react to errors found during refreshing of the trust material: trusted CAs or CRLs. |
void |
BinaryCertChainValidator.removeUpdateListener(StoreUpdateListener listener)
Unregisters a previously registered CA or CRL update listener. |
Uses of StoreUpdateListener in eu.emi.security.authn.x509.helpers.crl |
---|
Methods in eu.emi.security.authn.x509.helpers.crl with parameters of type StoreUpdateListener | |
---|---|
void |
AbstractCRLCertStoreSpi.addUpdateListener(StoreUpdateListener listener)
Registers a listener which can react to errors found during refreshing of the trust material: trusted CAs or CRLs. |
void |
AbstractCRLCertStoreSpi.removeUpdateListener(StoreUpdateListener listener)
Unregisters a previously registered CA or CRL update listener. |
Constructor parameters in eu.emi.security.authn.x509.helpers.crl with type arguments of type StoreUpdateListener | |
---|---|
AbstractCRLCertStoreSpi(CertStoreParameters params,
Collection<? extends StoreUpdateListener> initialObservers)
|
|
OpensslCRLStoreSpi(String path,
long crlUpdateInterval,
Timer t,
Collection<? extends StoreUpdateListener> listeners)
|
|
PlainCRLStoreSpi(CRLParameters params,
Timer t,
Collection<? extends StoreUpdateListener> listeners)
|
Uses of StoreUpdateListener in eu.emi.security.authn.x509.helpers.pkipath |
---|
Fields in eu.emi.security.authn.x509.helpers.pkipath with type parameters of type StoreUpdateListener | |
---|---|
protected Set<StoreUpdateListener> |
AbstractValidator.observers
|
Methods in eu.emi.security.authn.x509.helpers.pkipath with parameters of type StoreUpdateListener | |
---|---|
void |
AbstractValidator.addUpdateListener(StoreUpdateListener listener)
Registers a listener which can react to errors found during refreshing of the trust material: trusted CAs or CRLs. |
void |
AbstractValidator.removeUpdateListener(StoreUpdateListener listener)
Unregisters a previously registered CA or CRL update listener. |
Method parameters in eu.emi.security.authn.x509.helpers.pkipath with type arguments of type StoreUpdateListener | |
---|---|
protected PlainCRLStoreSpi |
PlainCRLValidator.createCRLStore(CRLParameters crlParams,
Timer t,
Collection<? extends StoreUpdateListener> listeners)
This method can be overridden if a different implementation of the PlainCRLStoreSpi (its subclass) should be used. |
Constructor parameters in eu.emi.security.authn.x509.helpers.pkipath with type arguments of type StoreUpdateListener | |
---|---|
PlainCRLValidator(RevocationParametersExt revocationParams,
Collection<? extends StoreUpdateListener> listeners)
Constructs a new validator instance. |
Uses of StoreUpdateListener in eu.emi.security.authn.x509.helpers.trust |
---|
Methods in eu.emi.security.authn.x509.helpers.trust with parameters of type StoreUpdateListener | |
---|---|
void |
TrustAnchorStore.addUpdateListener(StoreUpdateListener listener)
|
void |
TrustAnchorStoreBase.addUpdateListener(StoreUpdateListener listener)
Registers a listener which can react to errors found during refreshing of the trust material: trusted CAs or CRLs. |
void |
TrustAnchorStore.removeUpdateListener(StoreUpdateListener listener)
|
void |
TrustAnchorStoreBase.removeUpdateListener(StoreUpdateListener listener)
Unregisters a previously registered CA or CRL update listener. |
Constructor parameters in eu.emi.security.authn.x509.helpers.trust with type arguments of type StoreUpdateListener | |
---|---|
DirectoryTrustAnchorStore(List<String> locations,
String diskCache,
int connectionTimeout,
Timer t,
long updateInterval,
CertificateUtils.Encoding encoding,
Collection<? extends StoreUpdateListener> listeners)
|
|
DirectoryTrustAnchorStore(List<String> locations,
String diskCache,
int connectionTimeout,
Timer t,
long updateInterval,
CertificateUtils.Encoding encoding,
Collection<? extends StoreUpdateListener> listeners,
boolean noFirstUpdate)
|
|
JDKFSTrustAnchorStore(String truststorePath,
char[] password,
String type,
Timer t,
long updateInterval,
Collection<? extends StoreUpdateListener> listeners)
|
|
JDKInMemoryTrustAnchorStore(KeyStore ks,
Timer timer,
long updateInterval,
Collection<? extends StoreUpdateListener> listeners)
|
|
OpensslTrustAnchorStore(String basePath,
Timer t,
long updateInterval,
boolean loadGlobusNs,
boolean loadEuGridPmaNs,
Collection<? extends StoreUpdateListener> listeners)
|
|
TrustAnchorStoreBase(Timer timer,
long updateInterval,
Collection<? extends StoreUpdateListener> listeners)
|
Uses of StoreUpdateListener in eu.emi.security.authn.x509.impl |
---|
Fields in eu.emi.security.authn.x509.impl with type parameters of type StoreUpdateListener | |
---|---|
protected Collection<? extends StoreUpdateListener> |
ValidatorParams.initialListeners
|
Methods in eu.emi.security.authn.x509.impl that return types with arguments of type StoreUpdateListener | |
---|---|
Collection<? extends StoreUpdateListener> |
ValidatorParams.getInitialListeners()
|
Method parameters in eu.emi.security.authn.x509.impl with type arguments of type StoreUpdateListener | |
---|---|
void |
ValidatorParams.setInitialListeners(Collection<? extends StoreUpdateListener> initialListeners)
|
Constructor parameters in eu.emi.security.authn.x509.impl with type arguments of type StoreUpdateListener | |
---|---|
ValidatorParams(RevocationParameters revocationSettings,
ProxySupport allowProxy,
Collection<? extends StoreUpdateListener> initialListeners)
Full version, allows for setting all parameters. |
|
ValidatorParamsExt(RevocationParametersExt revocationSettings,
ProxySupport allowProxy,
Collection<? extends StoreUpdateListener> initialListeners)
Full version, allows for setting all parameters. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |