org.apache.openejb.cdi
Class ManagedSecurityService.PrivilegedActionForObjectCreation

java.lang.Object
  extended by org.apache.openejb.cdi.ManagedSecurityService.PrivilegedActionForObjectCreation
All Implemented Interfaces:
PrivilegedExceptionAction<Object>
Enclosing class:
ManagedSecurityService

protected static class ManagedSecurityService.PrivilegedActionForObjectCreation
extends Object
implements PrivilegedExceptionAction<Object>


Constructor Summary
protected ManagedSecurityService.PrivilegedActionForObjectCreation(Class<?> clazz)
           
 
Method Summary
 Object run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManagedSecurityService.PrivilegedActionForObjectCreation

protected ManagedSecurityService.PrivilegedActionForObjectCreation(Class<?> clazz)
Method Detail

run

public Object run()
           throws Exception
Specified by:
run in interface PrivilegedExceptionAction<Object>
Throws:
Exception


Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.