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.
|
isApplicable
getComponent
public AuthenticationInterceptor(IInternalAccess ia, boolean send)
public boolean customIsApplicable(ServiceInvocationContext context)
customIsApplicable
in class AbstractLRUApplicableInterceptor
public IFuture<Void> execute(ServiceInvocationContext context)
context
- The invocation context.Copyright © 2013. All Rights Reserved.