public class ShiroSecurityProcessor
extends org.apache.camel.support.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) |
doShutdown, doStart, doStop, getProcessor, hasNext, next, setProcessor, setProcessor, toStringdoInit, doResume, doSuspend, getStatus, init, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendpublic ShiroSecurityProcessor(org.apache.camel.Processor processor,
ShiroSecurityPolicy policy)
Apache Camel