Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [%Net] >  [SASL] >  [PLAIN]
Private  Storage   

class %Net.SASL.PLAIN extends %Net.SASL.Base

The implementation of the PLAIN SASL security mechanism defined in RFC 2595 to be used with %Net.Authenticator, our implementation of the Simple Authentication and Security Layer (SASL) as defined by RFC 2222.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
1 2


Summary

Properties
MechanismName Password UserName

Methods
%AddToSaveSet %ClassIsLatestVersion %ClassName %ConstructClone
%DispatchClassMethod %DispatchGetModified %DispatchGetProperty %DispatchMethod
%DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty %Extends
%GetParameter %IsA %IsModified %New
%NormalizeObject %ObjectModified %OriginalNamespace %PackageName
%RemoveFromSaveSet %SerializeObject %SetModified %ValidateObject
Next Start


Properties

• property MechanismName as %String [ InitialExpression = "PLAIN" ];
The name of the security mechanism. This name must be one of SASL mechanism names that is registered with IANA.

Methods

• method Next(challenge As %String, ByRef response As %String) as %Boolean
Return next response based on challenge using the PLAIN SASL mechanism. Return value is false to indicate abort.
• method Start(ByRef response As %String) as %Boolean
Start authentication based on UserName and Password using the PLAIN SASL mechanism.


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.