Class FileSystemConsumerStore

java.lang.Object
org.eclipse.lyo.server.oauth.core.consumer.AbstractConsumerStore
org.eclipse.lyo.server.oauth.consumerstore.FileSystemConsumerStore
All Implemented Interfaces:
ConsumerStore

public class FileSystemConsumerStore extends AbstractConsumerStore
A simple RDF consumer store backed by an XML file on the filesystem. NOTE: The shared consumer secret is stored as Base64 and is only obfuscated, not encrypted (unless the ctor with an encryption key is used).
Author:
Samuel Padgett