public class ResourceTrustAnchor extends AbstractResourceSecurityWrapper<TrustAnchor>
resolver, resource
Constructor and Description |
---|
ResourceTrustAnchor(org.springframework.core.io.Resource resource) |
ResourceTrustAnchor(org.springframework.core.io.Resource resource,
TrustAnchor cachedAnchor) |
ResourceTrustAnchor(String fileName) |
ResourceTrustAnchor(String fileName,
TrustAnchor cachedAnchor) |
Modifier and Type | Method and Description |
---|---|
protected TrustAnchor |
create(org.springframework.core.io.Resource resource) |
TrustAnchor |
getTrustAnchor() |
void |
store() |
getAlias, getFile, getResource, getResourceURL, getSecurityObject, hasChanged, init, init, init, init, refresh
public ResourceTrustAnchor(String fileName) throws ResourceStoreException
ResourceStoreException
public ResourceTrustAnchor(org.springframework.core.io.Resource resource) throws ResourceStoreException
ResourceStoreException
public ResourceTrustAnchor(String fileName, TrustAnchor cachedAnchor) throws ResourceStoreException
ResourceStoreException
public ResourceTrustAnchor(org.springframework.core.io.Resource resource, TrustAnchor cachedAnchor) throws ResourceStoreException
ResourceStoreException
public TrustAnchor getTrustAnchor() throws ResourceStoreException
ResourceStoreException
protected TrustAnchor create(org.springframework.core.io.Resource resource) throws ResourceStoreException
create
in class AbstractResourceSecurityWrapper<TrustAnchor>
ResourceStoreException
public void store() throws ResourceStoreException
ResourceStoreException
Copyright © 2012. All Rights Reserved.