|
Esri Geoportal Server 1.2.9
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.gpt.agp.client.AgpCredentials
public class AgpCredentials
The credentials for a connection.
Constructor Summary | |
---|---|
AgpCredentials()
Default constructor. |
|
AgpCredentials(String username,
String password)
Construct with a supplied username and password. |
Method Summary | |
---|---|
String |
getPassword()
Gets the password. |
String |
getUsername()
Gets the username. |
void |
setPassword(String password)
Sets the password. |
void |
setUsername(String username)
Sets the username. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AgpCredentials()
public AgpCredentials(String username, String password)
username
- the usernamepassword
- the passwordMethod Detail |
---|
public String getPassword()
public void setPassword(String password)
password
- the passwordpublic String getUsername()
public void setUsername(String username)
username
- the username
|
Esri Geoportal Server 1.2.9
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |