Interface AuthenticationStep


public interface AuthenticationStep
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the arguments for this step
    Get the key for this step
    get a localised human readable message for this key/arguments
    boolean
    is success
  • Method Details

    • getKey

      String getKey()
      Get the key for this step
      Returns:
      the key
    • isSuccess

      boolean isSuccess()
      is success
      Returns:
      true success
    • getArgs

      Object[] getArgs()
      Get the arguments for this step
      Returns:
      the arguments
    • getMessage

      String getMessage()
      get a localised human readable message for this key/arguments
      Returns:
      the message for this step