Uses of Class
com.sun.appserv.management.client.prefs.LoginInfo
-
Packages that use LoginInfo 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 LoginInfo in com.sun.appserv.management.client.prefs
Methods in com.sun.appserv.management.client.prefs that return LoginInfo Modifier and Type Method Description LoginInfoLoginInfoStore. read(String host, int port)Returns aLoginInfocorresponding to the given host and port, from this store.LoginInfoMemoryHashLoginInfoStore. read(String host, int port)Methods in com.sun.appserv.management.client.prefs that return types with arguments of type LoginInfo Modifier and Type Method Description Collection<LoginInfo>LoginInfoStore. list()A convenience method that returns the Collection of LoginInfo instances stored in this store.Collection<LoginInfo>MemoryHashLoginInfoStore. list()Methods in com.sun.appserv.management.client.prefs with parameters of type LoginInfo Modifier and Type Method Description intLoginInfo. compareTo(LoginInfo that)voidLoginInfoStore. store(LoginInfo login)Stores the given LoginInfo in this store.voidLoginInfoStore. store(LoginInfo login, boolean overwrite)Stores the given LoginInfo in this store.voidMemoryHashLoginInfoStore. store(LoginInfo login)voidMemoryHashLoginInfoStore. store(LoginInfo login, boolean overwrite)
-