@UESComponent @EnableScriptAPI @WebServiceAccessible(wspHandlerChain="ues/platform/uesservices/UESServiceHandlerChain.xml") public interface UESSession
Modifier and Type | Method and Description |
---|---|
UESURI |
getAccessRole(UESURI territoryUri)
Returns access role URI of authenticated user in given territory.
|
UESURI |
getInitiatorAccessRole(UESURI territoryUri)
Returns access role URI of user who initiated session in given territory.
|
UESURI |
getInitiatorPersonalRole()
Returns personal role of user who initiated session (did the first login).
|
UESURI |
getPersonalRole()
Returns personal role URI of authenticated user.
|
UESSessionRTException
- In case URI cannot be obtainedUESSessionRTException
- In case URI cannot be obtainedterritoryUri
- URI of territory for which to get access roleUESSessionRTException
- In case URI cannot be obtainedterritoryUri
- URI of territory for which to get access roleUESSessionRTException
- In case URI cannot be obtained