src/core/smart-security.service.ts
Methods |
constructor(smartHttp: SmartHttpService, serviceAdapter: SmartServiceAdapter, sessionManager: SmartSessionManagerService)
|
||||||||||||
Parameters :
|
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 :
Returns :
Promise<boolean>
|
IsTokenRestricted | ||||||||
IsTokenRestricted(securityTokenCode: string)
|
||||||||
Purpose: Returns if the given security token is restricted
Parameters :
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 |