IsUserInAnyRole

Description

Determines whether an authenticated user belongs to any role in a list of roles.

Returns

True, if the authenticated user, belongs to any Role in the list; False, otherwise.

Category

IsUserInAnyRole(role_list)

See also

cflogincfloginusercflogoutGetAuthUserGetUserRolesIsUserInRoleIsUserLoggedInSecuring Applications in the Developing ColdFusion Applications

History

ColdFusion 8: Added this function.

Parameters

Parameter

Description

role_list

A comma-delimited list of one or more roles to be tested.

Example

 

<cfif IsUserInAnyRole(allRoles) > 
<cfoutput>Authenticated user is in these roles: #GetUserRoles()#</cfoutput> 
<cfelseif > 
<cfoutput>Authenticated user is in no roles</cfoutput> 
</cfif>
Lưu ý:

From ColdFusion 11 onwards, this function is not applicable when a user is logged in using Admin API. 

 Adobe

Nhận trợ giúp nhanh chóng và dễ dàng hơn

Bạn là người dùng mới?

Adobe MAX 2024

Adobe MAX
Hội thảo sáng tạo

14–16/10 Bãi biển Miami và trực tuyến

Adobe MAX

Hội thảo sáng tạo

14–16/10 Bãi biển Miami và trực tuyến

Adobe MAX 2024

Adobe MAX
Hội thảo sáng tạo

14–16/10 Bãi biển Miami và trực tuyến

Adobe MAX

Hội thảo sáng tạo

14–16/10 Bãi biển Miami và trực tuyến