Class SecuritySettingsWatcher

java.lang.Object
com.gigaspaces.security.openid.SecuritySettingsWatcher
All Implemented Interfaces:
org.apache.zookeeper.Watcher

public class SecuritySettingsWatcher extends Object implements org.apache.zookeeper.Watcher
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.apache.zookeeper.Watcher

    org.apache.zookeeper.Watcher.Event, org.apache.zookeeper.Watcher.WatcherType
  • Constructor Summary

    Constructors
    Constructor
    Description
    SecuritySettingsWatcher(org.apache.curator.framework.CuratorFramework curatorFramework, org.springframework.cache.Cache cache)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    process(org.apache.zookeeper.WatchedEvent watchedEvent)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SecuritySettingsWatcher

      public SecuritySettingsWatcher(org.apache.curator.framework.CuratorFramework curatorFramework, org.springframework.cache.Cache cache)
  • Method Details

    • process

      public void process(org.apache.zookeeper.WatchedEvent watchedEvent)
      Specified by:
      process in interface org.apache.zookeeper.Watcher