| 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)
|
| Modifier and Type | Method and Description |
|---|---|
LoginInfo |
MemoryHashLoginInfoStore.read(String host,
int port) |
LoginInfo |
LoginInfoStore.read(String host,
int port)
Returns a
LoginInfo corresponding to the given host and port, from this store. |
| Modifier and Type | Method and Description |
|---|---|
Collection<LoginInfo> |
MemoryHashLoginInfoStore.list() |
Collection<LoginInfo> |
LoginInfoStore.list()
A convenience method that returns the Collection of LoginInfo instances stored in this store.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.