Interface AssistedServiceRedirectStrategy

All Known Implementing Classes:
DefaultAssistedServiceRedirectStrategy

public interface AssistedServiceRedirectStrategy
Redirect strategy that used in ASM when user starts to be emulated.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns redirect path after emulation is called with exceptions.
    Returns redirect path after emulation is called.
  • Method Details

    • getRedirectPath

      String getRedirectPath()
      Returns redirect path after emulation is called.
    • getErrorRedirectPath

      String getErrorRedirectPath()
      Returns redirect path after emulation is called with exceptions.