File

src/core/smart-security.service.ts

Index

Methods

Constructor

constructor(smartHttp: SmartHttpService, serviceAdapter: SmartServiceAdapter, sessionManager: SmartSessionManagerService)
Parameters :
Name Type Optional
smartHttp SmartHttpService No
serviceAdapter SmartServiceAdapter No
sessionManager SmartSessionManagerService No

Methods

GetRestrictedTokens
GetRestrictedTokens()

Purpose: Returns the comma-delimited list of restricted tokens for the current user

Returns : string
IsObjectTokenRestricted
IsObjectTokenRestricted(securityObjectName: string, securityTokenCode: string)

Purpose: Returns if the given security token is restricted

Parameters :
Name Type Optional Description
securityObjectName string No

The name of the security object

securityTokenCode string No

The code of the security token

Returns : Promise<boolean>
IsTokenRestricted
IsTokenRestricted(securityTokenCode: string)

Purpose: Returns if the given security token is restricted

Parameters :
Name Type Optional Description
securityTokenCode string No

The code of the security token

Returns : boolean

value indicating if the given token is restricted for the current user, TRUE means the user does not have access to the token

result-matching ""

    No results matching ""