|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.systemUI.ArcGISSingleSignon
public class ArcGISSingleSignon
COM Class 'ArcGISSingleSignon'. Generated 3/19/2015 1:20:47 PM from 'C:\ArcGIS\COM\esriSystemUI.olb'
Description 'An object for working with the ArcGIS Single Sign on system.' 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 |
---|
Fields inherited from interface com.esri.arcgis.systemUI.IArcGISSingleSignon |
---|
IID, IIDe36dc321_5c5b_4d6b_884e_19ff4b5bbcac, xxDummy |
Fields inherited from interface com.esri.arcgis.systemUI.IArcGISPortal |
---|
IID, IIDa128a18c_6769_4e4f_90a9_df413d139192, xxDummy |
Constructor Summary | |
---|---|
ArcGISSingleSignon()
Constructs a ArcGISSingleSignon using ArcGIS Engine. |
|
ArcGISSingleSignon(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. ArcGISSingleSignon theArcGISSingleSignon = (ArcGISSingleSignon) obj; |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another |
int |
getBannerImage()
method BannerImage |
java.lang.String |
getBannerImageUrl()
method BannerImageUrl |
static java.lang.String |
getClsid()
getClsid. |
void |
getCurrentToken(java.lang.String[] bsToken,
java.lang.String[] bsReferer,
int[] lExpiration,
java.lang.String[] bsUser)
Returns the current token and matching referer. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
java.lang.String |
getName()
method Name |
java.lang.String |
getPortal()
method Portal |
int |
getSignonImage()
method SignonImage |
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 |
int |
hashCode()
the hashcode for this object |
boolean |
isMultiTenant()
method Name |
void |
release()
Release a ArcGISSingleSignon. |
void |
signOut()
Signs the user out of ArcGIS Online. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ArcGISSingleSignon() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.net.UnknownHostException
- if there are interop problemspublic ArcGISSingleSignon(java.lang.Object obj) throws java.io.IOException
ArcGISSingleSignon theArcGISSingleSignon = (ArcGISSingleSignon) obj;
obj
to ArcGISSingleSignon
.
obj
- an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problemsMethod Detail |
---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public void getToken(int hParentHWND, java.lang.String[] bsToken, java.lang.String[] bsReferer, int[] lExpiration, java.lang.String[] bsUser) throws java.io.IOException, AutomationException
getToken
in interface IArcGISSingleSignon
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)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void signOut() throws java.io.IOException, AutomationException
signOut
in interface IArcGISSingleSignon
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getCurrentToken(java.lang.String[] bsToken, java.lang.String[] bsReferer, int[] lExpiration, java.lang.String[] bsUser) throws java.io.IOException, AutomationException
getCurrentToken
in interface IArcGISSingleSignon
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)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getURI(int eType, java.lang.String[] bsURI) throws java.io.IOException, AutomationException
getURI
in interface IArcGISSingleSignon
eType
- A com.esri.arcgis.systemUI.esriArcGISUri constant (in)bsURI
- The bsURI (in/out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getPortal() throws java.io.IOException, AutomationException
getPortal
in interface IArcGISPortal
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getSignonImage() throws java.io.IOException, AutomationException
getSignonImage
in interface IArcGISPortal
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getBannerImage() throws java.io.IOException, AutomationException
getBannerImage
in interface IArcGISPortal
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getBannerImageUrl() throws java.io.IOException, AutomationException
getBannerImageUrl
in interface IArcGISPortal
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getName() throws java.io.IOException, AutomationException
getName
in interface IArcGISPortal
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isMultiTenant() throws java.io.IOException, AutomationException
isMultiTenant
in interface IArcGISPortal
java.io.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 |