Package com.sun.xml.wss.impl.policy
Class DynamicPolicyContext
java.lang.Object
com.sun.xml.wss.impl.policy.DynamicPolicyContext
- Direct Known Subclasses:
DynamicApplicationContext
Represents a SecurityPolicy identifier context resolved at runtime
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleancontainsProperty(String name) protected ObjectgetProperty(String name) get the named propertyprotected Iteratorabstract StaticPolicyContextprotected voidremoveProperty(String name) remove the named propertyprotected voidsetProperty(String name, Object value) set the named property to valuevalue.
-
Field Details
-
properties
-
-
Constructor Details
-
DynamicPolicyContext
protected DynamicPolicyContext()
-
-
Method Details
-
getProperty
get the named property- Parameters:
name- property name- Returns:
- Object property value
-
setProperty
set the named property to valuevalue.- Parameters:
name- property namevalue- property value
-
removeProperty
remove the named property- Parameters:
name- property to be removed
-
containsProperty
- Parameters:
name- property to be checked for presence- Returns:
- true if the property
nameis present.
-
getPropertyNames
- Returns:
- Iterator over the property names
-
getStaticPolicyContext
- Returns:
- Any
StaticPolicyContextassociated with this context.
-