com.esri.arcgis.systemUI
Interface IArcGISSingleSignon2
- All Superinterfaces:
- IArcGISSingleSignon, java.io.Serializable
- All Known Implementing Classes:
- IArcGISSingleSignon2Proxy
public interface IArcGISSingleSignon2
- extends IArcGISSingleSignon, java.io.Serializable
COM Interface 'IArcGISSingleSignon2'. Generated 3/19/2015 1:21:00 PM
from 'C:\ArcGIS\COM\esriSystemUI.olb'
Description: 'Provides access to the IArcGISSingleSignon2 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 =
Method Summary |
void |
getBingToken(java.lang.String[] bsToken,
java.lang.String[] bsReferer,
int[] lExpiration)
Returns the Bing token and matching referer. |
IID10ef05c7_241f_4da0_a623_23ef607e0cab
static final int IID10ef05c7_241f_4da0_a623_23ef607e0cab
- 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
getBingToken
void getBingToken(java.lang.String[] bsToken,
java.lang.String[] bsReferer,
int[] lExpiration)
throws java.io.IOException,
AutomationException
- Returns the Bing 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)
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.