org.apache.webbeans.util
Class SecurityUtil.PrivilegedActionForSetProperty

java.lang.Object
  extended by org.apache.webbeans.util.SecurityUtil.PrivilegedActionForSetProperty
All Implemented Interfaces:
PrivilegedAction<Object>
Enclosing class:
SecurityUtil

protected static class SecurityUtil.PrivilegedActionForSetProperty
extends Object
implements PrivilegedAction<Object>


Constructor Summary
protected SecurityUtil.PrivilegedActionForSetProperty(String propertyName, String value)
           
 
Method Summary
 String run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityUtil.PrivilegedActionForSetProperty

protected SecurityUtil.PrivilegedActionForSetProperty(String propertyName,
                                                      String value)
Method Detail

run

public String run()
Specified by:
run in interface PrivilegedAction<Object>


Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.