|
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.AgpTokenCriteria
public class AgpTokenCriteria
The criteria for a security token request.
Constructor Summary | |
---|---|
AgpTokenCriteria()
Default constructor. |
Method Summary | |
---|---|
void |
appendURLParameters(StringBuilder parameters)
Appends parameters to a URL request buffer. |
AgpCredentials |
getCredentials()
Gets the credentials. |
int |
getExpriation()
Gets the token expiration time in minutes. |
String |
getReferer()
Gets the referer. |
void |
setCredentials(AgpCredentials credentials)
Sets the credentials. |
void |
setExpriation(int expriation)
Sets the token expiration time in minutes. |
void |
setReferer(String referer)
Sets the referer. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AgpTokenCriteria()
Method Detail |
---|
public AgpCredentials getCredentials()
public void setCredentials(AgpCredentials credentials)
credentials
- the credentialspublic int getExpriation()
public void setExpriation(int expriation)
expriation
- the token expiration timepublic String getReferer()
public void setReferer(String referer)
referer
- the refererpublic void appendURLParameters(StringBuilder parameters)
parameters
- the URL request buffer
|
Esri Geoportal Server 1.2.9
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |