Predefined roles

EAServer includes a number of predefined, read-only roles that you can use to facilitate authorization to EAServer resources. Role names are case sensitive and include:

ServiceControl Prevents clients from invoking service components.

anonymous Allows access to an ‘anonymous’ user.

everybody Allows access to all authenticated users.

system Prevents access by any client. The system user is a member, so components with this role can run as EAServer services.

nobody Prevents all access to a method or component. No user is a member of this role, not even the EAServer system user.