org.acegisecurity.util
public class InMemoryResource extends org.springframework.core.io.AbstractResource
Resource
interface.
Used by the "Acegifier" web application to create a bean factory from an XML string, rather than a file.
Constructor and Description |
---|
InMemoryResource(byte[] source) |
InMemoryResource(byte[] source,
java.lang.String description) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
java.io.InputStream |
getInputStream() |
Copyright © 2004-2014 Interface21, Inc. All Rights Reserved.