|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PortalUser | |
|---|---|
| com.esri.core.portal | Provides mechanisms for connecting to a Portal or Organization and contains classes for constructing a WebMap. |
| Uses of PortalUser in com.esri.core.portal |
|---|
| Methods in com.esri.core.portal that return PortalUser | |
|---|---|
PortalUser |
Portal.fetchUser()
Fetches the PortalUser set on this portal object from the server. |
static PortalUser |
PortalUser.fromJson(org.codehaus.jackson.JsonParser parser,
Portal portal)
From json. |
static PortalUser |
PortalUser.newInstance(Portal portal,
String username)
Initializes a portal user with a portal and a username. |
| Method parameters in com.esri.core.portal with type arguments of type PortalUser | |
|---|---|
static void |
PortalUser.newInstance(Portal portal,
String username,
PortalListener<PortalUser> portalListener)
Deprecated. please use newInstance(Portal, String) instead. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||