Specifies a SpecialPrincipal that is a group of authenticated users.
Note Note: Specifying that #AUTHENTICATED-USERS be the default user/group of an object store would permit all users who successfully logon to the FileNet P8 domain to access that object store.

Namespace:  FileNet.Api.Constants
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Public Shared ReadOnly AUTHENTICATED_USERS As SpecialPrincipal
C#
public static readonly SpecialPrincipal AUTHENTICATED_USERS
Visual C++
public:
static initonly SpecialPrincipal^ AUTHENTICATED_USERS
JavaScript
FileNet.Api.Constants.SpecialPrincipal.authenticateD_USERS

ToggleSee Also