private java.util.Set<V> |
ResourceSecurityWrapperStore.addCredentials(java.io.File directory,
java.util.Map<java.lang.String,T> newWrapperMap) |
|
protected abstract T |
AbstractResourceSecurityWrapper.create(GlobusResource targetResource) |
|
ResourceTrustAnchor |
ResourceCACertStore.create(GlobusResource globusResource) |
|
protected java.security.cert.X509CRL |
ResourceCRL.create(GlobusResource resource) |
|
ResourceCRL |
ResourceCRLStore.create(GlobusResource globusResource) |
|
protected X509Credential |
ResourceProxyCredential.create(GlobusResource globusResource) |
|
ResourceProxyCredential |
ResourceProxyCredentialStore.create(GlobusResource globusResource) |
|
abstract T |
ResourceSecurityWrapperStore.create(GlobusResource resource) |
|
java.util.Map<javax.security.auth.x500.X500Principal,SigningPolicy> |
ResourceSigningPolicy.create(GlobusResource signingPolicyResource) |
|
protected java.security.cert.TrustAnchor |
ResourceTrustAnchor.create(GlobusResource globusResource) |
|
protected X509Credential |
CertKeyCredential.createObject(GlobusResource certSource,
GlobusResource keySource) |
|
X509Credential |
CertKeyCredential.getCredential() |
|
X509Credential |
CredentialWrapper.getCredential() |
|
X509Credential |
ResourceProxyCredential.getCredential() |
|
java.security.cert.X509CRL |
ResourceCRL.getCrl() |
|
protected java.util.Map<javax.security.auth.x500.X500Principal,SigningPolicy> |
ResourceSigningPolicy.getObject() |
|
T |
AbstractResourceSecurityWrapper.getSecurityObject() |
|
X509Credential |
CertKeyCredential.getSecurityObject() |
|
T |
SecurityObjectWrapper.getSecurityObject() |
|
java.security.cert.TrustAnchor |
ResourceTrustAnchor.getTrustAnchor() |
|
protected void |
AbstractResourceSecurityWrapper.init(java.lang.String locationPattern) |
|
protected void |
AbstractResourceSecurityWrapper.init(java.lang.String locationPattern,
T initialSecurityObject) |
|
protected void |
AbstractResourceSecurityWrapper.init(GlobusResource initialResource) |
|
protected void |
AbstractResourceSecurityWrapper.init(GlobusResource initialResource,
T initialSecurityObject) |
|
protected void |
CertKeyCredential.init(GlobusResource initCertResource,
GlobusResource initKeyResource) |
|
protected void |
CertKeyCredential.init(GlobusResource initCertFile,
GlobusResource keyResource,
X509Credential initCredential) |
|
protected void |
ResourceSigningPolicy.init(GlobusResource initResource) |
|
protected void |
ResourceSigningPolicy.init(GlobusResource initResource,
java.util.Map<javax.security.auth.x500.X500Principal,SigningPolicy> initSigningPolicy) |
|
private boolean |
ResourceSecurityWrapperStore.load(GlobusResource resource,
java.util.Set<V> currentRoots,
java.util.Map<java.lang.String,T> newWrapperMap) |
|
private void |
PEMKeyStore.loadCertificateKey(java.lang.String userCertFilename,
java.lang.String userKeyFilename) |
|
private void |
PEMKeyStore.loadProxyCertificate(java.lang.String proxyFilename) |
|
private boolean |
ResourceSecurityWrapperStore.loadResources(java.lang.String locationPattern,
java.util.Set<V> updatedList,
java.util.Map<java.lang.String,T> newWrapperMap) |
|
void |
ResourceSecurityWrapperStore.loadWrappers(java.lang.String locationPattern) |
|
void |
ResourceSecurityWrapperStore.loadWrappers(java.lang.String[] locations) |
|
void |
AbstractResourceSecurityWrapper.refresh() |
|
void |
CertKeyCredential.refresh() |
|
void |
SecurityObjectWrapper.refresh() |
|
protected void |
ResourceSigningPolicy.reload() |
|
void |
CertKeyCredential.store() |
|
void |
ResourceCRL.store() |
|
void |
ResourceProxyCredential.store() |
|
void |
ResourceTrustAnchor.store() |
|
void |
Storable.store() |
|