|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IArcGISSingleSignon
Provides access to the IArcGISSingleSignon Interface.
Method Summary | |
---|---|
void |
getCurrentToken(String[] bsToken,
String[] bsReferer,
int[] lExpiration,
String[] bsUser)
Returns the current token and matching referer. |
void |
getToken(int hParentHWND,
String[] bsToken,
String[] bsReferer,
int[] lExpiration,
String[] bsUser)
Signs the user in to ArcGIS Online if required, and returns the current token and matching referer. |
void |
getURI(int eType,
String[] bsURI)
Returns the requested ArcGIS online URI |
void |
signOut()
Signs the user out of ArcGIS Online. |
Method Detail |
---|
void getToken(int hParentHWND, String[] bsToken, String[] bsReferer, int[] lExpiration, String[] bsUser) throws IOException, AutomationException
hParentHWND
- The hParentHWND (in)bsToken
- The bsToken (in/out: use single element array)bsReferer
- The bsReferer (in/out: use single element array)lExpiration
- The lExpiration (in/out: use single element array)bsUser
- The bsUser (in/out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void signOut() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getCurrentToken(String[] bsToken, String[] bsReferer, int[] lExpiration, String[] bsUser) throws IOException, AutomationException
bsToken
- The bsToken (in/out: use single element array)bsReferer
- The bsReferer (in/out: use single element array)lExpiration
- The lExpiration (in/out: use single element array)bsUser
- The bsUser (in/out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getURI(int eType, String[] bsURI) throws IOException, AutomationException
eType
- A com.esri.arcgis.systemUI.esriArcGISUri constant (in)bsURI
- The bsURI (in/out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |