Class SecurityAwareFilter<K,​V>

    • Constructor Detail

      • SecurityAwareFilter

        public SecurityAwareFilter()
        Default constructor.
      • SecurityAwareFilter

        public SecurityAwareFilter​(UUID subjectId,
                                   javax.cache.event.CacheEntryEventFilter<K,​V> original)
        Parameters:
        subjectId - Security subject id.
        original - Original filter.
    • Method Detail

      • evaluate

        public boolean evaluate​(javax.cache.event.CacheEntryEvent<? extends K,​? extends V> evt)
                         throws javax.cache.event.CacheEntryListenerException
        Specified by:
        evaluate in interface javax.cache.event.CacheEntryEventFilter<K,​V>
        Throws:
        javax.cache.event.CacheEntryListenerException