Package org.jboss.jmx.connector.invoker

Class Summary
AuthenticationInterceptor (src) A security interceptor that requires an authorized user for invoke(Invocation) operation calls when the SecurityDomain and SecurityMgr attributes are specified.
AuthorizationInterceptor (src) An Interceptor that aids in providing Authorization to JMX Invocations at an MBean Operations level.
InvokerAdaptorService (src) A JBoss service exposes an invoke(Invocation) operation that maps calls to the ExposedInterface onto the MBeanServer this service is registered with.
RolesAuthorization (src) A default authorization delegate used by the AuthorizationInterceptor.