net.sf.farrago.test
Class FarragoMockCredential

java.lang.Object
  extended by java.util.Dictionary<K,V>
      extended by java.util.Hashtable<Object,Object>
          extended by java.util.Properties
              extended by net.sf.farrago.test.FarragoMockCredential
All Implemented Interfaces:
Serializable, Cloneable, Map<Object,Object>

public class FarragoMockCredential
extends Properties

Mock JAAS credential class.

Version:
$Id: //open/dev/farrago/src/net/sf/farrago/test/FarragoMockCredential.java#5 $
Author:
Oscar Gothberg
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.Properties
defaults
 
Constructor Summary
FarragoMockCredential()
           
 
Method Summary
 
Methods inherited from class java.util.Properties
getProperty, getProperty, list, list, load, loadFromXML, propertyNames, save, setProperty, store, storeToXML, storeToXML
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FarragoMockCredential

public FarragoMockCredential()