Skip to main content

HS.HC.Security.API.Credential.V1.disp

class HS.HC.Security.API.Credential.V1.disp extends %CSP.REST

API to manage user or system credentials, including CRUDS operations. Dispatch class defined by RESTSpec in HS.HC.Security.API.Credential.V1.spec

This class was generated by : HS.HC.Security.API.Credential.V1.spec.cls

Method Inventory

Parameters

parameter CONTENTTYPE = application/json;
Default the Content-Type for this application.
parameter CONVERTINPUTSTREAM = 1;
By default convert the input stream to Unicode
parameter IgnoreWrites = 1;
Ignore any writes done directly by the REST method.
parameter SpecificationClass = HS.HC.Security.API.Credential.V1.spec;
The class containing the RESTSpec which generated this class

Methods

classmethod CreateCredential() as %Status
Create a new credential
classmethod DeleteCredential(psystemName As %String) as %Status
Delete a credential
classmethod GetCredentialNamespaces() as %Status
Get list of namespaces in which credentials may be available
classmethod GetCredentialsList() as %Status
Get a list of credentials
classmethod UpdateCredential(psystemName As %String) as %Status
Update an existing credential

Inherited Members

Inherited Methods

FeedbackOpens in a new tab