org.picketlink.identity.federation.core.sts.registry
Class FileBasedSTSOperations
java.lang.Object
org.picketlink.identity.federation.core.sts.registry.FileBasedSTSOperations
- Direct Known Subclasses:
- FileBasedRevocationRegistry, FileBasedTokenRegistry
public abstract class FileBasedSTSOperations
- extends Object
A base class for file based STS operations
- Since:
- Jan 4, 2011
- Author:
- Anil.Saldhana@redhat.com
Method Summary |
protected File |
create(String fileName)
Create a file with the provided name |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
protected static final PicketLinkLogger logger
directory
protected File directory
FileBasedSTSOperations
public FileBasedSTSOperations()
create
protected File create(String fileName)
- Create a file with the provided name
- Parameters:
fileName
-
- Returns:
File
handle
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.