Skip to main content

SOAP.RegisteredUser

class SOAP.RegisteredUser extends %Library.RegisteredObject, %XML.Adaptor

UserID and password for registered user in LicenseInfo SOAP header

Property Inventory

Parameters

parameter NAMESPACE = http://ws.strikeiron.com;
NAMESPACE specifies the XML namespace to be used when creating the header.

Properties

property Password as %String;
Property methods: PasswordDisplayToLogical(), PasswordGet(), PasswordIsValid(), PasswordLogicalToDisplay(), PasswordLogicalToOdbc(), PasswordNormalize(), PasswordSet()
property UserID as %String;
Property methods: UserIDDisplayToLogical(), UserIDGet(), UserIDIsValid(), UserIDLogicalToDisplay(), UserIDLogicalToOdbc(), UserIDNormalize(), UserIDSet()

Inherited Members

Inherited Methods

FeedbackOpens in a new tab