Namespace: Consultingwerk.SmartFramework.Authorization
Interface 
IObjectTokenSecurityService Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object
Implemented by: Consultingwerk.SmartFramework.Authorization.AuthorizationClient

File:IObjectTokenSecurityService
Purpose:Interface for classes providing object specific token
security information
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Sun Feb 26 05:58:28 CET 2017
Purpose: Returns if the given security token is restricted
Notes: When the token is unknown on the current system, the ? is returned
When the object is not known, of the token not assigned to that object,
the ITokenSecurityService:IsTokenRestricted API will be used instead



Top Method Summary
Options Name Purpose
+ LOGICAL IsObjectTokenRestricted (character, character) Returns if the given security token is restricted


Method Detail
Top

PUBLIC LOGICAL IsObjectTokenRestricted (character, character)

Purpose: Returns if the given security token is restricted
Notes: When the token is unknown on the current system, the ? is returned
When the object is not known, of the token not assigned to that object,
the ITokenSecurityService:IsTokenRestricted API will be used instead

Parameters:
pcSecurityObjectName CHARACTER
The name of the security object
pcSecurityTokenCode CHARACTER
The code of the security token
Returns LOGICAL
Logical value indicating if the given token is restricted for the current user, TRUE means the user does not have access to the token


©2006-2023 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       15.04.2024 05:56:26