com.sun.xml.wss.impl.policy
Class DynamicPolicyContext
java.lang.Object
com.sun.xml.wss.impl.policy.DynamicPolicyContext
- Direct Known Subclasses:
- DynamicApplicationContext
public abstract class DynamicPolicyContext
- extends java.lang.Object
Represents a SecurityPolicy identifier context resolved at runtime
|
Field Summary |
protected java.util.HashMap |
properties
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
properties
protected java.util.HashMap properties
DynamicPolicyContext
public DynamicPolicyContext()
getProperty
protected java.lang.Object getProperty(java.lang.String name)
- get the named property
- Parameters:
name - property name
- Returns:
- Object property value
setProperty
protected void setProperty(java.lang.String name,
java.lang.Object value)
- set the named property to value
value.
- Parameters:
name - property namevalue - property value
removeProperty
protected void removeProperty(java.lang.String name)
- remove the named property
- Parameters:
name - property to be removed
containsProperty
protected boolean containsProperty(java.lang.String name)
- Parameters:
name - property to be checked for presence
- Returns:
- true if the property
name is present.
getPropertyNames
protected java.util.Iterator getPropertyNames()
- Returns:
- Iterator over the property names
getStaticPolicyContext
public abstract StaticPolicyContext getStaticPolicyContext()
- Returns:
- Any
StaticPolicyContext associated with this context.
Copyright © 2005-2011 Oracle Corporation. All Rights Reserved.