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, toStringbuild, doBuild, doFail, doInit, doLifecycleChange, doResume, doSuspend, fail, getStatus, init, isBuild, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic ShiroSecurityProcessor(org.apache.camel.Processor processor,
ShiroSecurityPolicy policy)
Apache Camel