Isauthorized - MACROMEDIA COLDFUSION 4.5-CFML LANGUAGE Reference

Cfml language reference
Table of Contents

Advertisement

Chapter 2: ColdFusion Functions

IsAuthorized

Returns TRUE if the user is authorized to perform the specified action on the specified
ColdFusion resource.
See also IsAuthenticated.
Syntax
IsAuthorized( resourcetype , resourcename [, action ])
resourcetype
String specifying the type of resource:
Application
CFML
File
DataSource
Component
Collection
CustomTag
UserObject
resourcename
String specifying the name of the resource. The value specified varies depending
on the resource type:
resourcetype specification
APPLICATION
CFML
FILE
DATASOURCE
COMPONENT
COLLECTION
CUSTOMTAG
USEROBJECT
Resourcename is the actual resource that is protected, not to be confused with the
rule name, which you specify in the ColdFusion Administrator.
resourcename specification
Application name
CFML tag name
File name
Data source name
Component name
Verity collection name
Custom tag name
Object name
387

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the COLDFUSION 4.5-CFML LANGUAGE and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

This manual is also suitable for:

Coldfusion 4.5

Table of Contents