public class AuthenticationInterceptor extends AbstractLRUApplicableInterceptor
| Constructor and Description |
|---|
AuthenticationInterceptor(IInternalAccess ia,
boolean send)
Create a new AuthenticationInterceptor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
customIsApplicable(ServiceInvocationContext context)
Test if the interceptor is applicable.
|
IFuture<Void> |
execute(ServiceInvocationContext context)
Execute the interceptor.
|
isApplicablegetComponentpublic AuthenticationInterceptor(IInternalAccess ia, boolean send)
public boolean customIsApplicable(ServiceInvocationContext context)
customIsApplicable in class AbstractLRUApplicableInterceptorpublic IFuture<Void> execute(ServiceInvocationContext context)
context - The invocation context.Copyright © 2015. All Rights Reserved.