Class IdentityGatewayAdviceInterceptor<T>

  • All Implemented Interfaces:
    okhttp3.Interceptor

    public abstract class IdentityGatewayAdviceInterceptor<T>
    extends java.lang.Object
    implements okhttp3.Interceptor
    Reference Implementation of using Interceptor to handle advice from ForgeRock Identity Gateway
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface okhttp3.Interceptor

        okhttp3.Interceptor.Chain, okhttp3.Interceptor.Companion
    • Field Summary

      • Fields inherited from interface okhttp3.Interceptor

        Companion
    • Constructor Detail

      • IdentityGatewayAdviceInterceptor

        public IdentityGatewayAdviceInterceptor()
    • Method Detail

      • intercept

        @NonNull
        public okhttp3.Response intercept​(@NotNull
                                          okhttp3.Interceptor.Chain chain)
                                   throws java.io.IOException
        Specified by:
        intercept in interface okhttp3.Interceptor
        Throws:
        java.io.IOException