Esri Geoportal Server
1.2.9

com.esri.gpt.control.webharvest.client.agportal
Class AgpInfo

java.lang.Object
  extended by com.esri.gpt.control.webharvest.client.agportal.AgpInfo

public class AgpInfo
extends Object

ArcGIS Portal info. NOTE! This is EXPERIMENTAL feature. It might be removed at any time in the future.


Constructor Summary
AgpInfo(String url, String userName, String password)
          Creates instance of the info.
 
Method Summary
 String getPassword()
          Gets password.
 String getUrl()
          Gets URL.
 String getUserName()
          Gets user name.
 CredentialProvider newCredentialProvider()
          Creates new credential provider.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AgpInfo

public AgpInfo(String url,
               String userName,
               String password)
Creates instance of the info.

Parameters:
url - URL to the ArcGIS Portal.
userName - user name
password - password
Method Detail

getUrl

public String getUrl()
Gets URL.

Returns:
URL

getUserName

public String getUserName()
Gets user name.

Returns:
user name

getPassword

public String getPassword()
Gets password.

Returns:
password;

newCredentialProvider

public CredentialProvider newCredentialProvider()
Creates new credential provider.

Returns:
new credential provider

toString

public String toString()
Overrides:
toString in class Object

Esri Geoportal Server
1.2.9

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.