Interface RampartConfigCallbackHandler


public interface RampartConfigCallbackHandler
Callback handler interface to update Rampart Configuration dynamically. Updater class should implement this interface and should be registered using the Rampart Configuration as below. Example:
  <ramp:RampartConfig xmlns:ramp="http://ws.apache.org/rampart/policy"> 
   <ramp:rampartConfigCallbackClass>o.a.r.ConfigUpdater</ramp:rampartConfigCallbackClass>
    ...
   </ramp:RampartConfig>
  
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    update(RampartConfig rampartConfig)
     
  • Method Details