com.esri.arcgis.systemUI
Interface IArcGISSingleSignon

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IArcGISSingleSignon2
All Known Implementing Classes:
ArcGISSingleSignon, IArcGISSingleSignon2Proxy, IArcGISSingleSignonProxy

public interface IArcGISSingleSignon
extends java.io.Serializable

COM Interface 'IArcGISSingleSignon'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSystemUI.olb'

Description: 'Provides access to the IArcGISSingleSignon Interface.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDe36dc321_5c5b_4d6b_884e_19ff4b5bbcac
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void getCurrentToken(java.lang.String[] bsToken, java.lang.String[] bsReferer, int[] lExpiration, java.lang.String[] bsUser)
          Returns the current token and matching referer.
 void getToken(int hParentHWND, java.lang.String[] bsToken, java.lang.String[] bsReferer, int[] lExpiration, java.lang.String[] bsUser)
          Signs the user in to ArcGIS Online if required, and returns the current token and matching referer.
 void getURI(int eType, java.lang.String[] bsURI)
          Returns the requested ArcGIS online URI
 void signOut()
          Signs the user out of ArcGIS Online.
 

Field Detail

IIDe36dc321_5c5b_4d6b_884e_19ff4b5bbcac

static final int IIDe36dc321_5c5b_4d6b_884e_19ff4b5bbcac
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getToken

void getToken(int hParentHWND,
              java.lang.String[] bsToken,
              java.lang.String[] bsReferer,
              int[] lExpiration,
              java.lang.String[] bsUser)
              throws java.io.IOException,
                     AutomationException
Signs the user in to ArcGIS Online if required, and returns the current token and matching referer.

Parameters:
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)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

signOut

void signOut()
             throws java.io.IOException,
                    AutomationException
Signs the user out of ArcGIS Online.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCurrentToken

void getCurrentToken(java.lang.String[] bsToken,
                     java.lang.String[] bsReferer,
                     int[] lExpiration,
                     java.lang.String[] bsUser)
                     throws java.io.IOException,
                            AutomationException
Returns the current token and matching referer.

Parameters:
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)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getURI

void getURI(int eType,
            java.lang.String[] bsURI)
            throws java.io.IOException,
                   AutomationException
Returns the requested ArcGIS online URI

Parameters:
eType - A com.esri.arcgis.systemUI.esriArcGISUri constant (in)
bsURI - The bsURI (in/out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.