Specifies a SpecialPrincipal that is a group of authenticated users.

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.
This field is read-only.


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

Syntax

Visual Basic (Declaration)
Public Shared ReadOnly AUTHENTICATED_USERS As SpecialPrincipal
C#
public static readonly SpecialPrincipal AUTHENTICATED_USERS;
C++
public:
 static const SpecialPrincipal AUTHENTICATED_USERS;
J#
public static final SpecialPrincipal AUTHENTICATED_USERS
JScript
public static const var AUTHENTICATED_USERS : SpecialPrincipal;

See Also