Class AuthRedirectContext

  • All Implemented Interfaces:
    Context

    public class AuthRedirectContext
    extends AbstractContext
    Used by the FragmentFilter to know if a filter has attempted an impending IG redirection.
    • Constructor Detail

      • AuthRedirectContext

        public AuthRedirectContext​(Context parent)
        Create an AuthRedirectContext instance.
        Parameters:
        parent - the parent context.
    • Method Detail

      • isImpendingIgRedirectNotified

        public boolean isImpendingIgRedirectNotified()
        Returns whether an impending IG redirect has been performed or not.
        Returns:
        true if this context is aware of a impending IG redirect attempt.
      • notifyImpendingIgRedirect

        public void notifyImpendingIgRedirect()
        Warn that an impending IG redirection has been attempted.