|
|||||||||
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
An object for working with the ArcGIS Single Sign on system.
Constructor Summary | |
---|---|
ArcGISSingleSignon()
Constructs a ArcGISSingleSignon using ArcGIS Engine. |
|
ArcGISSingleSignon(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. ArcGISSingleSignon theArcGISSingleSignon = (ArcGISSingleSignon) obj; |
Method Summary | |
---|---|
boolean |
equals(Object o)
Compare this object with another |
int |
getBannerImage()
method BannerImage |
String |
getBannerImageUrl()
method BannerImageUrl |
static String |
getClsid()
getClsid. |
void |
getCurrentToken(String[] bsToken,
String[] bsReferer,
int[] lExpiration,
String[] bsUser)
Returns the current token and matching referer. |
String |
getName()
method Name |
String |
getPortal()
method Portal |
int |
getSignonImage()
method SignonImage |
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 |
int |
hashCode()
the hashcode for this object |
boolean |
isMultiTenant()
method Name |
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 |
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
---|
getJintegraDispatch, release |
Constructor Detail |
---|
public ArcGISSingleSignon() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic ArcGISSingleSignon(Object obj) throws IOException
ArcGISSingleSignon theArcGISSingleSignon = (ArcGISSingleSignon) obj;
obj
to ArcGISSingleSignon
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public void getToken(int hParentHWND, String[] bsToken, String[] bsReferer, int[] lExpiration, String[] bsUser) throws 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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void signOut() throws IOException, AutomationException
signOut
in interface IArcGISSingleSignon
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getCurrentToken(String[] bsToken, String[] bsReferer, int[] lExpiration, String[] bsUser) throws 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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getURI(int eType, String[] bsURI) throws IOException, AutomationException
getURI
in interface IArcGISSingleSignon
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.public String getPortal() throws IOException, AutomationException
getPortal
in interface IArcGISPortal
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getSignonImage() throws IOException, AutomationException
getSignonImage
in interface IArcGISPortal
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getBannerImage() throws IOException, AutomationException
getBannerImage
in interface IArcGISPortal
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getBannerImageUrl() throws IOException, AutomationException
getBannerImageUrl
in interface IArcGISPortal
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getName() throws IOException, AutomationException
getName
in interface IArcGISPortal
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isMultiTenant() throws IOException, AutomationException
isMultiTenant
in interface IArcGISPortal
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 |