Class IdentityGatewayAdviceInterceptor
-
- All Implemented Interfaces:
-
okhttp3.Interceptor
public abstract class IdentityGatewayAdviceInterceptor implements InterceptorReference Implementation of using Interceptor to handle advice from ForgeRock Identity Gateway
-
-
Constructor Summary
Constructors Constructor Description IdentityGatewayAdviceInterceptor()
-
Method Summary
Modifier and Type Method Description Responseintercept(Interceptor.Chain chain)abstract AdviceHandlergetAdviceHandler(PolicyAdvice advice)Get the AdviceHandler to handle the advice request. -
-
Method Detail
-
intercept
Response intercept(Interceptor.Chain chain)
-
getAdviceHandler
abstract AdviceHandler getAdviceHandler(PolicyAdvice advice)
Get the AdviceHandler to handle the advice request.
- Parameters:
advice- The Advice- Returns:
An AdviceHandler to handle the advice.
-
-
-
-