public class ClientLoginAuthorizationPolicy extends Object implements org.apache.camel.spi.AuthorizationPolicy
| Constructor and Description |
|---|
ClientLoginAuthorizationPolicy() |
| Modifier and Type | Method and Description |
|---|---|
void |
beforeWrap(org.apache.camel.spi.RouteContext routeContext,
org.apache.camel.model.ProcessorDefinition<?> definition) |
org.apache.camel.Processor |
wrap(org.apache.camel.spi.RouteContext routeContext,
org.apache.camel.Processor processor) |
public void beforeWrap(org.apache.camel.spi.RouteContext routeContext,
org.apache.camel.model.ProcessorDefinition<?> definition)
beforeWrap in interface org.apache.camel.spi.Policypublic org.apache.camel.Processor wrap(org.apache.camel.spi.RouteContext routeContext,
org.apache.camel.Processor processor)
wrap in interface org.apache.camel.spi.PolicyCopyright © 2015. All rights reserved.