com.genesyslab.platform.apptemplate.filtering.impl.configuration
Class FilterChainFactory.EntryConfiguration
java.lang.Object
com.genesyslab.platform.apptemplate.filtering.impl.configuration.FilterChainFactory.EntryConfiguration
- Enclosing class:
- FilterChainFactory
public static class FilterChainFactory.EntryConfiguration
- extends java.lang.Object
Represents entry from the list of filters,
assigned to the protocol in the "Connection" tab of application configuration window.
In addition to the filter name, entry can have prefix '!' and '-'.
The '!' inverts result, returned by the isMessageAccepted()
.
The '-' means that filter will be processed as 'deny' filter in the chain.
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
FilterChainFactory.EntryConfiguration
public FilterChainFactory.EntryConfiguration(java.lang.String filterName,
boolean negation,
FilterChain.FilterResult result)
getFilterName
public java.lang.String getFilterName()
isNegative
public boolean isNegative()
getResult
public FilterChain.FilterResult getResult()
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.