Adding the Cache Refresh Failure Callback Interface

The new callback class must implement the interface: curam.util.security.SecurityCacheFailureCallback in a class that has a public default constructor. The implementation of the callback is registered by setting the application property curam.security.cache.failure.callback to the name of the implementation class. If the property is not set, no attempt is made to invoke a callback handler.