Package | Description |
---|---|
org.globus.gsi.stores |
This package provides classes for accessing security material from generic "stores" (which can be defined via a
url).
|
Modifier and Type | Method and Description |
---|---|
ResourceTrustAnchor |
ResourceCACertStore.create(org.springframework.core.io.Resource resource) |
ResourceCRL |
ResourceCRLStore.create(org.springframework.core.io.Resource resource) |
protected TrustAnchor |
ResourceTrustAnchor.create(org.springframework.core.io.Resource resource) |
ResourceProxyCredential |
ResourceProxyCredentialStore.create(org.springframework.core.io.Resource resource) |
protected abstract T |
AbstractResourceSecurityWrapper.create(org.springframework.core.io.Resource targetResource) |
abstract T |
ResourceSecurityWrapperStore.create(org.springframework.core.io.Resource resource) |
protected X509CRL |
ResourceCRL.create(org.springframework.core.io.Resource resource) |
protected X509Credential |
ResourceProxyCredential.create(org.springframework.core.io.Resource resource) |
Map<X500Principal,SigningPolicy> |
ResourceSigningPolicy.create(org.springframework.core.io.Resource signingPolicyResource) |
protected X509Credential |
CertKeyCredential.createObject(org.springframework.core.io.Resource certSource,
org.springframework.core.io.Resource keySource) |
X509Credential |
CredentialWrapper.getCredential() |
X509Credential |
CertKeyCredential.getCredential() |
X509Credential |
ResourceProxyCredential.getCredential() |
X509CRL |
ResourceCRL.getCrl() |
protected Map<X500Principal,SigningPolicy> |
ResourceSigningPolicy.getObject() |
T |
AbstractResourceSecurityWrapper.getSecurityObject() |
T |
SecurityObjectWrapper.getSecurityObject() |
X509Credential |
CertKeyCredential.getSecurityObject() |
TrustAnchor |
ResourceTrustAnchor.getTrustAnchor() |
protected void |
AbstractResourceSecurityWrapper.init(org.springframework.core.io.Resource initialResource) |
protected void |
ResourceSigningPolicy.init(org.springframework.core.io.Resource initResource) |
protected void |
ResourceSigningPolicy.init(org.springframework.core.io.Resource initResource,
Map<X500Principal,SigningPolicy> initSigningPolicy) |
protected void |
CertKeyCredential.init(org.springframework.core.io.Resource initCertResource,
org.springframework.core.io.Resource initKeyResource) |
protected void |
CertKeyCredential.init(org.springframework.core.io.Resource initCertFile,
org.springframework.core.io.Resource keyResource,
X509Credential initCredential) |
protected void |
AbstractResourceSecurityWrapper.init(org.springframework.core.io.Resource initialResource,
T initialSecurityObject) |
protected void |
AbstractResourceSecurityWrapper.init(String locationPattern) |
protected void |
AbstractResourceSecurityWrapper.init(String locationPattern,
T initialSecurityObject) |
void |
ResourceSecurityWrapperStore.loadWrappers(String locationPattern) |
void |
ResourceSecurityWrapperStore.loadWrappers(String[] locations) |
void |
AbstractResourceSecurityWrapper.refresh() |
void |
SecurityObjectWrapper.refresh() |
void |
CertKeyCredential.refresh() |
protected void |
ResourceSigningPolicy.reload() |
void |
ResourceTrustAnchor.store() |
void |
CertKeyCredential.store() |
void |
ResourceCRL.store() |
void |
ResourceProxyCredential.store() |
void |
Storable.store() |
Constructor and Description |
---|
CertKeyCredential(org.springframework.core.io.Resource certResource,
org.springframework.core.io.Resource keyResource) |
CertKeyCredential(org.springframework.core.io.Resource certResource,
org.springframework.core.io.Resource keyResource,
X509Credential credential) |
ResourceCertStore(CertStoreParameters params)
The sole constructor.
|
ResourceCRL(org.springframework.core.io.Resource resource) |
ResourceCRL(String fileName) |
ResourceCRL(String fileName,
X509CRL crl) |
ResourceProxyCredential(org.springframework.core.io.Resource resource) |
ResourceProxyCredential(org.springframework.core.io.Resource resource,
X509Credential object) |
ResourceProxyCredential(String locationPattern) |
ResourceProxyCredential(String filename,
X509Credential object) |
ResourceSigningPolicy(org.springframework.core.io.Resource resource) |
ResourceTrustAnchor(org.springframework.core.io.Resource resource) |
ResourceTrustAnchor(org.springframework.core.io.Resource resource,
TrustAnchor cachedAnchor) |
ResourceTrustAnchor(String fileName) |
ResourceTrustAnchor(String fileName,
TrustAnchor cachedAnchor) |
Copyright © 2012. All Rights Reserved.