Skip to content

Data Object - URLRedirectionSchemeHandler

Java Class

com.omnissa.vdi.vlsi.binding.vdi.infrastructure.URLRedirection.URLSchemeAndHandler

Property of

URLRedirectionData

See also

ApplicationId, DesktopId

Since

Horizon 7.0

Data Object Description

Data object having 1 on 1 mapping of URL Scheme/protocol with Local Resources (DesktopId or ApplicationId).

Data Object Properties

Name Type Description
urlScheme xsd:string URL Scheme/protocol used by View Client for URL Filtering.
type xsd:string Since Horizon 7.0.2 2
* This property will be one of:
ValueDescription
"APPLICATION"Application Pool.
"DESKTOP"Desktop Pool.
urlSchemeHandler ApplicationId Application that can handle this URL Scheme. Since Horizon 7.0.2 1 3
desktopSchemeHandler DesktopId Desktop Pool that should be used to launch URLs with this Scheme. Since Horizon 7.0.2 1 4

  1. This property need not be set. 

  2. This property cannot be updated. 

  3. This property is required if type is set to "APPLICATION". 

  4. This property is required if type is set to "DESKTOP".