jhomenet.security
Class RdbmsCredential

java.lang.Object
  extended by java.util.Dictionary<K,V>
      extended by java.util.Hashtable<java.lang.Object,java.lang.Object>
          extended by java.util.Properties
              extended by jhomenet.security.RdbmsCredential
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.Object,java.lang.Object>

public class RdbmsCredential
extends java.util.Properties

RdbmsCredential extends Properties in order to supply a location for credential data which might be retrieved from the database.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.Properties
defaults
 
Constructor Summary
RdbmsCredential()
           
RdbmsCredential(java.util.Properties arg0)
           
 
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

RdbmsCredential

public RdbmsCredential()

RdbmsCredential

public RdbmsCredential(java.util.Properties arg0)


Copyright © 2004-2005 David Irwin. All Rights Reserved.