wt.security
Class PrivilegeSet_plugin.GetPropertyAction

java.lang.Object
  extended bywt.security.PrivilegeSet_plugin.GetPropertyAction
All Implemented Interfaces:
PrivilegedAction
Enclosing class:
PrivilegeSet_plugin

class PrivilegeSet_plugin.GetPropertyAction
extends Object
implements PrivilegedAction


Field Summary
private  String key
           
private  PrivilegeSet_plugin ps
           
private  String value
           
 
Constructor Summary
PrivilegeSet_plugin.GetPropertyAction(PrivilegeSet_plugin ps, String key)
           
 
Method Summary
 String getValue()
           
 Object run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ps

private PrivilegeSet_plugin ps

key

private String key

value

private String value
Constructor Detail

PrivilegeSet_plugin.GetPropertyAction

public PrivilegeSet_plugin.GetPropertyAction(PrivilegeSet_plugin ps,
                                             String key)
Method Detail

run

public Object run()
Specified by:
run in interface PrivilegedAction

getValue

public String getValue()