Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

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