Package org.jboss.test.jmx.interceptors

Class Summary
JNDIPersistence (src) A simple file based persistence interceptor that saves the value of Naming.bind() calls as serialized objects.
JNDISecurity (src) A role based security interceptor that requries the caller of any write operations to have a JNDIWriter role and the caller of any read operations to have a JNDIReader role.
PrincipalInterceptor (src) An interceptor that simply asserts the caller is jduke
SecuredService (src) A xmbean implementation class that employs a custom interceptor to prevent secretXXX operations from being invoked.
SecurityInterceptor (src)