|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LoginInfo | |
|---|---|
| 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 | |
|---|---|
LoginInfo |
MemoryHashLoginInfoStore.read(java.lang.String host,
int port)
|
LoginInfo |
LoginInfoStore.read(java.lang.String host,
int port)
Returns a LoginInfo corresponding to the given host and port, from this store. |
| Methods in com.sun.appserv.management.client.prefs that return types with arguments of type LoginInfo | |
|---|---|
java.util.Collection<LoginInfo> |
MemoryHashLoginInfoStore.list()
|
java.util.Collection<LoginInfo> |
LoginInfoStore.list()
A convenience method that returns the Collection of LoginInfo instances stored in this store. |
| Methods in com.sun.appserv.management.client.prefs with parameters of type LoginInfo | |
|---|---|
int |
LoginInfo.compareTo(LoginInfo that)
|
void |
MemoryHashLoginInfoStore.store(LoginInfo login)
|
void |
LoginInfoStore.store(LoginInfo login)
Stores the given LoginInfo in this store. |
void |
MemoryHashLoginInfoStore.store(LoginInfo login,
boolean overwrite)
|
void |
LoginInfoStore.store(LoginInfo login,
boolean overwrite)
Stores the given LoginInfo in this store. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||