org.apache.webbeans.corespi.security
Class ManagedSecurityService.PrivilegedActionForProperty

java.lang.Object
  extended by org.apache.webbeans.corespi.security.ManagedSecurityService.PrivilegedActionForProperty
All Implemented Interfaces:
PrivilegedAction<String>
Enclosing class:
ManagedSecurityService

protected static class ManagedSecurityService.PrivilegedActionForProperty
extends Object
implements PrivilegedAction<String>


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

Constructor Detail

ManagedSecurityService.PrivilegedActionForProperty

protected ManagedSecurityService.PrivilegedActionForProperty(String propertyName,
                                                             String defaultValue)
Method Detail

run

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


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