|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.gpt.framework.security.credentials.Credentials com.esri.gpt.framework.security.credentials.UsernameCredential
public class UsernameCredential
Stores a username credential.
This credential should not be used in a challenge/response situation. It should only be used when a trusted mechanism (typically single sign-on) has supplied a username.
Constructor Summary | |
---|---|
UsernameCredential()
Default constructor. |
|
UsernameCredential(String username)
Constructs with a supplied username. |
Method Summary | |
---|---|
String |
getUsername()
Gets the username. |
void |
setUsername(String username)
Sets the username. |
Methods inherited from class com.esri.gpt.framework.security.credentials.Credentials |
---|
getUsernamePasswordCredentials, hasUsernamePasswordCredentials |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UsernameCredential()
public UsernameCredential(String username)
username
- the usernameMethod Detail |
---|
public String getUsername()
public void setUsername(String username)
username
- the username
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |