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
-
Field Summary
FieldsFields 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 X509Credential
create
(GlobusResource globusResource) void
store()
Methods inherited from class org.globus.gsi.stores.AbstractResourceSecurityWrapper
getAlias, getFile, getGlobusResource, getResourceURL, getSecurityObject, hasChanged, init, init, init, init, refresh
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.globus.gsi.stores.SecurityObjectWrapper
getAlias, getSecurityObject, hasChanged, refresh
-
Field Details
-
logger
private org.apache.commons.logging.Log logger
-
-
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:
getCredential
in interfaceCredentialWrapper
- Throws:
ResourceStoreException
-
create
- Specified by:
create
in classAbstractResourceSecurityWrapper<X509Credential>
- Throws:
ResourceStoreException
-
store
- Specified by:
store
in interfaceStorable
- Throws:
ResourceStoreException
-