public class ResourceProxyCredential extends AbstractResourceSecurityWrapper<X509Credential> implements CredentialWrapper
resolver, resource
Constructor and Description |
---|
ResourceProxyCredential(org.springframework.core.io.Resource resource) |
ResourceProxyCredential(org.springframework.core.io.Resource resource,
X509Credential object) |
ResourceProxyCredential(String locationPattern) |
ResourceProxyCredential(String filename,
X509Credential object) |
Modifier and Type | Method and Description |
---|---|
protected X509Credential |
create(org.springframework.core.io.Resource resource) |
X509Credential |
getCredential() |
void |
store() |
getAlias, getFile, getResource, getResourceURL, getSecurityObject, hasChanged, init, init, init, init, refresh
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAlias, getSecurityObject, hasChanged, refresh
public ResourceProxyCredential(String locationPattern) throws ResourceStoreException
ResourceStoreException
public ResourceProxyCredential(org.springframework.core.io.Resource resource) throws ResourceStoreException
ResourceStoreException
public ResourceProxyCredential(String filename, X509Credential object) throws ResourceStoreException
ResourceStoreException
public ResourceProxyCredential(org.springframework.core.io.Resource resource, X509Credential object) throws ResourceStoreException
ResourceStoreException
public X509Credential getCredential() throws ResourceStoreException
getCredential
in interface CredentialWrapper
ResourceStoreException
protected X509Credential create(org.springframework.core.io.Resource resource) throws ResourceStoreException
create
in class AbstractResourceSecurityWrapper<X509Credential>
ResourceStoreException
public void store() throws ResourceStoreException
store
in interface Storable
ResourceStoreException
Copyright © 2012. All Rights Reserved.