Uses of Interface
com.sun.appserv.management.client.prefs.LoginInfoStore
-
Packages that use LoginInfoStore Package Description com.sun.appserv.management.client.prefs Contains classes and interfaces to edit information about login to a particular domain (especially admin user name and password) -
-
Uses of LoginInfoStore in com.sun.appserv.management.client.prefs
Classes in com.sun.appserv.management.client.prefs that implement LoginInfoStore Modifier and Type Class Description classMemoryHashLoginInfoStoreALoginInfoStorethat reads the information from the default file ".gfclient/pass" and stores it as a map in the memory.Methods in com.sun.appserv.management.client.prefs that return LoginInfoStore Modifier and Type Method Description static LoginInfoStoreLoginInfoStoreFactory. getDefaultStore()static LoginInfoStoreLoginInfoStoreFactory. getStore(String storeImplClassName)Returns the store that is represented by given class name.
-