static class PolicyUtils.SecurityPropertyAccessor extends Object implements PrivilegedAction<String>
Constructor and Description |
---|
SecurityPropertyAccessor(String key)
Constructor with a property key parameter.
|
Modifier and Type | Method and Description |
---|---|
(package private) PrivilegedAction<String> |
key(String key) |
String |
run()
Returns specified security property.
|
private String key
SecurityPropertyAccessor(String key)
PrivilegedAction<String> key(String key)
public String run()
run
in interface PrivilegedAction<String>
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.