Uses of Class
org.globus.util.GlobusResource
Packages that use GlobusResource
Package
Description
This package provides classes for accessing security material from generic "stores" (which can be defined via a
url).
Provides utility classes used throughout different packages.
-
Uses of GlobusResource in org.globus.gsi.stores
Fields in org.globus.gsi.stores declared as GlobusResourceModifier and TypeFieldDescriptionprotected GlobusResourceCertKeyCredential.globusCertFileprotected GlobusResourceCertKeyCredential.globusKeyFileprotected GlobusResourceAbstractResourceSecurityWrapper.globusResourceprotected GlobusResourceResourceSigningPolicy.globusResourceMethods in org.globus.gsi.stores that return GlobusResourceModifier and TypeMethodDescriptionCertKeyCredential.getCertificateFile()AbstractResourceSecurityWrapper.getGlobusResource()CertKeyCredential.getKeyFile()ResourceSigningPolicy.getResource()Methods in org.globus.gsi.stores with parameters of type GlobusResourceModifier and TypeMethodDescriptionprotected abstract TAbstractResourceSecurityWrapper.create(GlobusResource targetResource) ResourceCACertStore.create(GlobusResource globusResource) protected X509CRLResourceCRL.create(GlobusResource resource) ResourceCRLStore.create(GlobusResource globusResource) protected X509CredentialResourceProxyCredential.create(GlobusResource globusResource) ResourceProxyCredentialStore.create(GlobusResource globusResource) abstract TResourceSecurityWrapperStore.create(GlobusResource resource) ResourceSigningPolicy.create(GlobusResource signingPolicyResource) protected TrustAnchorResourceTrustAnchor.create(GlobusResource globusResource) protected X509CredentialCertKeyCredential.createObject(GlobusResource certSource, GlobusResource keySource) protected voidAbstractResourceSecurityWrapper.init(GlobusResource initialResource) protected voidAbstractResourceSecurityWrapper.init(GlobusResource initialResource, T initialSecurityObject) protected voidCertKeyCredential.init(GlobusResource initCertResource, GlobusResource initKeyResource) protected voidCertKeyCredential.init(GlobusResource initCertFile, GlobusResource keyResource, X509Credential initCredential) protected voidResourceSigningPolicy.init(GlobusResource initResource) protected voidResourceSigningPolicy.init(GlobusResource initResource, Map<X500Principal, SigningPolicy> initSigningPolicy) private booleanResourceSecurityWrapperStore.load(GlobusResource resource, Set<V> currentRoots, Map<String, T> newWrapperMap) private booleanResourceSigningPolicyStore.loadSigningPolicy(GlobusResource policyResource, Map<String, SigningPolicy> policyMapToLoad, Map<URI, ResourceSigningPolicy> currentPolicyFileMap, long currentMillis) Constructors in org.globus.gsi.stores with parameters of type GlobusResourceModifierConstructorDescriptionCertKeyCredential(GlobusResource certResource, GlobusResource keyResource) CertKeyCredential(GlobusResource certResource, GlobusResource keyResource, X509Credential credential) ResourceCRL(boolean inMemory, GlobusResource globusResource) ResourceProxyCredential(boolean inMemory, GlobusResource globusResource, X509Credential object) ResourceProxyCredential(GlobusResource globusResource) ResourceSigningPolicy(GlobusResource resource) ResourceTrustAnchor(boolean inMemory, GlobusResource globusResource) ResourceTrustAnchor(boolean inMemory, GlobusResource globusResource, TrustAnchor cachedAnchor) -
Uses of GlobusResource in org.globus.util
Methods in org.globus.util that return GlobusResourceModifier and TypeMethodDescriptionGlobusPathMatchingResourcePatternResolver.getResource(String location) This method takes a location string and returns a GlobusResource of the corresponding location.GlobusPathMatchingResourcePatternResolver.getResources(String locationPattern) Finds all the resources that match the Ant-Style locationPatternMethod parameters in org.globus.util with type arguments of type GlobusResourceModifier and TypeMethodDescriptionprivate voidGlobusPathMatchingResourcePatternResolver.parseDirectoryStructure(File currentDirectory, Vector<GlobusResource> pathsMatchingLocationPattern) Recursive variant of parseFilesInDirectory.private voidGlobusPathMatchingResourcePatternResolver.parseFilesInDirectory(File currentDirectory, Vector<GlobusResource> pathsMatchingLocationPattern) Compares every file's Absolute Path against the locationPattern, if they match a GlobusResource is created with the file's Absolute Path and added to pathsMatchingLocationPattern.