Package org.globus.gsi.stores
Class ResourceProxyCredential
java.lang.Object
org.globus.gsi.stores.AbstractResourceSecurityWrapper<X509Credential>
org.globus.gsi.stores.ResourceProxyCredential
- All Implemented Interfaces:
CredentialWrapper,SecurityObjectWrapper<X509Credential>,Storable
public class ResourceProxyCredential
extends AbstractResourceSecurityWrapper<X509Credential>
implements CredentialWrapper
JGLOBUS-87 : document me
- Author:
- Tom Howe
-
Field Summary
Fields inherited from class org.globus.gsi.stores.AbstractResourceSecurityWrapper
globusResolver, globusResource -
Constructor Summary
ConstructorsConstructorDescriptionResourceProxyCredential(boolean inMemory, GlobusResource globusResource, X509Credential object) ResourceProxyCredential(String locationPattern) ResourceProxyCredential(String filename, X509Credential object) ResourceProxyCredential(GlobusResource globusResource) -
Method Summary
Modifier and TypeMethodDescriptionprotected X509Credentialcreate(GlobusResource globusResource) voidstore()Methods inherited from class org.globus.gsi.stores.AbstractResourceSecurityWrapper
getAlias, getFile, getGlobusResource, getResourceURL, getSecurityObject, hasChanged, init, init, init, init, refreshMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.globus.gsi.stores.SecurityObjectWrapper
getAlias, getSecurityObject, hasChanged, refresh
-
Constructor Details
-
ResourceProxyCredential
- Throws:
ResourceStoreException
-
ResourceProxyCredential
- Throws:
ResourceStoreException
-
ResourceProxyCredential
public ResourceProxyCredential(String filename, X509Credential object) throws ResourceStoreException - Throws:
ResourceStoreException
-
ResourceProxyCredential
public ResourceProxyCredential(boolean inMemory, GlobusResource globusResource, X509Credential object) throws ResourceStoreException - Throws:
ResourceStoreException
-
-
Method Details
-
getCredential
- Specified by:
getCredentialin interfaceCredentialWrapper- Throws:
ResourceStoreException
-
create
- Specified by:
createin classAbstractResourceSecurityWrapper<X509Credential>- Throws:
ResourceStoreException
-
store
- Specified by:
storein interfaceStorable- Throws:
ResourceStoreException
-