PolicyMapKeyHandlerpublic interface PolicyMapKeyHandler This interface defines method that is used to handle actual equality comparison and hash code generation for PolicyMapKey object.
The different implementations of this interface may allow different strategies to be applied for operations mentioned above. This feature
is used within {@link WSPolicyMap} to restrict set of fields to be compared when searching different policy scope maps. |
|