PicketLink Federation Core 2.1.6.Final-redhat-2

org.picketlink.identity.federation.core.sts.registry
Class FileBasedSTSOperations

java.lang.Object
  extended by 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

Field Summary
protected  File directory
           
protected static PicketLinkLogger logger
           
 
Constructor Summary
FileBasedSTSOperations()
           
 
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
 

Field Detail

logger

protected static final PicketLinkLogger logger

directory

protected File directory
Constructor Detail

FileBasedSTSOperations

public FileBasedSTSOperations()
Method Detail

create

protected File create(String fileName)
Create a file with the provided name

Parameters:
fileName -
Returns:
File handle

PicketLink Federation Core 2.1.6.Final-redhat-2

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.