Skip to main content

HSMOD.REST.ApplicationConfig

persistent class HSMOD.REST.ApplicationConfig extends %Library.Persistent

SQL Table Name: HSMOD_REST.ApplicationConfig

Persistent data used for session verification by HSMOD.REST.Base.

Property Inventory

Properties

property RestApplication as %String (MAXLEN = 64) [ Required ];
Property methods: RestApplicationDisplayToLogical(), RestApplicationGet(), RestApplicationGetStored(), RestApplicationIsValid(), RestApplicationLogicalToDisplay(), RestApplicationLogicalToOdbc(), RestApplicationNormalize(), RestApplicationSet()
property XCSRFLoginPaths as list of HSMOD.REST.ConfigPathItem;
Property methods: XCSRFLoginPathsBuildValueArray(), XCSRFLoginPathsCollectionToDisplay(), XCSRFLoginPathsCollectionToOdbc(), XCSRFLoginPathsDisplayToCollection(), XCSRFLoginPathsGet(), XCSRFLoginPathsGetObject(), XCSRFLoginPathsGetObjectId(), XCSRFLoginPathsGetStored(), XCSRFLoginPathsGetSwizzled(), XCSRFLoginPathsIsValid(), XCSRFLoginPathsOdbcToCollection(), XCSRFLoginPathsSet(), XCSRFLoginPathsSetObject(), XCSRFLoginPathsSetObjectId()
property XCSRFTokenChecking as %Boolean [ Required ];
Property methods: XCSRFTokenCheckingDisplayToLogical(), XCSRFTokenCheckingGet(), XCSRFTokenCheckingGetStored(), XCSRFTokenCheckingIsValid(), XCSRFTokenCheckingLogicalToDisplay(), XCSRFTokenCheckingNormalize(), XCSRFTokenCheckingSet()

Indexes

index (ApplicationIndex on RestApplication) [PrimaryKey];
Index methods: ApplicationIndexCheck(), ApplicationIndexCheckUnique(), ApplicationIndexDelete(), ApplicationIndexExists(), ApplicationIndexOpen(), ApplicationIndexSQLCheckUnique(), ApplicationIndexSQLExists(), ApplicationIndexSQLFindPKeyByConstraint(), ApplicationIndexSQLFindRowIDByConstraint()
index (IDKEY on ) [IdKey, Type = key];
Index methods: IDKEYCheck(), IDKEYDelete(), IDKEYExists(), IDKEYOpen(), IDKEYSQLCheckUnique(), IDKEYSQLExists(), IDKEYSQLFindPKeyByConstraint(), IDKEYSQLFindRowIDByConstraint()

Inherited Members

Inherited Methods

Storage

Storage Model: Storage (HSMOD.REST.ApplicationConfig)

^HSMOD.REST.ApplicationConfigD(ID)
=
%%CLASSNAME
RestApplication
XCSRFTokenChecking
XCSRFLoginPaths
FeedbackOpens in a new tab