Interface AuthenticationStep


  • public interface AuthenticationStep
    • Method Detail

      • 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