public abstract class DynamicPolicyContext extends Object
| Modifier and Type | Field and Description |
|---|---|
protected HashMap |
properties |
| Constructor and Description |
|---|
DynamicPolicyContext() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
containsProperty(String name) |
protected Object |
getProperty(String name)
get the named property
|
protected Iterator |
getPropertyNames() |
abstract StaticPolicyContext |
getStaticPolicyContext() |
protected void |
removeProperty(String name)
remove the named property
|
protected void |
setProperty(String name,
Object value)
set the named property to value
value. |
protected HashMap properties
protected Object getProperty(String name)
name - property nameprotected void setProperty(String name, Object value)
value.name - property namevalue - property valueprotected void removeProperty(String name)
name - property to be removedprotected boolean containsProperty(String name)
name - property to be checked for presencename is present.protected Iterator getPropertyNames()
public abstract StaticPolicyContext getStaticPolicyContext()
StaticPolicyContext associated with this context.Copyright © 2005–2018 Oracle Corporation. All rights reserved.