| This example shows how to setup a JSR 160 connector server that intercepts calls to its target MBeanServer.
It will be shown how to intercept and print on the console the Subject of the current call.
It is very similar to the
mx4j.examples.remote.security.Server security example , because it needs
an authenticated Subject to be present in order to log the Subject of the current invocation.
version: $Revision: 1.1 $ See Also: Client |