com.notuvy.util
Class StoredCredentials

java.lang.Object
  extended by com.notuvy.util.StoredCredentials

public class StoredCredentials
extends Object

Web FTP credentials.

Version:
$Id: StoredCredentials.java,v 1.4 2006/06/18 17:21:27 murali Exp $
Author:
murali

Field Summary
static String PROPS_FILENAME
           
 
Method Summary
protected  String add(String pKey)
           
protected  String add(String pDomain, String pRef)
           
protected  String createKey(String pDomain, String pRef)
           
static StoredCredentials getInstance()
           
protected  Properties getProperties()
           
 String giveOrCreatePassword(String pDomain, String pRef)
           
 String givePassword(String pDomain, String pRef)
           
static void main(String[] args)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

PROPS_FILENAME

public static final String PROPS_FILENAME
See Also:
Constant Field Values
Method Detail

getInstance

public static StoredCredentials getInstance()

getProperties

protected Properties getProperties()

createKey

protected String createKey(String pDomain,
                           String pRef)

add

protected String add(String pDomain,
                     String pRef)

add

protected String add(String pKey)

toString

public String toString()
Overrides:
toString in class Object

givePassword

public String givePassword(String pDomain,
                           String pRef)

giveOrCreatePassword

public String giveOrCreatePassword(String pDomain,
                                   String pRef)

main

public static void main(String[] args)


Copyright © 2013. All Rights Reserved.