By default, CICS support for security roles is enabled. You can use the
XEJB system initialization parameter to disable (or
explicitly enable) support for security roles. If you disable the support:
- CICS does not perform method authorization checks: all users are permitted
to use all bean methods.
- The isCallerInRole() method returns true for all
users.