Home > Contents > Index >
Expanded TOC   |    Accordion TOC   |    Annotated TOC   |    Index

 

ICS.UserIsMember

Determines whether the current user is a member of one or more access groups (ACLs).

Variables.errno is set to 1 (one) if the user is a member of any of the listed groups.

Syntax

Parameters

grouplist
A comma-delimited list of groups to check against.

Returns

Returns true if the user is a member, false if not.

Example

The following code determines if the current user is a member of the ElementEditor, Browser, or SiteGod ACLs:

 

  Home > Contents > Index >

Oracle JAVA Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.