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 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 AbstractResourceSecurityWrapper
getAlias, getFile, getGlobusResource, getResourceURL, getSecurityObject, hasChanged, init, init, init, init, refreshMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface 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:
getCredentialin interfaceCredentialWrapper- Throws:
ResourceStoreException
-
create
- Specified by:
createin classAbstractResourceSecurityWrapper<X509Credential>- Throws:
ResourceStoreException
-
store
- Specified by:
storein interfaceStorable- Throws:
ResourceStoreException
-