public class SpringResourceWrapperOpenSAMLResource extends Object implements org.opensaml.util.resource.Resource
Resources as an Open SAML Resource.
The implementation simply delegates all method calls to the Spring resource.| Constructor and Description |
|---|
SpringResourceWrapperOpenSAMLResource(org.springframework.core.io.Resource springDelegate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
boolean |
exists() |
InputStream |
getInputStream() |
org.joda.time.DateTime |
getLastModifiedTime() |
String |
getLocation() |
int |
hashCode() |
public SpringResourceWrapperOpenSAMLResource(org.springframework.core.io.Resource springDelegate)
throws org.opensaml.util.resource.ResourceException
org.opensaml.util.resource.ResourceExceptionpublic String getLocation()
getLocation in interface org.opensaml.util.resource.Resourcepublic boolean exists()
throws org.opensaml.util.resource.ResourceException
exists in interface org.opensaml.util.resource.Resourceorg.opensaml.util.resource.ResourceExceptionpublic InputStream getInputStream() throws org.opensaml.util.resource.ResourceException
getInputStream in interface org.opensaml.util.resource.Resourceorg.opensaml.util.resource.ResourceExceptionpublic org.joda.time.DateTime getLastModifiedTime()
throws org.opensaml.util.resource.ResourceException
getLastModifiedTime in interface org.opensaml.util.resource.Resourceorg.opensaml.util.resource.ResourceExceptionCopyright © 2018. All rights reserved.