public abstract class IdentityGatewayAdviceInterceptor<T>
extends java.lang.Object
Interceptor to handle advice from ForgeRock Identity Gateway| Constructor and Description |
|---|
IdentityGatewayAdviceInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
abstract AdviceHandler<T> |
getAdviceHandler(PolicyAdvice advice)
Get the
AdviceHandler to handle the advice request. |
Response |
intercept(Chain chain) |
public Response intercept(Chain chain)
throws java.io.IOException
java.io.IOExceptionpublic abstract AdviceHandler<T> getAdviceHandler(PolicyAdvice advice)
AdviceHandler to handle the advice request.advice - The AdviceAdviceHandler to handle the advice.