public class SecurityFilterMessageProcessor extends AbstractInterceptingMessageProcessor implements EndpointAware
SecurityFilter.
If unauthorised the flow is stopped and therefore the
message is not send or dispatched by the transport. When unauthorised the request
message is returned as the response.logger, muleContext, next, notificationHandlerPROPERTY_NAME| Constructor and Description |
|---|
SecurityFilterMessageProcessor()
Deprecated.
Use SecurityFilterMessageProcessor(SecurityFilter filter) instead
|
SecurityFilterMessageProcessor(SecurityFilter filter) |
| Modifier and Type | Method and Description |
|---|---|
SecurityFilter |
getFilter() |
MuleEvent |
process(MuleEvent event)
Invokes the MessageProcessor.
|
void |
setEndpoint(ImmutableEndpoint ep) |
void |
setFilter(SecurityFilter filter) |
addMessageProcessorPathElements, getAnnotation, getAnnotations, getListener, getMuleContext, isEventValid, processNext, setAnnotations, setListener, setMuleContext, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitsetListenerpublic SecurityFilterMessageProcessor()
public SecurityFilterMessageProcessor(SecurityFilter filter)
public SecurityFilter getFilter()
public MuleEvent process(MuleEvent event) throws MuleException
MessageProcessorprocess in interface MessageProcessorevent - MuleEvent to be processedMuleExceptionpublic void setFilter(SecurityFilter filter)
public void setEndpoint(ImmutableEndpoint ep)
setEndpoint in interface EndpointAwareCopyright © 2003–2015 MuleSoft, Inc.. All rights reserved.