-
- All Implemented Interfaces:
-
okhttp3.Interceptor
public abstract class IdentityGatewayAdviceInterceptor<T> implements InterceptorReference Implementation of using Interceptor to handle advice from ForgeRock Identity Gateway
-
-
Field Summary
Fields Modifier and Type Field Description public final static Interceptor.CompanionCompanion
-
Method Summary
Modifier and Type Method Description Responseintercept(@NotNull() Interceptor.Chain chain)abstract AdviceHandler<T>getAdviceHandler(PolicyAdvice advice)Get the AdviceHandler to handle the advice request. -
-
Method Detail
-
getAdviceHandler
abstract AdviceHandler<T> getAdviceHandler(PolicyAdvice advice)
Get the AdviceHandler to handle the advice request.
- Parameters:
advice- The Advice
-
-
-
-