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

File:ITokenSecurityService
Purpose:Interface for classes providing token security information
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Fri Apr 18 21:33:01 CEST 2014
Purpose: Returns if the given security token is restricted
Notes: When the token is unknown on the current system, the ? is returned



Top Method Summary
Options Name Purpose
+ LONGCHAR GetRestrictedTokens () Returns the comma-delimited list of restricted tokens for the current user
+ Progress.Json.ObjectModel.JsonArray GetRestrictedTokensAsJsonArray () Returns the JsonArray of restricted tokens for the current user
+ LOGICAL IsTokenRestricted (character) Returns if the given security token is restricted


Method Detail
Top

PUBLIC LONGCHAR GetRestrictedTokens ()

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

Returns LONGCHAR
Comma-delimited list of restricted tokens
Top

PUBLIC Progress.Json.ObjectModel.JsonArray GetRestrictedTokensAsJsonArray ()

Purpose: Returns the JsonArray of restricted tokens for the current
user
Notes:

Returns Progress.Json.ObjectModel.JsonArray
JsonArray with the list of restricted tokens
Top

PUBLIC LOGICAL IsTokenRestricted (character)

Purpose: Returns if the given security token is restricted
Notes: When the token is unknown on the current system, the ? is returned

Parameters:
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       27.03.2024 00:32:19