Uses of Interface
com.sun.appserv.management.client.prefs.LoginInfoStore

Packages that use LoginInfoStore
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
 class MemoryHashLoginInfoStore
          A LoginInfoStore that reads the information from the default file ".asadminpass" and stores it as a map in the memory.
 

Methods in com.sun.appserv.management.client.prefs that return LoginInfoStore
static LoginInfoStore LoginInfoStoreFactory.getDefaultStore()
           
static LoginInfoStore LoginInfoStoreFactory.getStore(String storeImplClassName)
          Returns the store that is represented by given class name.
 



Copyright © 2012 GlassFish Community. All Rights Reserved.