public class ShiroSecurityProcessor
extends org.apache.camel.processor.DelegateAsyncProcessor
Processor that executes the authentication and authorization of the Subject accordingly
to the ShiroSecurityPolicy.| Constructor and Description |
|---|
ShiroSecurityProcessor(org.apache.camel.Processor processor,
ShiroSecurityPolicy policy) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
process(org.apache.camel.Exchange exchange,
org.apache.camel.AsyncCallback callback) |
doStart, doStop, getProcessor, hasNext, next, process, processNext, setProcessor, setProcessor, toStringpublic ShiroSecurityProcessor(org.apache.camel.Processor processor,
ShiroSecurityPolicy policy)
Apache Camel