The <unchecked> element is
used to allows anonymous, unauthenticated
users to access certain EJB resources. In
the EJB tier, the application assembler
can use the unchecked element
in the method-permission element
to indicate that the methods covered by
the specification are to be authorized by
the container, independent of the identity
of the caller.
The
following demonstrates the use of the unchecked element: