public class LazyGlobusNamespacesStore extends AbstractGlobusNamespacesStore
This class it thread safe.
Modifier and Type | Field and Description |
---|---|
protected String |
directory |
protected Map<String,CachedElement<Map<String,List<NamespacePolicy>>>> |
policiesByName
This structure holds the namespaces cache.
|
protected long |
updateInterval |
SUFFIX
observers, openssl1Mode
Constructor and Description |
---|
LazyGlobusNamespacesStore(ObserversHandler observers,
boolean openssl1Mode,
String directory,
long updateInterval) |
Modifier and Type | Method and Description |
---|---|
protected List<NamespacePolicy> |
getPoliciesFor(String definedForHash,
String issuerDn) |
void |
setPolicies(Collection<String> locations) |
getFileSuffix, getNotificationType, getParser, getPolicies
addPolicy, addPolicyToMap, getCachedPolicies, getPolicies, tryLoadNsLocation, tryLoadNsPath
protected Map<String,CachedElement<Map<String,List<NamespacePolicy>>>> policiesByName
protected final String directory
protected final long updateInterval
public LazyGlobusNamespacesStore(ObserversHandler observers, boolean openssl1Mode, String directory, long updateInterval)
public void setPolicies(Collection<String> locations)
protected List<NamespacePolicy> getPoliciesFor(String definedForHash, String issuerDn)
getPoliciesFor
in class AbstractGlobusNamespacesStore
Copyright © 2012-2019 European Middleware Initiative. All Rights Reserved.