Skip to main content

%pkg.isc.rest.authentication.platformUser

class %pkg.isc.rest.authentication.platformUser extends %Library.RegisteredObject, %JSON.Adaptor, %pkg.isc.rest.model.iSerializable

Property Inventory

Method Inventory

Properties

property Username as %String [ InitialExpression = $Username ];
Property methods: UsernameDisplayToLogical(), UsernameGet(), UsernameIsValid(), UsernameLogicalToDisplay(), UsernameLogicalToOdbc(), UsernameNormalize(), UsernameSet()

Methods

method JSONExport() as %Status
Serialize a JSON enabled class as a JSON document and write it to the current device.
method JSONExportToStream(ByRef export As %Stream.Object) as %Status
Serialize a JSON enabled class as a JSON document and write it to a stream.
method JSONExportToString(ByRef %export As %String) as %Status
Serialize a JSON enabled class as a JSON document and return it as a string.

Inherited Members

Inherited Methods

FeedbackOpens in a new tab