Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Details
Print Page as PDF
Sub-Field: 8994.51

Package: Kernel

REMOTE APPLICATION(#8994.5)-->8994.51

Sub-Field: 8994.51


Information

Parent File Name Number Package
REMOTE APPLICATION(#8994.5) CALLBACKTYPE 8994.51 Kernel

Details

Field # Name Loc Type Details
.01 CALLBACKTYPE 0;1 SET
************************REQUIRED FIELD************************
  • 'R' FOR RPC-BROKER;
  • 'M' FOR M2M-BROKER;
  • 'H' FOR HTTP;
  • 'S' FOR STATION-NUMBER;

  • LAST EDITED:  APR 09, 2009
  • HELP-PROMPT:  Select one of the indicators for a Call back type for this Remote GUI Application
  • DESCRIPTION:  
    This field indicates the mechanism(s) by which the server should contact the authenticating server to obtain information necessary to sign the current user on to the current server.
  • CROSS-REFERENCE:  8994.51^B
    1)= S ^XWB(8994.5,DA(1),1,"B",$E(X,1,30),DA)=""
    2)= K ^XWB(8994.5,DA(1),1,"B",$E(X,1,30),DA)
.02 CALLBACKPORT 0;2 FREE TEXT
************************REQUIRED FIELD************************

  • INPUT TRANSFORM:  K:$L(X)>5!($L(X)<2) X
  • LAST EDITED:  APR 07, 2006
  • HELP-PROMPT:  Answer must be 2-5 characters in length.
  • DESCRIPTION:  
    This is the port to be used for the callback to the authenticating server for the CALLBACKTYPE specified.
.03 CALLBACKSERVER 0;3 FREE TEXT
************************REQUIRED FIELD************************

  • INPUT TRANSFORM:  K:$L(X)>60!($L(X)<3) X
  • LAST EDITED:  JAN 23, 2006
  • HELP-PROMPT:  This should be the server name to be used to contact the authenticating server for accessing the data to authenticate the user for this Remote GUI Application.
  • DESCRIPTION:  
    This is the server designation to be used for the callback to the authenticating server for the CALLBACKTYPE specified.
.04 URLSTRING 0;4 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>60!($L(X)<1) X
  • LAST EDITED:  APR 07, 2006
  • HELP-PROMPT:  Answer must be 1-60 characters in length.
  • DESCRIPTION:  This field holds the text that should follow the server address (field #.03) for HTTP connections to obtain the information for the user token passed in for a REMOTE APPLICATION connection.
    If the complete URL to be used for the callback is
    http://myserver.domain.ext/some/kind/of/location/somePage.aspx
    The CALLBACKSERVER (#.03) field could be
    myserver.domain.ext
    and the URLSTRING would be
    some/kind/of/location/somePage.aspx
    This field is only used if the CALLBACKTYPE (#.01) value is H for HTTP
Info |  Details