Specifies the type of security access control for components in the module. The Ant property value sets the default for <accessControl> subcommands in the <setProperties> commands for the EJB components and the EJB module. Allowable values are:
default
, to specify use
of EAServer’s default role- and port-based access control
mechanism.
jacc
, to specify
use of the JACC (Java™ Authorization Contract for Containers)
mechanism, with policies enforced the Java system implementation
or by a custom JACC policy provider implementation.
none
, to specify
that no access control restrictions. Any user can call the component
methods.